1. 0abaa7c pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev field by Juan Quintela · 16 years ago
  2. 9fdab57 pcnet: remove useless casts This are casts to the very type of the function by Juan Quintela · 16 years ago
  3. 1f235a7 pcnet: Change casts to DO_UPCAST() for PCIPCNetState by Juan Quintela · 16 years ago
  4. 4f335fe Add pci_cirrus_vga_{save/load} functions, then remove vga.pci_dev use by Juan Quintela · 16 years ago
  5. f3566bf cirrus_vga: Change casts to DO_UPCAST() for PCICirrusVGAState by Juan Quintela · 16 years ago
  6. e05587e cirrus_vga: remove pointless cast from void * by Juan Quintela · 16 years ago
  7. a60380a Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State field by Juan Quintela · 16 years ago
  8. 2b7a050 We need PCINE2000State for save/load functions by Juan Quintela · 16 years ago
  9. 377a7f0 ne2000: Change casts to DO_UPCAST() for PCINE2000State by Juan Quintela · 16 years ago
  10. 94a943e ne2000: pci_dev has this very value with the right type by Juan Quintela · 16 years ago
  11. a10fcec ne2000: remove casts from void * by Juan Quintela · 16 years ago
  12. 505da59 usb-ohci: Change casts to DO_UPCAST() for OHCIPCIState by Juan Quintela · 16 years ago
  13. a4a2f59 Everything outside of vga.c should use VGACommonState by Juan Quintela · 16 years ago
  14. 2191dff vga: Rename vga_state -> vga by Juan Quintela · 16 years ago
  15. 03a3e7b Introduce vga_common_reset() to be able to typcheck vga_reset() by Juan Quintela · 16 years ago
  16. 63124a0 lsi53c895a: LSIState is a DeviceHost by Juan Quintela · 16 years ago
  17. f305261 lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence) by Juan Quintela · 16 years ago
  18. dc5d0b9 lsi53c895a: use DO_UPCAST to cast from PCIDevice by Juan Quintela · 16 years ago
  19. eb40f98 lsi53c895a: remove pointless cast from void * by Juan Quintela · 16 years ago
  20. 6597ebb rtl8139: remove pointless cast from void * by Juan Quintela · 16 years ago
  21. efd6dd4 rtl8139: Remove unneeded double indirection of PCIRTL8139State by Juan Quintela · 16 years ago
  22. 273a214 eepro100: Remove unused indirection of PCIDevice by Juan Quintela · 16 years ago
  23. 769cf7a eepro100: cast a void * makes no sense by Juan Quintela · 16 years ago
  24. d986bd5 eepro100: convert casts to DO_UPCAST() by Juan Quintela · 16 years ago
  25. df7a86e slirp: Read host DNS config on demand by Ed Swierk · 16 years ago
  26. ce0bd02 slirp: Remove our_addr code by Ed Swierk · 16 years ago
  27. 382f074 switch balloon initialization to -device. by Gerd Hoffmann · 16 years ago
  28. 59f2a78 ide: move code to hw/ide/ by Gerd Hoffmann · 16 years ago
  29. 2bcbf7e ide: add save/restore support for mmio by Gerd Hoffmann · 16 years ago
  30. cebbe6d ide: add save/restore support for isa by Gerd Hoffmann · 16 years ago
  31. 3f221c8 ide: split away ide-microdrive.c by Gerd Hoffmann · 16 years ago
  32. 3d2bf4a ide: split away ide-mmio.c by Gerd Hoffmann · 16 years ago
  33. b884220 ide: split away ide-macio.c by Gerd Hoffmann · 16 years ago
  34. 977e124 ide: split away ide-pci.c by Gerd Hoffmann · 16 years ago
  35. ec82026 ide: split away ide-isa.c by Gerd Hoffmann · 16 years ago
  36. 356721a ide: split away ide-internal.h by Gerd Hoffmann · 16 years ago
  37. bcbdc4d ide: add IDEBus struct, cleanups by Gerd Hoffmann · 16 years ago
  38. 286c232 qdev error logging by Gerd Hoffmann · 16 years ago
  39. 84fc558 virtio-pci error logging by Gerd Hoffmann · 16 years ago
  40. ac7531e add qemu_error() + friends by Gerd Hoffmann · 16 years ago
  41. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  42. 24e6f35 fix stack buffer overflows in eepro100.c tx by Reimar Döffinger · 16 years ago
  43. d0e7605 Check block driver read error in pflash_cfi0x by Vijay Kumar · 16 years ago
  44. 4c0960c kvm: Simplify cpu_synchronize_state() by Avi Kivity · 16 years ago
  45. 09aaa16 qdev: convert watchdogs by Markus Armbruster · 16 years ago
  46. 9d472d5 Clean up upcast from PCIDevice to I6300State by Markus Armbruster · 16 years ago
  47. 88b3be2 Move watchdog, watchdog_action, give them internal linkage by Markus Armbruster · 16 years ago
  48. 87b245d virtio-blk: handle NULL returns from bdrv_aio_{read, write} by Christoph Hellwig · 16 years ago
  49. 5c6c3a6 raw-posix: add Linux native AIO support by Christoph Hellwig · 16 years ago
  50. 9ef91a6 raw-posix: refactor AIO support by Christoph Hellwig · 16 years ago
  51. bf0cb49 virtio-console: rename dvq to ovq by Amit Shah · 16 years ago
  52. 0f2065a pci ids: remove redundant defines by Amit Shah · 16 years ago
  53. 452e6a7 multiboot.raw is a generated file by Juan Quintela · 16 years ago
  54. 76dec49 Port ACPI to VMState by Juan Quintela · 16 years ago
  55. cff09e9 Add VMState support to run a function after load by Juan Quintela · 16 years ago
  56. 73534f2 Port PCIDevice state to VMState by Juan Quintela · 16 years ago
  57. f16c4ab Add version_id to PCIDevice. by Juan Quintela · 16 years ago
  58. 0a031e0 Add VMState support for int32_t check value by Juan Quintela · 16 years ago
  59. b31442c Port PS2 devices to VMState design by Juan Quintela · 16 years ago
  60. 6f67c50 Add VMState support for static sized buffers (uint_8) by Juan Quintela · 16 years ago
  61. 2d1e9f9 Port PCI Bus to VMState design by Juan Quintela · 16 years ago
  62. b00319a Add VMState support for variable sized arrays by Juan Quintela · 16 years ago
  63. 8250166 Add VMState support for int32_t check value by Juan Quintela · 16 years ago
  64. 5122b43 Port i8254 to new VMState design by Juan Quintela · 16 years ago
  65. 79c451b Add VMState support for arrays of structs by Juan Quintela · 16 years ago
  66. ec245e2 Add VMState support for structs by Juan Quintela · 16 years ago
  67. 695dcf7 Port apic to new VMState design by Juan Quintela · 16 years ago
  68. f752a6a Add VMState support for arrays by Juan Quintela · 16 years ago
  69. dde0463 Add VMState support for pointers by Juan Quintela · 16 years ago
  70. 9ed7d6a New VMstate save/load infrastructure by Juan Quintela · 16 years ago
  71. 4082be4 Add vmstate_load() and vmstate_save() functions by Juan Quintela · 16 years ago
  72. b5a22e4 Use return value from load_state() call back by Juan Quintela · 16 years ago
  73. 05f2401 make load_vmstate() return errors by Juan Quintela · 16 years ago
  74. c8d41b2 move do_loadvm() to monitor.c by Juan Quintela · 16 years ago
  75. 7b63034 split do_loadvm() into do_loadvm() and load_vmstate() by Juan Quintela · 16 years ago
  76. f0d99ad move useful type definitons to osdep.h by Juan Quintela · 16 years ago
  77. a35e1c1 qcow2: Metadata preallocation by Kevin Wolf · 16 years ago
  78. e8935ee Move isa_connect_irq calls into isa_create_simple by Gerd Hoffmann · 16 years ago
  79. 3a38d43 Add isa_reserve_irq(). by Jes Sorensen · 16 years ago
  80. 2091ba2 isa bus irq changes and fixes. by Gerd Hoffmann · 16 years ago
  81. 3f9cb1c hw/eepro100.c: Use extended TBD only where applicable by Naphtali Sprei · 16 years ago
  82. 06c79f4 pci-hotplug: initialize dinfo to NULL in pci_device_hot_add by Sebastian Herbszt · 16 years ago
  83. 6eea90e block/vdi.c: Fix several bugs by Stefan Weil · 16 years ago
  84. d1cd4bf introduce kvm64 CPU by Andre Przywara · 16 years ago
  85. a8a358b allow overriding of CPUID level on command line by Andre Przywara · 16 years ago
  86. 400281a set CPUID bits to present cores and threads topology by Andre Przywara · 16 years ago
  87. ac72472 push CPUID level to 4 to allow Intel multicore decoding by Andre Przywara · 16 years ago
  88. dc6b1c0 extend -smp parsing to include cores= and threads= options by Andre Przywara · 16 years ago
  89. 5ac1fad add file descriptor migration by Paolo Bonzini · 16 years ago
  90. dfffc65 Add sparse to new feature convention by Juan Quintela · 16 years ago
  91. b31a027 Add kvm to new feature convention by Juan Quintela · 16 years ago
  92. fc321b4 Add xen to new feature convention by Juan Quintela · 16 years ago
  93. 2df87df Add fdt to new feature convention by Juan Quintela · 16 years ago
  94. c419815 Add sdl to new feature convention by Juan Quintela · 16 years ago
  95. a25dba1 Rename build_docs to docs by Juan Quintela · 16 years ago
  96. 83a3ab8 Add build_docs to new feature convention by Juan Quintela · 16 years ago
  97. a20a6f4 Add bluez to new feature convencion by Juan Quintela · 16 years ago
  98. b0a47e7 Add nptl to new feature convencion by Juan Quintela · 16 years ago
  99. 788c819 Add curl to new feature convencion by Juan Quintela · 16 years ago
  100. c584a6d Add curses to new feature convencion by Juan Quintela · 16 years ago