summary refs log tree commit diff stats
path: root/include/hw/i386/pc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * pc: pass MachineState to pc_memory_initPaolo Bonzini2014-06-191-4/+3
| * virtio-net: announce self by guestJason Wang2014-06-191-0/+5
| * ich: get rid of spaces in type nameMichael S. Tsirkin2014-06-191-1/+1
| * pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov2014-06-191-0/+1
| * pc: add acpi-device link to PCMachineStateIgor Mammedov2014-06-191-1/+7
| * acpi:ich9: add memory hotplug handlingIgor Mammedov2014-06-191-1/+6
| * acpi:piix4: add memory hotplug handlingIgor Mammedov2014-06-191-1/+7
| * pc: add memory hotplug handler to PC_MACHINEIgor Mammedov2014-06-191-0/+8
| * pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov2014-06-191-0/+1
| * pc: initialize memory hotplug address spaceIgor Mammedov2014-06-191-0/+10
| * pc: create custom generic PC machine typeIgor Mammedov2014-06-181-0/+24
* | virtio-scsi: add support for the any_layout featurePaolo Bonzini2014-06-181-0/+4
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-06-051-0/+15
|\
| * serial-pci: Set prog interface field of pci config to 16550 compatibleBALATON Zoltan2014-05-211-0/+15
* | xhci: order superspeed ports firstGerd Hoffmann2014-06-021-0/+4
|/
* apic: use emulated lapic version 0x14 on pc machines >= 2.1Gabriel L. Somlo2014-05-071-0/+3
* pc: add compat_props placeholder for 2.0 machine typeGabriel L. Somlo2014-05-071-0/+9
* E820: Add interface for accessing e820 tableGabriel L. Somlo2014-05-051-0/+2
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-141-3/+3
* pc: Save size of RAM below 4GBEduardo Habkost2014-01-261-1/+1
* piix4: add acpi pci hotplug supportMichael S. Tsirkin2014-01-261-0/+5
* usb: add support for microsoft os descriptorsGerd Hoffmann2014-01-161-0/+9
* piix: fix 32bit pci holeGerd Hoffmann2013-12-231-0/+1
* hpet: enable to entitle more irq pins for hpetLiu Ping Fan2013-12-111-1/+23
* pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin2013-12-101-12/+2
* pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini2013-11-211-1/+0
* Fix pc migration from qemu <= 1.5Cole Robinson2013-11-101-0/+16
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-0/+22
|\
| * i386: ACPI table generation code from seabiosMichael S. Tsirkin2013-10-141-0/+1
| * pvpanic: add API to access io portMichael S. Tsirkin2013-10-141-0/+1
| * piix: APIs for pc guest infoMichael S. Tsirkin2013-10-141-0/+1
| * acpi/piix: add macros for acpi property namesMichael S. Tsirkin2013-10-141-0/+10
| * i386: define pc guest infoMichael S. Tsirkin2013-10-141-0/+9
* | target-i386: Set model=6 on qemu64 & qemu32 CPU modelsEduardo Habkost2013-10-021-0/+8
|/
* e1000: add interrupt mitigation supportVincenzo Maffione2013-09-061-0/+8
* pc: reduce duplication, fix PIIX descriptionsMichael S. Tsirkin2013-09-011-0/+8
* pc: fix regression for 64 bit PCI memoryMichael S. Tsirkin2013-08-271-1/+10
* pc_sysfw: do not make it a device anymorePaolo Bonzini2013-08-121-1/+3
* pc: limit 64 bit hole to 2G by defaultIgor Mammedov2013-07-291-3/+11
* target-i386: Disable PMU CPUID leaf by defaultEduardo Habkost2013-07-291-0/+4
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-181-0/+4
|\
| * virtio-net: add feature bit for any header s/gMichael S. Tsirkin2013-07-151-0/+4
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-2/+20
|\|
| * pvpanic: initialization cleanupMichael S. Tsirkin2013-07-041-1/+1
| * pc: pass PCI hole ranges to GuestsMichael S. Tsirkin2013-07-041-0/+1
| * pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin2013-07-041-1/+18
* | vmport: Disentangle read handler type from portioJan Kiszka2013-07-041-2/+4
|/
* Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini2013-06-251-3/+0
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-151-13/+17
|\
| * isa: QOM'ify ISADeviceAndreas Färber2013-06-071-13/+17