- 82c74ac ide: Rename ide_bus_new() to ide_bus_init() by Peter Maydell · 3 years, 5 months ago
- 9405d87 hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine by Thomas Huth · 3 years, 11 months ago
- 045b1d4 xen: rework pci_piix3_xen_ide_unplug by Anthony PERARD · 4 years, 4 months ago
- 8e5c952 hw: Remove unnecessary DEVICE() cast by Philippe Mathieu-Daudé · 4 years, 10 months ago
- f42b65b hw/ide: Get rid of piix4_init function by BALATON Zoltan · 5 years ago
- df45d38 hw/ide: Get rid of piix3_init functions by BALATON Zoltan · 5 years ago
- 3cad405 vmstate: replace DeviceState with VMStateIf by Marc-André Lureau · 6 years ago
- ee358e9 hw/ide/piix: Convert reset handler to DeviceReset by Philippe Mathieu-Daudé · 5 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 0cd0589 trivial: Don't include isa.h if it is not really necessary by Thomas Huth · 6 years ago
- 7863161 hw/ide: remove old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
- 3eee261 IDE: replace DEBUG_IDE with tracing system by John Snow · 7 years ago
- ae4d2eb xen-platform: add missing disk unplug option by Paul Durrant · 8 years ago
- 49137bf block-backend: remove blk_flush_all by John Snow · 8 years ago
- a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
- d1fc684 xen: Fix IDE unplug by Anthony PERARD · 9 years ago
- 0f84458 xen: piix reuse pci generic class init function by Michael S. Tsirkin · 9 years ago
- 5323926 ide: Clean up includes by Peter Maydell · 9 years ago
- 6cd3878 Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug) by Stefano Stabellini · 10 years ago
- 1976058 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
- f878c91 ide: introduce ide_register_restart_cb by Paolo Bonzini · 10 years ago
- 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
- d4f9e80 fix off-by-one error in pci_piix3_xen_ide_unplug by James Harper · 10 years ago
- 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
- fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
- b9fe8a7 blockdev: Eliminate drive_del() by Markus Armbruster · 10 years ago
- 7ca9b7c xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug() by Markus Armbruster · 10 years ago
- 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
- ae60e8e blockdev: Remove unused DriveInfo reference count by Markus Armbruster · 11 years ago
- 15e8159 Call pci_piix3_xen_ide_unplug from unplug_disks by Stefano Stabellini · 11 years ago
- 2897ae0 qdev:pci: refactor PCIDevice to use generic "hotpluggable" property by Igor Mammedov · 11 years ago
- 81aab2f piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
- efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
- c6baf94 ide: Pass size to ide_bus_new() by Andreas Färber · 12 years ago
- f6c11d5 ide: Introduce abstract QOM type for PCIIDEState by Andreas Färber · 12 years ago
- 02a9594 ide/piix: QOM casting sweep by Peter Crosthwaite · 12 years ago
- 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
- 1437c94 hw/i*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- 0ee20e6 ahci: Don't allow creating slave drives by Kevin Wolf · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 5e59b02 Merge branch pci into master by Michael S. Tsirkin · 13 years ago
- 0ed8b6f Avoid returning void by Blue Swirl · 13 years ago
- f90c2bc pci: convert PCIUnregisterFunc to void by Alex Williamson · 13 years ago
- dfc65f1 Un-inline fdctrl_init_isa() by Markus Armbruster · 13 years ago
- a348f10 Add missing const attributes for MemoryRegionOps by Stefan Weil · 13 years ago
- a19255a Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 13 years ago
- 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
- cb67be8 ide: fix compilation errors when DEBUG_IDE is set by Hervé Poussineau · 13 years ago
- 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
- 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- e855761 qdev: prepare source tree for code conversion by Anthony Liguori · 13 years ago
- 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
- 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
- 4a91d3b ide: Convert to isa_register_portio_list by Richard Henderson · 14 years ago
- f9e8fda xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD" by Markus Armbruster · 14 years ago
- fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 14 years ago
- e824b2c pci: rename pci_register_bar_region() to pci_register_bar() by Avi Kivity · 14 years ago
- a9deb8c ide: convert to memory API by Avi Kivity · 14 years ago
- 679f4f8 xen: implement unplug protocol in xen_platform by Stefano Stabellini · 14 years ago
- 25f8e2f ide/piix: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
- ee951a3 isa-bus: Remove bogus IRQ sharing check by Jan Kiszka · 14 years ago
- 0965f12 piix: tag as not hotpluggable. by Gerd Hoffmann · 14 years ago
- 61d9d6b ide: Register vm change state handler once only by Stefan Hajnoczi · 14 years ago
- 40a6238 ide: Split out BMDMA code from ATA core by Alexander Graf · 14 years ago
- 3835510 Store IDE bus id in IDEBus structure for easy access. by Gleb Natapov · 14 years ago
- 9fbef1a ide: convert bmdma address ioport to ioport_register() by Avi Kivity · 14 years ago
- b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
- 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
- 57c8886 ide: Make PIIX and ISA IDE init functions return the qdev by Markus Armbruster · 15 years ago
- 57234ee ide: Split non-qdev code off ide_init2() by Markus Armbruster · 15 years ago
- 70ae65f cmd646: pass pci_dev as it needs it by Igor V. Kovalenko · 15 years ago
- 1e68f8c piix: symbolic constants by Michael S. Tsirkin · 15 years ago
- 90228ee workaround for cmd646 bmdma register access while no dma is active by Igor V. Kovalenko · 15 years ago
- 556cd09 qdev: Replace device names containing whitespace by Markus Armbruster · 15 years ago
- 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
- 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
- 39a51df qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-user by Markus Armbruster · 15 years ago
- 4a64356 IDE: Fix reset handling by Blue Swirl · 15 years ago
- c169998 v3: don't call reset functions on cpu initialization by Glauber Costa · 15 years ago
- 407a4f3 ide: port pci ide to vmstate by Juan Quintela · 15 years ago
- d1570ba ide: BMDMAState don't need a pci_dev field anymore by Juan Quintela · 15 years ago
- 58c0e73 ide: PCIIDEState type field is not needed anymore by Juan Quintela · 15 years ago
- 4c3df0e ide: split cmd646 and piix from pci.c by Juan Quintela · 15 years ago