1. 22 5月, 2012 7 次提交
  2. 17 5月, 2012 3 次提交
  3. 03 5月, 2012 1 次提交
    • A
      ATA: Allow WIN_SECURITY_FREEZE_LOCK as nop · d5b406d9
      Alexander Graf 提交于
      When using Windows 8 with an AHCI disk drive, it issues a blue screen.
      The reason is that WIN_SECURITY_FREEZE_LOCK / CFA_WEAR_LEVEL is not
      supported by our ATA implementation, but Windows expects it to be there.
      
      Since without security stuff implemented, the lock would be a nop anyway
      and CFA_WEAR_LEVEL already is treated as a nop, let's just allow the cmd
      for HD drives as well. That way Windows is happy.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      d5b406d9
  4. 02 5月, 2012 10 次提交
  5. 01 5月, 2012 1 次提交
    • S
      vga: Don't switch to 1 x 1 character text screen · 1b296044
      Stefan Weil 提交于
      Initially, vga_get_text_resolution returns a text resolution of 1 x 1
      (vga register values are 0).
      
      This is visible during MIPS Malta boot with SDL. It also occurs with the
      i386 or x86_64 system emulation when it runs in single step mode:
      
      QEMU changes the size of the SDL window to the smallest possible value
      which is supported by the window manager. As this is not the calculated
      size, QEMU switches to scaled mode. When the BIOS or the VGA driver sets
      the normal text resolution, the window stays small and displays
      microscopic characters.
      
      Ignoring text resolutions of 1 x 1 or less avoids these problems.
      A similar workaround already exists for too large resolutions.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      1b296044
  6. 30 4月, 2012 1 次提交
  7. 29 4月, 2012 4 次提交
  8. 27 4月, 2012 2 次提交
  9. 26 4月, 2012 11 次提交
新手
引导
客服 返回
顶部