summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2013-07-23kvmvapic: Use QOM realizeHu Tao1-7/+5
2013-07-23kvm/clock: Use QOM realize for kvmclockHu Tao1-4/+2
2013-07-23kvm/clock: QOM'ify some moreHu Tao1-3/+9
2013-07-23q35: Use type-safe cast instead of direct access of parent devHu Tao1-1/+3
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-07-15pc: don't access fw cfg if NULLMichael S. Tsirkin1-1/+1
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber4-19/+26
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2-7/+10
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori3-18/+116
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-1/+1
2013-07-07pci: Abolish pci_find_root_bus()David Gibson1-1/+1
2013-07-07Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori9-28/+31
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini3-17/+19
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini9-23/+23
2013-07-04pc_piix: cleanup init compat handlingMichael S. Tsirkin1-14/+4
2013-07-04pc: pass PCI hole ranges to GuestsMichael S. Tsirkin3-3/+51
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin3-3/+63
2013-07-03kvmclock: clock should count only if vm is runningMarcelo Tosatti1-34/+30
2013-07-03pci-assign: remove the duplicate function name in debug messageWanlong Gao1-6/+6
2013-07-01KVM: PIC: Only commit irq routing when necessaryAlexander Graf1-0/+1
2013-06-28multiboot: Calculate upper_mem in the ROMKevin Wolf1-2/+0
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-1/+1
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2-3/+3
2013-06-25Move hardcoded initialization of xen-platform device.Paul Durrant1-3/+7
2013-06-25Allow use of pc machine type (accel=xen) for Xen HVM domains.Paul Durrant1-3/+5
2013-06-25Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini1-3/+3
2013-06-24Merge remote-tracking branch 'kraxel/usb.84' into stagingAnthony Liguori1-0/+12
2013-06-24usb: fix serial number for hid devicesGerd Hoffmann1-0/+12
2013-06-21kvm: Fix potential resource leak (missing fclose)Stefan Weil1-0/+1
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster1-4/+3
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl4-36/+87
2013-06-14smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster1-1/+4
2013-06-14smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster1-2/+2
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster1-12/+14
2013-06-14smbios: Convert to error_report()Markus Armbruster1-12/+12
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost2-0/+8
2013-06-10pc: Create pc-*-1.6 machine-typesEduardo Habkost2-3/+23
2013-06-10pc: Fix crash when attempting to hotplug CPU with negative IDIgor Mammedov1-0/+5
2013-06-07isa: QOM'ify ISADeviceAndreas Färber2-5/+6
2013-06-07i8259: Convert PICCommonState to use QOM realizefnAndreas Färber1-2/+24
2013-06-07kvm/i8259: QOM'ify some moreAndreas Färber1-3/+5
2013-06-07i8254: Convert PITCommonState to QOM realizefnAndreas Färber1-12/+28
2013-06-07kvm/i8254: QOM'ify some moreAndreas Färber1-8/+11
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-6/+13
2013-06-04Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into stagingAnthony Liguori2-22/+5
2013-06-03xen: use pc_init_pci instead of pc_init_pci_no_kvmclockStefano Stabellini1-2/+2
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-3/+3
2013-06-03xen_machine_pv: do not create a dummy CPU in machine->initStefano Stabellini1-16/+0