1. 8a824e4 audio: Rename hw/audio/audio.h to hw/audio/soundhw.h by Eduardo Habkost · 8 years ago
  2. 11f547e es1370: wire up reset via DeviceClass by Gerd Hoffmann · 8 years ago
  3. 069eb7b audio: es1370: add exit function by Li Qiang · 8 years ago
  4. 0d76904 ES1370: QOMify by Cao jin · 9 years ago
  5. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  6. 8307c29 Remove macros IO_READ_PROTO and IO_WRITE_PROTO by Nutan Shinde · 9 years ago
  7. 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
  8. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  9. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  10. 9e64f8a hw: set interrupts using pci irq wrappers by Marcel Apfelbaum · 11 years ago
  11. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  12. 64bde0f hw/a*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  13. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  14. 36cd6f6 audio: remove the need for audio card CONFIG_* symbols by Paolo Bonzini · 12 years ago
  15. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/es1370.c]
  16. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  17. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  18. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  19. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  20. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  21. f3726fd es1370: convert PIO to new memory api read/write by Alexander Graf · 12 years ago
  22. f90c2bc pci: convert PCIUnregisterFunc to void by Alex Williamson · 13 years ago
  23. f8687ba es1370: Fix debug code by Stefan Weil · 13 years ago
  24. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  25. cf4dc46 Restore consistent formatting by malc · 13 years ago
  26. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  27. 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  28. e855761 qdev: prepare source tree for code conversion by Anthony Liguori · 13 years ago
  29. a1b6abe hw: Fix spelling in comments and code by Stefan Weil · 13 years ago
  30. 3204db9 es1370: Use PCI DMA stub functions by Eduard - Gabriel Munteanu · 13 years ago
  31. 817e0b6 pci: interrupt pin documentation update by Michael S. Tsirkin · 13 years ago
  32. e824b2c pci: rename pci_register_bar_region() to pci_register_bar() by Avi Kivity · 14 years ago
  33. e1a99db es1370: convert to memory API by Avi Kivity · 14 years ago
  34. 0b8c537 hw/es1370.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  35. d3e2f13 es1370: symbolic names for pci registers by Michael S. Tsirkin · 15 years ago
  36. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  37. 3a14c2d es1370: port to vmstate by Juan Quintela · 15 years ago
  38. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  39. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  40. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  41. b6f6d0e Restore consistent formatting by malc · 16 years ago
  42. e594464 es1370: Remove unused indirection of PCIES1370State and ES1370State by Juan Quintela · 16 years ago
  43. f3519986 qdev: es1370+ac97 description by Gerd Hoffmann · 16 years ago
  44. 0c3271c Indent ac97 and es1370 according to audio formatting by Anthony Liguori · 16 years ago
  45. 6806e59 qdev: convert es1370. by Gerd Hoffmann · 16 years ago
  46. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  47. d999f7e Restore consistent formatting of audio devices by malc · 16 years ago
  48. 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
  49. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  50. 1a7dafc Remove any pretense that there can be more than one AudioState by malc · 16 years ago
  51. 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
  52. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  53. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  54. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  55. 279a654 Add calls to pci_device_save/load by malc · 17 years ago
  56. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  57. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  58. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  59. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 19 years ago
  60. 546754d pcm endianness is now explicit (malc) by bellard · 19 years ago
  61. 946fc94 ES1370 word sized read fix (aka Win9x bug) (malc) by bellard · 19 years ago
  62. c0fe382 audio merge (malc) by bellard · 19 years ago
  63. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago