summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-26Remove exec-all.h include directivesBlue Swirl57-58/+8
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl28-198/+213
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl15-24/+24
2011-06-26cpu-exec: unify do_interrupt callBlue Swirl1-26/+0
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl3-6/+30
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl4-44/+106
2011-06-26sparc: move do_interrupt to helper.cBlue Swirl4-242/+256
2011-06-26sparc: fix coding style of the area to be movedBlue Swirl1-14/+17
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl16-56/+57
2011-06-26Sparc32: dummy implementation of MXCC MMU breakpoint registersBlue Swirl3-3/+53
2011-06-26Fix fallouts from Linux header inclusionJan Kiszka4-18/+40
2011-06-23coreaudio: Fix OSStatus format specifierAndreas Färber1-1/+1
2011-06-23coreaudio: Avoid formatting UInt32 typeAndreas Färber1-2/+2
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell3-1/+18
2011-06-22net: Don't warn about the default network setupPeter Maydell1-0/+12
2011-06-22Revert "net: Improve the warnings for dubious command line option combinations"Peter Maydell1-31/+0
2011-06-22Optimize screendumpAvi Kivity1-3/+10
2011-06-22Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori6-9/+15
2011-06-22Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori29-327/+2675
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori56-441/+2741
2011-06-22Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori17-185/+826
2011-06-21kvm: fix FPU state subsectionMarcelo Tosatti1-3/+3
2011-06-20KVM: Fix XSAVE feature bit enumerationAndre Przywara1-1/+4
2011-06-20Remove unneeded kvm.h from cpu-exec.cJan Kiszka1-1/+0
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka3-24/+28
2011-06-20kvm: Clean up stubsJan Kiszka1-17/+1
2011-06-20kvm: ppc: Drop KVM_CAP build dependenciesJan Kiszka1-14/+0
2011-06-20kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka1-64/+3
2011-06-20kvm: Drop KVM_CAP build dependenciesJan Kiszka1-8/+0
2011-06-20kvm: Drop useless zero-initializationsJan Kiszka1-5/+0
2011-06-20kvm: ppc: Drop CONFIG_KVM_PPC_PVRJan Kiszka2-10/+0
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka3-35/+1
2011-06-20Switch build system to accompanied kernel headersJan Kiszka4-145/+21
2011-06-20Import kernel headersJan Kiszka13-0/+2520
2011-06-20Add kernel header update scriptJan Kiszka2-0/+57
2011-06-20cmd: fix operator precedenceFrediano Ziglio1-3/+3
2011-06-20Fix typo in cpus.cAlexandre Raymond1-1/+1
2011-06-20lsi: Fix unused-but-set-variable warningChristophe Fergeau1-2/+0
2011-06-19kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka3-5/+42
2011-06-19xen: Add the Xen platform pci deviceSteven Smith6-0/+354
2011-06-19xen: fix interrupt routingStefano Stabellini3-38/+35
2011-06-19xen: only track the linear framebufferStefano Stabellini1-0/+14
2011-06-19cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmappedStefano Stabellini1-1/+4
2011-06-19xen: mapcache performance improvementsStefano Stabellini1-18/+10
2011-06-19exec.c: refactor cpu_physical_memory_mapStefano Stabellini2-17/+35
2011-06-19xen: remove xen_map_block and xen_unmap_blockStefano Stabellini4-65/+4
2011-06-19xen: remove qemu_map_cache_unlockStefano Stabellini4-39/+1
2011-06-19xen: fix qemu_map_cache with size != MCACHE_BUCKET_SIZEStefano Stabellini1-12/+65
2011-06-19xen: Introduce VGA sync dirty bitmap supportAnthony PERARD2-0/+268
2011-06-19xen: Add xc_domain_add_to_physmap to xen_interface.Anthony PERARD2-1/+42