aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-06-04Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-06-04Cleanup: bdrv_open() no need to shift total_size just to shift back.Jes Sorensen
2010-06-03Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-03migration: respect exit status with exec:Anthony Liguori
2010-06-03tcg-i386: fix a typoAurelien Jarno
2010-06-02tcg-i386: declare tcg_out_tlb_load() inlineAurelien Jarno
2010-06-02tcg-i386: Remove some ifdefs in qemu_ld/st.Richard Henderson
2010-06-02tcg-i386: Split out tlb load function.Richard Henderson
2010-06-02tcg-i386: Swap order of TLB hit and miss paths.Richard Henderson
2010-06-02tcg-i386: Split out TLB Hit path from qemu_ld/st.Richard Henderson
2010-06-02tcg-i386: Tidy data16 prefixes.Richard Henderson
2010-06-02sparc64: fix umul and smul insnsIgor V. Kovalenko
2010-06-02sparc64: fix udiv and sdiv insnsIgor V. Kovalenko
2010-06-02sparc64: improve ldf and stf insnsIgor V. Kovalenko
2010-06-02sparc64: use symbolic name for MMU index v1Igor V. Kovalenko
2010-06-02sparc64: fix ldxfsr insnIgor V. Kovalenko
2010-06-02sparc64: fix 32bit load sign extensionIgor V. Kovalenko
2010-06-02sparc64: fix missing address masking v1Igor V. Kovalenko
2010-06-02sparc64: fix tag access register on mmu trapsIgor V. Kovalenko
2010-06-01vnc: add missing target for vnc-encodings-*.oCorentin Chary
2010-06-01vnc: tight: don't forget the third colorCorentin Chary
2010-06-01vnc: tight: don't forget last pixel in tight_encode_indexed_rectCorentin Chary
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-06-01QMP: Introduce commands documentationJan Kiszka
2010-06-01monitor: Reorder info documentationJan Kiszka
2010-06-01Merge remote branch 'mst/for_anthony' into HEADAnthony Liguori
2010-06-01vnc: move size-changed check into the vnc_desktop_resize function.Gerd Hoffmann
2010-06-01vnc: don't send invalid screen updates.Gerd Hoffmann
2010-06-01vnc: keep track of client desktop sizeGerd Hoffmann
2010-06-01vnc: send desktopresize event as reply to set encodingsGerd Hoffmann
2010-06-01vnc: factor out vnc_desktop_resize()Gerd Hoffmann
2010-06-01Add support for depth 15 to qemu_default_pixelformat()Gerd Hoffmann
2010-06-01check for active_console before using itGerd Hoffmann
2010-06-01Add dependency of JSON unit tests on config-host.hJan Kiszka
2010-06-01migration: Fix calculation of bytes_transferredPierre Riteau
2010-06-01virtio-serial-bus: fix ports_map allocation on initAlon Levy
2010-06-01resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara
2010-06-01vnc: tight: add palette encodingCorentin Chary
2010-06-01vnc: add support for tight fill encodingCorentin Chary
2010-06-01vnc: add basic tight supportCorentin Chary
2010-06-01vnc: return the number of rectanglesCorentin Chary
2010-06-01vnc: remove a memory leak in zlibCorentin Chary
2010-06-01vnc: add buffer_free()Corentin Chary
2010-06-01vnc: don't clear zlib stream on set_encodingCorentin Chary
2010-06-01vnc: adjust compression zstream levelCorentin Chary
2010-06-01vnc: only use a single zlib streamCorentin Chary
2010-06-01vnc: really call zlib if we want zlibCorentin Chary
2010-06-01vnc: explain why set_encodings loop is reversedCorentin Chary
2010-06-01Revert "vnc: set the right prefered encoding"Corentin Chary