summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
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
2013-05-15virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic
2013-05-13Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini
2013-05-06target-i386: Change CPUID model of 486 to 8Andreas Färber
2013-05-06qdev: Introduce qdev_prop_set_globals_for_type()Andreas Färber
2013-05-06qdev: Let qdev_prop_parse() pass through ErrorAndreas Färber
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-05-01Trivial grammar and spelling fixesStefan Weil
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov