summaryrefslogtreecommitdiff
path: root/qemu-kvm-helper.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-24Merge commit '24ebf5f31a178051cff1a4aab5ba621037191577' into upstream-mergeMarcelo Tosatti1-7/+4
* commit '24ebf5f31a178051cff1a4aab5ba621037191577': get rid of hostregs_helper.h remove dead m68k definitions tcg: Add consistency checks for op definitions tcg-sparc: Implement setcond, setcond2. tcg: Add tcg_swap_cond. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2010-01-21Merge commit '49a945a3c0107463de3e57394622eff251e52fc4' into upstream-mergeMarcelo Tosatti1-2/+0
* commit '49a945a3c0107463de3e57394622eff251e52fc4': (28 commits) kill regs_to_env and env_to_regs remove dead code from target-i386/exec.h rtl8139: fix clang reporting unused assignment of VLAN tagging data eepro100: Fix multicast support eepro100: Restructure code (new function tx_command) Sparc32: Update OpenBIOS image to r666 Sparc: improve CPU register dump fix linux-user microblaze ELF_ARCH definition audio: include more information into audio_bug's output Revert "sdlaudio: make it suck less" Sparc32: improve DMA controller IRQ debugging ESP: improve IRQ debugging sparc32 do not clear interrupts when masking Update Sparc OpenBIOS images to r665 sparc32 do_unassigned_access overhaul v2 tcg/x86_64: Avoid unnecessary REX.B prefixes. nand: Correct random data reads. Makefile: Fix message for missing configure target-m68k: fix a typo in 'P' packet processing tcg/x86_64: Special-case all 32-bit AND operands. ... Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2007-07-19Use a kvm-specific main loopAvi Kivity1-0/+40
- main loop is kvm private - we no long run with global qemu variables in registers; this should ease register pressure