summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-06-01vnc: add support for tight fill encodingCorentin Chary1-2/+255
2010-06-01vnc: add basic tight supportCorentin Chary7-4/+498
2010-06-01vnc: return the number of rectanglesCorentin Chary4-16/+26
2010-06-01vnc: remove a memory leak in zlibCorentin Chary3-0/+11
2010-06-01vnc: add buffer_free()Corentin Chary2-8/+11
2010-06-01vnc: don't clear zlib stream on set_encodingCorentin Chary3-7/+0
2010-06-01vnc: adjust compression zstream levelCorentin Chary2-1/+9
2010-06-01vnc: only use a single zlib streamCorentin Chary2-8/+6
2010-06-01vnc: really call zlib if we want zlibCorentin Chary1-1/+1
2010-06-01vnc: explain why set_encodings loop is reversedCorentin Chary1-0/+5
2010-06-01Revert "vnc: set the right prefered encoding"Corentin Chary1-10/+4
2010-05-31ioapic: improve debuggingBlue Swirl1-6/+10
2010-05-31Fix leul_to_cpu on big endian hostsAlexander Graf1-1/+1
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch9-30/+1
2010-05-31target-ppc: remove useless lineThomas Monjalon1-1/+0
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2-4/+3
2010-05-31pci-hotplug: make them aware of pci domain.Isaku Yamahata3-4/+26