Age | Commit message (Expand) | Author |
2010-07-27 | Update version for 0.13.0-rc0v0.13.0-rc0 | Anthony Liguori |
2010-07-26 | vnc: better default values for VNC options | Corentin Chary |
2010-07-26 | vnc: tight: split send_sub_rect | Corentin Chary |
2010-07-26 | vnc: tight: fix rgb_prepare_row | Corentin Chary |
2010-07-26 | vnc: add missing lock for vnc_cursor_define() | Corentin Chary |
2010-07-26 | vnc: threaded VNC server | Corentin Chary |
2010-07-26 | qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit | Corentin Chary |
2010-07-26 | vnc: fix tight png memory leak | Corentin Chary |
2010-07-26 | vnc: encapsulate encoding members | Corentin Chary |
2010-07-26 | vnc: tight: stop using qdict for palette stuff | Corentin Chary |
2010-07-26 | vnc: tight: specific zlib level and filters for each compression level | Corentin Chary |
2010-07-26 | vnc: tight add PNG encoding | Corentin Chary |
2010-07-26 | vnc: tight: remove a memleak in send_jpeg_rect() | Corentin Chary |
2010-07-26 | vnc: tight: don't forget do at the last color | Corentin Chary |
2010-07-26 | vnc: rename vnc-encoding-* vnc-enc-* | Corentin Chary |
2010-07-26 | ui: move all ui components in ui/ | Corentin Chary |
2010-07-26 | vnc: add lossy option | Corentin Chary |
2010-07-26 | vnc: JPEG should be disabled if the client don't set tight quality | Corentin Chary |
2010-07-26 | vnc: tight: add JPEG and gradient subencoding with smooth image detection | Corentin Chary |
2010-07-26 | Initial documentation for migration | Juan Quintela |
2010-07-26 | ide: fix migration in the middle of a bmdma transfer | Juan Quintela |
2010-07-26 | ide: fix migration in the middle of pio operation | Juan Quintela |
2010-07-26 | vmstate: add subsections code | Juan Quintela |
2010-07-26 | Revert "ide save/restore current transfer fields" | Juan Quintela |
2010-07-26 | Revert "ide save/restore pio/atapi cmd transfer fields and io buffer" | Juan Quintela |
2010-07-26 | Merge remote branch 'mst/for_anthony' into staging | Anthony Liguori |
2010-07-25 | etrax: Update ethernet mgm-ctrl reg on writes | Edgar E. Iglesias |
2010-07-25 | target-i386: use gen_update_cc_op() | Jun Koi |
2010-07-25 | Close socket file descriptor when qemu_accept fails | Shahar Havivi |
2010-07-25 | add cscope.* to .gitignore | Jun Koi |
2010-07-25 | slirp: Remove declarations which are no longer needed | Stefan Weil |
2010-07-25 | slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil |
2010-07-25 | tests: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil |
2010-07-25 | block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types | Stefan Weil |
2010-07-25 | mips: more fixes to the MIPS interrupt glue logic | Aurelien Jarno |
2010-07-25 | microblaze: Remove unused members from the disas context | Edgar E. Iglesias |
2010-07-24 | microblaze: Speed up base + index addressing mode | Edgar E. Iglesias |
2010-07-24 | microblaze: Use setcond for conditional branches | Edgar E. Iglesias |
2010-07-24 | microblaze: Improve branch with small immediates | Edgar E. Iglesias |
2010-07-24 | remove dead code | Jun Koi |
2010-07-24 | use symbol for DisasContext->is_jmp | Jun Koi |
2010-07-24 | mips: Correct MIPS interrupt glue logic for icount | Edgar E. Iglesias |
2010-07-23 | microblaze: Pass a ucontext * as 3rd sighandler arg | Edgar E. Iglesias |
2010-07-22 | Declare code_gen_ptr, code_gen_max_blocks 'static' | Stefan Weil |
2010-07-22 | scsi: Dequeue requests before invoking completion callback | Jan Kiszka |
2010-07-22 | e1000: Fix wrong microwire EEPROM state initialization | Izumi Tsutsui |
2010-07-22 | Rework debug exception processing for gdb use | Jan Kiszka |
2010-07-22 | Rename tcg_cpu_exec and tcg_has_work | Jan Kiszka |
2010-07-22 | Drop redundant global cur_cpu variable | Jan Kiszka |
2010-07-22 | Fix qemu_wait_io_event processing in io-thread mode | Jan Kiszka |