summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2013-08-21pc_piix: Kill pc_init1() memory region argsEduardo Habkost1-5/+5
2013-08-21pc: pc_compat_1_4() now can call pc_compat_1_5()Eduardo Habkost2-4/+4
2013-08-21pc: Create pc_compat_*() functionsEduardo Habkost2-18/+65
2013-08-21pc: Kill pc_init_pci_1_0()Eduardo Habkost1-10/+4
2013-08-21pc: Don't explode QEMUMachineInitArgs into local variables needlesslyMarkus Armbruster1-13/+9
2013-08-21pc: Don't prematurely explode QEMUMachineInitArgsMarkus Armbruster1-49/+16
2013-08-21loader: store FW CFG ROM files in RAMMichael S. Tsirkin2-0/+4
2013-08-21pc: cleanup 1.4 compat supportMichael S. Tsirkin2-4/+4
2013-08-13pvpanic: fix bad mergeAnthony Liguori2-2/+2
2013-08-12Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2-0/+2
2013-08-12pc: drop external DSDT loadingAnthony Liguori1-1/+0
2013-08-12hw/misc: don't create pvpanic device by defaultMarcel Apfelbaum2-8/+8
2013-08-12pc: Remove PCLMULQDQ from Westmere on pc-*-1.4 and olderEduardo Habkost2-0/+2
2013-08-12pc_sysfw: do not make it a device anymorePaolo Bonzini5-6/+192
2013-08-12pc_sysfw: remove the rom_only propertyPaolo Bonzini1-9/+0
2013-08-12pc: disable pci-info for 1.6Michael S. Tsirkin2-4/+14
2013-08-06target-i386: Fix X86CPU error handlingAndreas Färber1-7/+6
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov2-35/+35
2013-07-29pc: add Q35 to QOM composition tree under /machineIgor Mammedov1-0/+1
2013-07-29pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.hMichael S. Tsirkin1-2/+0
2013-07-29kvm/ioapic: QOM cast cleanupAndreas Färber1-2/+2
2013-07-29kvmvapic: QOM cast cleanupAndreas Färber1-2/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-37/+41
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber1-35/+37
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-2/+4
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