summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* pc: pass PCI hole ranges to GuestsMichael S. Tsirkin2013-07-043-3/+51
* pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin2013-07-043-3/+63
* kvmclock: clock should count only if vm is runningMarcelo Tosatti2013-07-031-34/+30
* pci-assign: remove the duplicate function name in debug messageWanlong Gao2013-07-031-6/+6
* KVM: PIC: Only commit irq routing when necessaryAlexander Graf2013-07-011-0/+1
* multiboot: Calculate upper_mem in the ROMKevin Wolf2013-06-281-2/+0
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-1/+1
* kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2013-06-282-3/+3
* Move hardcoded initialization of xen-platform device.Paul Durrant2013-06-251-3/+7
* Allow use of pc machine type (accel=xen) for Xen HVM domains.Paul Durrant2013-06-251-3/+5
* Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini2013-06-251-3/+3
* Merge remote-tracking branch 'kraxel/usb.84' into stagingAnthony Liguori2013-06-241-0/+12
|\
| * usb: fix serial number for hid devicesGerd Hoffmann2013-06-241-0/+12
* | kvm: Fix potential resource leak (missing fclose)Stefan Weil2013-06-211-0/+1
|/
* pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster2013-06-191-4/+3
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-154-36/+87
|\
| * isa: QOM'ify ISADeviceAndreas Färber2013-06-072-5/+6
| * i8259: Convert PICCommonState to use QOM realizefnAndreas Färber2013-06-071-2/+24
| * kvm/i8259: QOM'ify some moreAndreas Färber2013-06-071-3/+5
| * i8254: Convert PITCommonState to QOM realizefnAndreas Färber2013-06-071-12/+28
| * kvm/i8254: QOM'ify some moreAndreas Färber2013-06-071-8/+11
| * isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-6/+13
* | smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster2013-06-141-1/+4
* | smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster2013-06-141-2/+2
* | smbios: Clean up smbios_add_field() parametersMarkus Armbruster2013-06-141-12/+14
* | smbios: Convert to error_report()Markus Armbruster2013-06-141-12/+12
* | target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost2013-06-102-0/+8
* | pc: Create pc-*-1.6 machine-typesEduardo Habkost2013-06-102-3/+23
* | pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov2013-06-101-0/+5
|/
* Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori2013-06-042-22/+5
|\
| * xen: use pc_init_pci instead of pc_init_pci_no_kvmclockStefano Stabellini2013-06-031-2/+2
| * xen: remove xen_vcpu_initStefano Stabellini2013-06-031-1/+0
| * xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)Stefano Stabellini2013-06-031-3/+3
| * xen_machine_pv: do not create a dummy CPU in machine->initStefano Stabellini2013-06-031-16/+0
* | refer to FWCfgState explicitlyLaszlo Ersek2013-06-024-15/+17
* | isapc: Fix non-KVM qemu boot (read/write memory for isapc BIOS)Jordan Justen2013-05-291-0/+5
|/
* pci-assign: Add MSI affinity supportAlex Williamson2013-05-221-0/+18
* Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini2013-05-132-4/+0
* remove double semicolonsDong Xu Wang2013-05-121-1/+1
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-05-072-0/+2
|\
| * target-i386: n270 can MOVBEBorislav Petkov2013-05-062-0/+2
* | kvmvapic: add ioport read accessorMarcelo Tosatti2013-05-061-0/+6
|/
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-1/+1
* pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov2013-05-013-0/+28
* target-i386: Move APIC to ICC busIgor Mammedov2013-05-011-2/+11
* target-i386: Attach ICC bus to CPU on its creationIgor Mammedov2013-05-013-6/+8
* target-i386: Introduce ICC bus/device/bridgeIgor Mammedov2013-05-012-0/+14
* kvmvapic: Make dependency on sysbus.h explicitIgor Mammedov2013-05-011-0/+1
* target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov2013-05-011-1/+1
* target-i386: Introduce apic-id CPU propertyIgor Mammedov2013-05-011-1/+28
OpenPOWER on IntegriCloud