Age | Commit message (Expand) | Author | Files | Lines |
2010-06-02 | tcg-i386: declare tcg_out_tlb_load() inline | Aurelien Jarno | 1 | -3/+4 |
2010-06-02 | tcg-i386: Remove some ifdefs in qemu_ld/st. | Richard Henderson | 1 | -47/+38 |
2010-06-02 | tcg-i386: Split out tlb load function. | Richard Henderson | 1 | -106/+97 |
2010-06-02 | tcg-i386: Swap order of TLB hit and miss paths. | Richard Henderson | 1 | -92/+80 |
2010-06-02 | tcg-i386: Split out TLB Hit path from qemu_ld/st. | Richard Henderson | 1 | -95/+102 |
2010-06-02 | tcg-i386: Tidy data16 prefixes. | Richard Henderson | 1 | -10/+18 |
2010-06-02 | sparc64: fix umul and smul insns | Igor V. Kovalenko | 1 | -26/+29 |
2010-06-02 | sparc64: fix udiv and sdiv insns | Igor V. Kovalenko | 1 | -2/+2 |
2010-06-02 | sparc64: improve ldf and stf insns | Igor V. Kovalenko | 1 | -0/+28 |
2010-06-02 | sparc64: use symbolic name for MMU index v1 | Igor V. Kovalenko | 1 | -12/+16 |
2010-06-02 | sparc64: fix ldxfsr insn | Igor V. Kovalenko | 1 | -1/+5 |
2010-06-02 | sparc64: fix 32bit load sign extension | Igor V. Kovalenko | 1 | -1/+1 |
2010-06-02 | sparc64: fix missing address masking v1 | Igor V. Kovalenko | 2 | -2/+52 |
2010-06-02 | sparc64: fix tag access register on mmu traps | Igor V. Kovalenko | 1 | -0/+5 |
2010-06-01 | vnc: add missing target for vnc-encodings-*.o | Corentin Chary | 1 | -3/+3 |
2010-06-01 | vnc: tight: don't forget the third color | Corentin Chary | 1 | -0/+1 |
2010-06-01 | vnc: tight: don't forget last pixel in tight_encode_indexed_rect | Corentin Chary | 1 | -5/+4 |
2010-06-01 | Monitor: Drop QMP documentation from code | Luiz Capitulino | 9 | -368/+0 |
2010-06-01 | QMP: Introduce commands documentation | Jan Kiszka | 5 | -4/+1376 |
2010-06-01 | monitor: Reorder info documentation | Jan Kiszka | 1 | -90/+96 |
2010-06-01 | Merge remote branch 'mst/for_anthony' into HEAD | Anthony Liguori | 4 | -32/+33 |
2010-06-01 | vnc: move size-changed check into the vnc_desktop_resize function. | Gerd Hoffmann | 1 | -6/+5 |
2010-06-01 | vnc: don't send invalid screen updates. | Gerd Hoffmann | 1 | -2/+6 |
2010-06-01 | vnc: keep track of client desktop size | Gerd Hoffmann | 2 | -3/+9 |
2010-06-01 | vnc: send desktopresize event as reply to set encodings | Gerd Hoffmann | 1 | -0/+1 |
2010-06-01 | vnc: factor out vnc_desktop_resize() | Gerd Hoffmann | 1 | -8/+16 |
2010-06-01 | Add support for depth 15 to qemu_default_pixelformat() | Gerd Hoffmann | 1 | -0/+16 |
2010-06-01 | check for active_console before using it | Gerd Hoffmann | 1 | -1/+1 |
2010-06-01 | Add dependency of JSON unit tests on config-host.h | Jan Kiszka | 1 | -0/+2 |
2010-06-01 | migration: Fix calculation of bytes_transferred | Pierre Riteau | 1 | -9/+12 |
2010-06-01 | virtio-serial-bus: fix ports_map allocation on init | Alon Levy | 1 | -1/+2 |
2010-06-01 | resent: x86/cpuid: Add kvm32 CPU model | Andre Przywara | 1 | -0/+14 |
2010-06-01 | vnc: tight: add palette encoding | Corentin Chary | 1 | -12/+425 |
2010-06-01 | vnc: add support for tight fill encoding | Corentin Chary | 1 | -2/+255 |
2010-06-01 | vnc: add basic tight support | Corentin Chary | 7 | -4/+498 |
2010-06-01 | vnc: return the number of rectangles | Corentin Chary | 4 | -16/+26 |
2010-06-01 | vnc: remove a memory leak in zlib | Corentin Chary | 3 | -0/+11 |
2010-06-01 | vnc: add buffer_free() | Corentin Chary | 2 | -8/+11 |
2010-06-01 | vnc: don't clear zlib stream on set_encoding | Corentin Chary | 3 | -7/+0 |
2010-06-01 | vnc: adjust compression zstream level | Corentin Chary | 2 | -1/+9 |
2010-06-01 | vnc: only use a single zlib stream | Corentin Chary | 2 | -8/+6 |
2010-06-01 | vnc: really call zlib if we want zlib | Corentin Chary | 1 | -1/+1 |
2010-06-01 | vnc: explain why set_encodings loop is reversed | Corentin Chary | 1 | -0/+5 |
2010-06-01 | Revert "vnc: set the right prefered encoding" | Corentin Chary | 1 | -10/+4 |
2010-05-31 | ioapic: improve debugging | Blue Swirl | 1 | -6/+10 |
2010-05-31 | Fix leul_to_cpu on big endian hosts | Alexander Graf | 1 | -1/+1 |
2010-05-31 | arm: fix arm kernel boot for non zero start addr | Lars Munch | 9 | -30/+1 |
2010-05-31 | target-ppc: remove useless line | Thomas Monjalon | 1 | -1/+0 |
2010-05-31 | target-ppc: fix RFI by clearing some bits of MSR | Thomas Monjalon | 2 | -4/+3 |
2010-05-31 | pci-hotplug: make them aware of pci domain. | Isaku Yamahata | 3 | -4/+26 |