1. 30 10月, 2009 1 次提交
  2. 05 10月, 2009 2 次提交
  3. 02 10月, 2009 2 次提交
  4. 12 9月, 2009 1 次提交
  5. 10 9月, 2009 14 次提交
  6. 28 8月, 2009 6 次提交
  7. 26 8月, 2009 1 次提交
  8. 30 7月, 2009 1 次提交
  9. 21 7月, 2009 1 次提交
  10. 30 6月, 2009 1 次提交
  11. 17 6月, 2009 2 次提交
  12. 22 5月, 2009 1 次提交
    • J
      Introduce reset notifier order · 8217606e
      Jan Kiszka 提交于
      Add the parameter 'order' to qemu_register_reset and sort callbacks on
      registration. On system reset, callbacks with lower order will be
      invoked before those with higher order. Update all existing users to the
      standard order 0.
      
      Note: At least for x86, the existing users seem to assume that handlers
      are called in their registration order. Therefore, the patch preserves
      this property. If someone feels bored, (s)he could try to identify this
      dependency and express it properly on callback registration.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8217606e
  13. 14 5月, 2009 1 次提交
    • P
      Remove vga_ram_size · fbe1b595
      Paul Brook 提交于
      The vga_ram_size argument to machine init functions always has the same
      value, and is ignored by many machines (including SPARC32 which has an
      obsolete ifdef for VGA_RAM_SIZE).
      
      Remove it and push VGA_RAM_SIZE into vga_int.h.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      fbe1b595
  14. 09 5月, 2009 1 次提交
    • A
      vga: Replace VGA_COMMON with a structure · 4e12cd94
      Avi Kivity 提交于
      All VGA devices share a common field subset; currently they do so by
      a macro which defines the common fields inline their state structures,
      relying on the the common state being placed at offset 0 in the structure.
      This makes refactoring the code difficult and requires a lot of error prone
      casts.
      
      Replace the macro by a new VGACommonState structure, and the casts by
      regular field access and container_of() for upcasts.
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      4e12cd94
  15. 04 5月, 2009 1 次提交
  16. 01 5月, 2009 2 次提交
  17. 17 4月, 2009 1 次提交
  18. 10 4月, 2009 1 次提交