aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2013-07-04pam: pass device to init_pam and use it to set ownerPaolo Bonzini
2013-07-04spapr_iommu: pass device to spapr_tce_new_table and use it to set ownerPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini
2013-07-04vmport: Disentangle read handler type from portioJan Kiszka
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-07-01PPC: Add clock-frequency export for Mac machinesAlexander Graf
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori
2013-07-01intc/openpic_kvm: Fix QOM and build issuesAndreas Färber
2013-07-01intc/openpic: QOM'ifyAndreas Färber
2013-07-01kvm/openpic: in-kernel mpic supportScott Wood
2013-07-01openpic: factor out some common defines into openpic.hScott Wood
2013-06-27linux-user: Fix compilation failurePeter Maydell
2013-06-25Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini
2013-06-24usb: add serial bus propertyGerd Hoffmann
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini
2013-06-20pci: use memory core for iommu supportAvi Kivity
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini
2013-06-19vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite
2013-06-10target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber
2013-06-07isa: QOM'ify ISADeviceAndreas Färber
2013-06-07isa: QOM'ify ISABusAndreas Färber
2013-06-07i8259: Convert PICCommonState to use QOM realizefnAndreas Färber
2013-06-07i8254: Convert PITCommonState to QOM realizefnAndreas Färber
2013-06-07kvm/i8254: QOM'ify some moreAndreas Färber
2013-06-07i8254: QOM'ify some moreAndreas Färber
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-04Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori
2013-06-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-06-03xen: remove xen_vcpu_initStefano Stabellini
2013-06-03xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini
2013-06-03xen: simplify xen_enabledStefano Stabellini
2013-06-03Merge remote-tracking branch 'kraxel/usb.83' into stagingAnthony Liguori
2013-06-03pci: add VMSTATE_MSIXGerd Hoffmann
2013-06-02fw_cfg: add API to find FW cfg objectMichael S. Tsirkin
2013-06-02fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek
2013-06-02firmware_abi: move to include/hw/nvram/Michael S. Tsirkin
2013-06-01rtc: remove rtc_set_dateHu Tao
2013-05-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-05-22virtio-net: dynamic network offloads configurationDmitry Fleytman
2013-05-18remove some double-includesMichael Tokarev