Age | Commit message (Expand) | Author |
2010-01-26 | check pipe() return value | Juan Quintela |
2010-01-26 | linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | monitor.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | vl.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | usb-linux.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | net/slirp.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/qcow2.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/vvfat.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/vmdk.o: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/qcow.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/cow.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | posix-aio-compat.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | force to test result for qemu_write_full() | Juan Quintela |
2010-01-26 | Introduce qemu_write_full() | Kirill A. Shutemov |
2010-01-26 | qcow2: Don't ignore qcow2_alloc_clusters return value | Kevin Wolf |
2010-01-26 | qcow2: Don't ignore update_refcount return value | Kevin Wolf |
2010-01-26 | qcow2: Allow updating no refcounts | Kevin Wolf |
2010-01-26 | qcow2: Improve error handling in update_refcount | Kevin Wolf |
2010-01-26 | qcow2: Fix error handling in grow_refcount_table | Kevin Wolf |
2010-01-26 | block: Return original error codes in bdrv_pread/write | Kevin Wolf |
2010-01-26 | qcow2: Return 0/-errno in qcow2_alloc_cluster_offset | Kevin Wolf |
2010-01-26 | qcow2: Return 0/-errno in get_cluster_table | Kevin Wolf |
2010-01-26 | qcow2: Fix error handling in qcow_save_vmstate | Kevin Wolf |
2010-01-26 | qcow2: Fix error handling in qcow2_grow_l1_table | Kevin Wolf |
2010-01-26 | monitor: convert do_cpu_set() to QObject, QError | Markus Armbruster |
2010-01-26 | QError: New QERR_INVALID_CPU_INDEX | Markus Armbruster |
2010-01-26 | monitor: convert do_physical_memory_save() to QError | Markus Armbruster |
2010-01-26 | monitor: convert do_memory_save() to QError | Markus Armbruster |
2010-01-26 | QError: New QERR_OPEN_FILE_FAILED | Markus Armbruster |
2010-01-26 | monitor: Don't check for mon_get_cpu() failure | Markus Armbruster |
2010-01-26 | json: escape u0000 .. u001F when outputting json | Anthony Liguori |
2010-01-24 | Sparc64: fix initrd | Blue Swirl |
2010-01-24 | pflash: Dont open memarea for full IO if already done. | Edgar E. Iglesias |
2010-01-24 | pflash: Reduce writebuf len for 8-bit flashes. | Edgar E. Iglesias |
2010-01-24 | pflash: Remove dead code, no functional changes. | Edgar E. Iglesias |
2010-01-24 | microblaze: The petalogix s3adsp board uses intel flashes | Edgar E. Iglesias |
2010-01-24 | Load global config files by default | Anthony Liguori |
2010-01-24 | Move out option lookup into a separate function | Anthony Liguori |
2010-01-24 | Support --sysconfdir in configure to specify path to configuration files | Anthony Liguori |
2010-01-24 | Sparc32: fix free-run timer | Blue Swirl |
2010-01-24 | Musicpal: Fix descriptor walk in eth_send | Jan Kiszka |
2010-01-23 | Musicpal: Fix wm8750 I2C address | Jan Kiszka |
2010-01-23 | sparc32 fix np dereference in do_unassigned_access | Artyom Tarasenko |
2010-01-22 | Sparc64: fix PCI probe problems | Blue Swirl |
2010-01-20 | Revert "block: prevent multiwrite_merge from creating too large iovecs" | Anthony Liguori |
2010-01-20 | make: qemu-img depends on config-host.h | Anthony Liguori |
2010-01-20 | reduce number of reinjects on ACK | Gleb Natapov |
2010-01-20 | block: prevent multiwrite_merge from creating too large iovecs | Christoph Hellwig |
2010-01-20 | block: fix cache flushing in bdrv_commit | Christoph Hellwig |
2010-01-20 | QMP: Fix asynchronous events delivery | Luiz Capitulino |