summaryrefslogtreecommitdiff
path: root/hw/i386/kvmvapic.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber1-1/+1
2014-03-13translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber1-1/+1
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-5/+3
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan1-5/+3
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-10-04kvmvapic: Prevent reading beyond the end of guest RAMJan Kiszka1-0/+3
2013-09-20kvmvapic: Clear also physical ROM address when entering INACTIVE stateJan Kiszka1-0/+2
2013-09-20kvmvapic: Enter inactive state on hardware resetJan Kiszka1-3/+1
2013-09-20kvmvapic: Catch invalid ROM sizeJan Kiszka1-2/+9
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-1/+1
2013-07-29kvmvapic: QOM cast cleanupAndreas Färber1-2/+2
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-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-5/+8
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-2/+4
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+3
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber1-2/+2
2013-05-06kvmvapic: add ioport read accessorMarcelo Tosatti1-0/+6
2013-05-01kvmvapic: Make dependency on sysbus.h explicitIgor Mammedov1-0/+1
2013-04-16kvmvapic: Replace FROM_SYSBUS() with QOM type castIgor Mammedov1-2/+5
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-04-04extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek1-2/+0
2013-03-01i386: move files referencing CPU to hw/i386/Paolo Bonzini1-0/+822