Age | Commit message (Expand) | Author |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-28 | piix_pci: Fix C99 comments | David Woodhouse |
2013-03-28 | piix_pci: Use DEVICE() and ISA_BUS() | David Woodhouse |
2013-03-28 | piix_pci: Clean up i440FX object handling | David Woodhouse |
2013-03-26 | pci: Allow PCI bus creation interfaces to specify the type of bus | Alex Williamson |
2013-03-10 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |
2013-03-08 | pci_host: Drop write-only address_space field | Peter Maydell |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-01-30 | PIIX3: reset the VM when the Reset Control Register's RCPU bit gets set | Laszlo Ersek |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-11-26 | pc/piix_pci: factor out smram/pam logic | Isaku Yamahata |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-17 | i440fx: avoid destroying memory regions within a transaction | Avi Kivity |
2012-08-22 | pci: Tidy up PCI host bridges | Andreas Färber |
2012-08-22 | pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE | Andreas Färber |
2012-08-22 | pci: Make host bridge TypeInfos const | Andreas Färber |
2012-07-19 | pci: Add INTx routing notifier | Jan Kiszka |
2012-07-19 | pci: Add pci_device_route_intx_to_irq | Michael S. Tsirkin |
2012-04-11 | piix_pci: fix typo in i400FX chipset init code | Alexey Korolev |
2012-04-02 | qdev: put all devices under /machine | Paolo Bonzini |
2012-04-02 | qdev: add children before qdev_init | Paolo Bonzini |
2012-02-15 | qom: Unify type registration | Andreas Färber |
2012-02-03 | qom: move properties from qdev to object | Anthony Liguori |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori |
2012-01-27 | sysbus: apic: ioapic: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | pci: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | qdev: prepare source tree for code conversion | Anthony Liguori |
2011-12-20 | pc: give ISA bus to ISA methods | Hervé Poussineau |
2011-12-20 | i440fx: remove piix3 field | Paolo Bonzini |
2011-12-19 | Merge remote-tracking branch 'qemu-kvm/memory/mutators' into staging | Anthony Liguori |
2011-12-19 | Also create piix3 property when Xen is enabled | Julian Pidancet |
2011-12-15 | rtc: make piix3 set the rtc as a child (v2) | Anthony Liguori |
2011-12-05 | piix_pci: adapt smram mapping to use memory mutators | Avi Kivity |
2011-09-25 | isa: Pass i/o address space to isa_bus_new | Richard Henderson |
2011-09-04 | piix_pci: wrap memory update in a transaction | Avi Kivity |
2011-09-04 | pci_host: convert conf index and data ports to memory API | Avi Kivity |
2011-08-25 | Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" | Anthony Liguori |
2011-08-25 | piix_pci: wrap memory update in a transaction | Avi Kivity |
2011-08-24 | pci_host: convert conf index and data ports to memory API | Avi Kivity |
2011-08-22 | 440fx: fix PAM, PCI holes | Avi Kivity |
2011-08-08 | pci: pass I/O address space to new PCI bus | Avi Kivity |
2011-07-29 | pci: pass address space to pci bus when created | Avi Kivity |
2011-07-17 | hw/piix_pci.c: Fix PIIX3-xen to initialize ids | Anthony PERARD |
2011-06-22 | Merge remote-tracking branch 'mst/for_anthony' into staging | Anthony Liguori |
2011-06-19 | xen: fix interrupt routing | Stefano Stabellini |
2011-06-15 | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin |
2011-06-12 | hw/piix_pci.c: convert to PCIDeviceInfo to initialize ids | Isaku Yamahata |
2011-05-22 | piix_pci: fix piix3_set_irq_pic() | TeLeMan |
2011-05-08 | piix_pci: Introduces Xen specific call for irq. | Anthony PERARD |