aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2013-06-19vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster1-2/+2
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch1-0/+1
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl8-39/+54
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-1/+1
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori1-10/+5
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite1-10/+5
2013-06-10target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost1-0/+12
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost1-0/+16
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber1-2/+0
2013-06-07isa: QOM'ify ISADeviceAndreas Färber3-20/+29
2013-06-07isa: QOM'ify ISABusAndreas Färber1-1/+4
2013-06-07i8259: Convert PICCommonState to use QOM realizefnAndreas Färber1-1/+1
2013-06-07i8254: Convert PITCommonState to QOM realizefnAndreas Färber1-1/+0
2013-06-07kvm/i8254: QOM'ify some moreAndreas Färber1-5/+8
2013-06-07i8254: QOM'ify some moreAndreas Färber1-7/+11
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber2-2/+1
2013-06-04Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori2-5/+3
2013-06-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-11/+14
2013-06-03xen: remove xen_vcpu_initStefano Stabellini1-1/+0
2013-06-03xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini1-0/+3
2013-06-03xen: simplify xen_enabledStefano Stabellini1-4/+0
2013-06-03Merge remote-tracking branch 'kraxel/usb.83' into stagingAnthony Liguori1-0/+11
2013-06-03pci: add VMSTATE_MSIXGerd Hoffmann1-0/+11
2013-06-02fw_cfg: add API to find FW cfg objectMichael S. Tsirkin1-0/+2
2013-06-02fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin2-2/+1
2013-06-02refer to FWCfgState explicitlyLaszlo Ersek2-10/+12
2013-06-02firmware_abi: move to include/hw/nvram/Michael S. Tsirkin1-0/+0
2013-06-01rtc: remove rtc_set_dateHu Tao1-1/+0
2013-05-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+0
2013-05-22virtio-net: dynamic network offloads configurationDmitry Fleytman2-0/+17
2013-05-18remove some double-includesMichael Tokarev1-1/+0
2013-05-15virtio-net: add virtio_net_set_netclient_name.KONRAD Frederic1-0/+4
2013-05-13Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini1-5/+0
2013-05-06target-i386: Change CPUID model of 486 to 8Andreas Färber1-0/+4
2013-05-06qdev: Introduce qdev_prop_set_globals_for_type()Andreas Färber1-0/+2
2013-05-06qdev: Let qdev_prop_parse() pass through ErrorAndreas Färber1-2/+3
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic1-1/+0
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic1-1/+2
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic1-0/+4
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori5-6/+91
2013-05-01Trivial grammar and spelling fixesStefan Weil1-3/+3
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov1-0/+1
2013-05-01Add hot_add_cpu hook to QEMUMachineIgor Mammedov1-0/+3
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov2-3/+6
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov1-1/+1
2013-05-01target-i386: Introduce ICC bus/device/bridgeIgor Mammedov1-0/+79
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-2/+0
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov1-0/+1
2013-04-30pvpanic: create pvpanic by default for machine 1.5Hu Tao1-0/+3
2013-04-30fw_cfg: add required header filesHu Tao1-0/+7