summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno3-150/+149
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno6-22/+4
2010-06-09Fix multiboot compilationAlexander Graf2-12/+28
2010-06-09net: Fix hotplug with pci_addAmit Shah1-2/+5
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson12-23/+22
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson12-123/+122
2010-06-08target-mips: break out [ls][wd]c1 and rdhwr insn generationNathan Froyd1-47/+59
2010-06-08Fix --enable-user-pie compilation.Richard Henderson1-0/+3
2010-06-07virtio-net: truncating packetMichael S. Tsirkin1-6/+9
2010-06-07microblaze: Make MSR_UM and MSR_VM part of the tb flagsEdgar E. Iglesias1-4/+3
2010-06-07petlogix-3adsp: Tweak displacement of cmdline and fdt blob.Edgar E. Iglesias1-2/+2
2010-06-04migration-exec: fix OpenBSD build warningBlue Swirl1-0/+2
2010-06-04target-i386: fix decoding of negative 4-byte displacementsPaolo Bonzini1-1/+1
2010-06-03Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori12-118/+414
2010-06-03migration: respect exit status with exec:Anthony Liguori4-8/+28
2010-06-03tcg-i386: fix a typoAurelien Jarno1-1/+1
2010-06-02tcg-i386: declare tcg_out_tlb_load() inlineAurelien Jarno1-3/+4
2010-06-02tcg-i386: Remove some ifdefs in qemu_ld/st.Richard Henderson1-47/+38
2010-06-02tcg-i386: Split out tlb load function.Richard Henderson1-106/+97
2010-06-02tcg-i386: Swap order of TLB hit and miss paths.Richard Henderson1-92/+80
2010-06-02tcg-i386: Split out TLB Hit path from qemu_ld/st.Richard Henderson1-95/+102
2010-06-02tcg-i386: Tidy data16 prefixes.Richard Henderson1-10/+18
2010-06-02sparc64: fix umul and smul insnsIgor V. Kovalenko1-26/+29
2010-06-02sparc64: fix udiv and sdiv insnsIgor V. Kovalenko1-2/+2
2010-06-02sparc64: improve ldf and stf insnsIgor V. Kovalenko1-0/+28
2010-06-02sparc64: use symbolic name for MMU index v1Igor V. Kovalenko1-12/+16
2010-06-02sparc64: fix ldxfsr insnIgor V. Kovalenko1-1/+5
2010-06-02sparc64: fix 32bit load sign extensionIgor V. Kovalenko1-1/+1
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko2-2/+52
2010-06-02sparc64: fix tag access register on mmu trapsIgor V. Kovalenko1-0/+5
2010-06-02virtio-net: stop vhost backend on vmstopMichael S. Tsirkin1-6/+5
2010-06-01vnc: add missing target for vnc-encodings-*.oCorentin Chary1-3/+3
2010-06-01vnc: tight: don't forget the third colorCorentin Chary1-0/+1
2010-06-01vnc: tight: don't forget last pixel in tight_encode_indexed_rectCorentin Chary1-5/+4
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino9-368/+0
2010-06-01QMP: Introduce commands documentationJan Kiszka5-4/+1376
2010-06-01monitor: Reorder info documentationJan Kiszka1-90/+96
2010-06-01Merge remote branch 'mst/for_anthony' into HEADAnthony Liguori4-32/+33
2010-06-01vnc: move size-changed check into the vnc_desktop_resize function.Gerd Hoffmann1-6/+5
2010-06-01vnc: don't send invalid screen updates.Gerd Hoffmann1-2/+6
2010-06-01vnc: keep track of client desktop sizeGerd Hoffmann2-3/+9
2010-06-01vnc: send desktopresize event as reply to set encodingsGerd Hoffmann1-0/+1
2010-06-01vnc: factor out vnc_desktop_resize()Gerd Hoffmann1-8/+16
2010-06-01Add support for depth 15 to qemu_default_pixelformat()Gerd Hoffmann1-0/+16
2010-06-01check for active_console before using itGerd Hoffmann1-1/+1
2010-06-01Add dependency of JSON unit tests on config-host.hJan Kiszka1-0/+2
2010-06-01migration: Fix calculation of bytes_transferredPierre Riteau1-9/+12
2010-06-01virtio-serial-bus: fix ports_map allocation on initAlon Levy1-1/+2
2010-06-01resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara1-0/+14
2010-06-01vnc: tight: add palette encodingCorentin Chary1-12/+425