| [23/27] block: call the snapshot handlers of the protocol drivers |
2010-06-04 |
Kevin Wolf |
|
New |
| [22/27] close all the block drivers before the qemu process exits |
2010-06-04 |
Kevin Wolf |
|
New |
| [21/27] block: Assume raw for drives without media |
2010-06-04 |
Kevin Wolf |
|
New |
| [20/27] Fix error message in drive_init |
2010-06-04 |
Kevin Wolf |
|
New |
| [19/27] scsi: Fix info qtree for scsi-disk.ver |
2010-06-04 |
Kevin Wolf |
|
New |
| [18/27] scsi: Turn drive serial into a qdev property scsi-disk.serial |
2010-06-04 |
Kevin Wolf |
|
New |
| [17/27] ide: Fix info qtree for ide-drive.ver |
2010-06-04 |
Kevin Wolf |
|
New |
| [16/27] ide: Turn drive serial into a qdev property ide-drive.serial |
2010-06-04 |
Kevin Wolf |
|
New |
| [15/27] qdev: Don't leak string property value on hot unplug |
2010-06-04 |
Kevin Wolf |
|
New |
| [14/27] qdev: New qdev_prop_set_string() |
2010-06-04 |
Kevin Wolf |
|
New |
| [13/27] ide: Split non-qdev code off ide_init2() |
2010-06-04 |
Kevin Wolf |
|
New |
| [12/27] ide: Change ide_init_drive() to require valid dinfo argument |
2010-06-04 |
Kevin Wolf |
|
New |
| [11/27] ide: Split ide_init1() off ide_init2() |
2010-06-04 |
Kevin Wolf |
|
New |
| [10/27] ide: Remove redundant IDEState member conf |
2010-06-04 |
Kevin Wolf |
|
New |
| [09/27] ide: Remove useless IDEDeviceInfo members unit, drive |
2010-06-04 |
Kevin Wolf |
|
New |
| [08/27] usb: Remove unused usb_device_add() parameter is_hotplug |
2010-06-04 |
Kevin Wolf |
|
New |
| [07/27] blockdev: Belatedly remove driveopts |
2010-06-04 |
Kevin Wolf |
|
New |
| [06/27] blockdev: Belatedly remove MAX_DRIVES |
2010-06-04 |
Kevin Wolf |
|
New |
| [05/27] qemu-io: Fix error messages |
2010-06-04 |
Kevin Wolf |
|
New |
| [04/27] Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE instead |
2010-06-04 |
Kevin Wolf |
|
New |
| [03/27] Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512 |
2010-06-04 |
Kevin Wolf |
|
New |
| [02/27] Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512 |
2010-06-04 |
Kevin Wolf |
|
New |
| [01/27] Cleanup: bdrv_open() no need to shift total_size just to shift back. |
2010-06-04 |
Kevin Wolf |
|
New |
| [17/17] Move set_proc_name() to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [16/17] Move line-buffering setup to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [15/17] Make os_change_process_uid and os_change_root os-posix.c local |
2010-06-04 |
Jes Sorensen |
|
New |
| [14/17] Move daemonize handling to OS specific files |
2010-06-04 |
Jes Sorensen |
|
New |
| [13/17] Move chroot handling to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [12/17] Move runas handling from vl.c to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [11/17] Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c |
2010-06-04 |
Jes Sorensen |
|
New |
| [10/17] Rename qemu-options.h to qemu-options.def |
2010-06-04 |
Jes Sorensen |
|
New |
| [09/17] Move find_datadir to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [08/17] Move main signal handler setup to os specificfiles. |
2010-06-04 |
Jes Sorensen |
|
New |
| [07/17] Rename os_setup_signal_handling() to os_setup_early_signal_handling() |
2010-06-04 |
Jes Sorensen |
|
New |
| [06/17] Move win32 early signal handling setup to os_setup_signal_handling() |
2010-06-04 |
Jes Sorensen |
|
New |
| [05/17] Introduce os-posix.c and create os_setup_signal_handling() |
2010-06-04 |
Jes Sorensen |
|
New |
| [04/17] vl.c: Move host_main_loop_wait() to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [03/17] Introduce os-win32.c and move polling functions from vl.c |
2010-06-04 |
Jes Sorensen |
|
New |
| [02/17] Create qemu-os-win32.h and move WIN32 specific declarations there |
2010-06-04 |
Jes Sorensen |
|
New |
| [01/17] vl.c: Remove double include of netinet/in.h for Solaris |
2010-06-04 |
Jes Sorensen |
|
New |
| [3/3] Fix and simplify gui timer logic. |
2010-06-04 |
Gerd Hoffmann |
|
New |
| [2/3] add unregister_displaychangelistener |
2010-06-04 |
Gerd Hoffmann |
|
New |
| [1/3] QLIST-ify display change listeners. |
2010-06-04 |
Gerd Hoffmann |
|
New |
| target-i386: fix decoding of negative 4-byte displacements |
2010-06-04 |
Paolo Bonzini |
|
New |
| [2/2] machine: pass all init options as a single QemuOpts |
2010-06-04 |
Anthony Liguori |
|
New |
| [1/2] machine: package all init arguments into a QemuOpts |
2010-06-04 |
Anthony Liguori |
|
New |
| [RFC] QMP: Introduce query-netdevices documentation |
2010-06-04 |
Miguel Di Ciurcio Filho |
|
New |
| Fix and simplify gui timer logic. |
2010-06-04 |
Gerd Hoffmann |
|
New |
| [V4] virtio-9p: readdir implementation for 9p2000.L |
2010-06-04 |
Sripathi Kodi |
|
New |
| [V4] 9p: readdir implementation for 9p2000.L |
2010-06-04 |
Sripathi Kodi |
|
New |
| [V4] 9p: readdir implementation for 9p2000.L |
2010-06-04 |
Sripathi Kodi |
|
New |
| [V4] 9p: readdir implementation for 9p2000.L |
2010-06-04 |
Sripathi Kodi |
|
New |
| [17/17] Move set_proc_name() to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [16/17] Move line-buffering setup to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [15/17] Make os_change_process_uid and os_change_root os-posix.c local |
2010-06-04 |
Jes Sorensen |
|
New |
| [14/17] Move daemonize handling to OS specific files |
2010-06-04 |
Jes Sorensen |
|
New |
| [13/17] Move chroot handling to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [12/17] Move runas handling from vl.c to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [11/17] Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c |
2010-06-04 |
Jes Sorensen |
|
New |
| [10/17] Rename qemu-options.h to qemu-options.def |
2010-06-04 |
Jes Sorensen |
|
New |
| [09/17] Move find_datadir to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [08/17] Move main signal handler setup to os specificfiles. |
2010-06-04 |
Jes Sorensen |
|
New |
| [07/17] Rename os_setup_signal_handling() to os_setup_early_signal_handling() |
2010-06-04 |
Jes Sorensen |
|
New |
| [06/17] Move win32 early signal handling setup to os_setup_signal_handling() |
2010-06-04 |
Jes Sorensen |
|
New |
| [05/17] Introduce os-posix.c and create os_setup_signal_handling() |
2010-06-04 |
Jes Sorensen |
|
New |
| [04/17] vl.c: Move host_main_loop_wait() to OS specific files. |
2010-06-04 |
Jes Sorensen |
|
New |
| [03/17] Introduce os-win32.c and move polling functions from vl.c |
2010-06-04 |
Jes Sorensen |
|
New |
| [02/17] Create qemu-os-win32.h and move WIN32 specific declarations there |
2010-06-04 |
Jes Sorensen |
|
New |
| [01/17] vl.c: Remove double include of netinet/in.h for Solaris |
2010-06-04 |
Jes Sorensen |
|
New |
| [01/17] vl.c: Remove double include of netinet/in.h for Solaris |
2010-06-04 |
Jes Sorensen |
|
New |
| [v2,2/2] vnc: threaded VNC server |
2010-06-04 |
Corentin Chary |
|
New |
| [v2,1/2] qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit |
2010-06-04 |
Corentin Chary |
|
New |
| [5/5] vnc: rename vnc-encoding-* vnc-enc-* |
2010-06-04 |
Corentin Chary |
|
New |
| [3/5] vnc: add lossless option |
2010-06-04 |
Corentin Chary |
|
New |
| [2/5] vnc: JPEG should be disabled if the client don't set tight quality |
2010-06-04 |
Corentin Chary |
|
New |
| [1/5] vnc: tight: add JPEG and gradient subencoding with smooth image detection |
2010-06-04 |
Corentin Chary |
|
New |
| Add exit notifiers. |
2010-06-04 |
Gerd Hoffmann |
|
New |
| 9p: Make use of iounit for read/write |
2010-06-04 |
Mohan Kumar M |
|
New |
| qemu:virtio-9p: Send iounit to client for read/write operations |
2010-06-04 |
Mohan Kumar M |
|
New |
| [3/3] qcow2: Return real error code in load_refcount_block |
2010-06-04 |
Kevin Wolf |
|
New |
| [2/3] qcow2: Allow alloc_clusters_noref to return errors |
2010-06-04 |
Kevin Wolf |
|
New |
| [1/3] qcow2: Allow get_refcount to return errors |
2010-06-04 |
Kevin Wolf |
|
New |
| vpc: Read/write multiple sectors at once |
2010-06-04 |
Kevin Wolf |
|
New |
| Add exit notifiers. |
2010-06-04 |
Gerd Hoffmann |
|
New |
| target-arm: Handle 'smc' as an undefined instruction |
2010-06-04 |
Adam Lackorzynski |
|
New |
| [v3,6/7] MIPS: Initial support of fulong mini pc (machine construction) |
2010-06-04 |
chen huacai |
|
New |
| [v3,5/7] MIPS: Initial support of fulong mini pc (CPU definition) |
2010-06-04 |
chen huacai |
|
New |
| [v3,4/7] MIPS: Initial support of VIA USB controller used by fulong mini pc |
2010-06-04 |
chen huacai |
|
New |
| [v3,3/7] MIPS: Initial support of VIA IDE controller used by fulong mini pc |
2010-06-04 |
chen huacai |
|
New |
| [v3,2/7] MIPS: Initial support of vt82686b south bridge used by fulong mini pc |
2010-06-04 |
chen huacai |
|
New |
| [v3,1/7] MIPS: Initial support of bonito north bridge used by fulong mini pc |
2010-06-04 |
chen huacai |
|
New |
| virtio-9p: Return correct error from v9fs_remove |
2010-06-04 |
Sripathi Kodi |
|
New |
| Re: [PATCHv3 1/2] virtio: support layout with avail ring before idx |
2010-06-04 |
Rusty Russell |
|
New |
| [2/2] tcg-i386: Use segment registers to implement GUEST_BASE. |
2010-06-04 |
Richard Henderson |
|
New |
| [1/2] tcg-i386: Merge 64-bit generation. |
2010-06-04 |
Richard Henderson |
|
New |
| [Bug,589315,NEW] qemu: Improve error reporting when migration can't connect |
2010-06-03 |
Yoshiaki Tamura |
|
New |
| [2/2] tcg: get rid of DEF2 in tcg-opc.h |
2010-06-03 |
Aurelien Jarno |
|
New |
| [1/2] tcg: get rid of copy_size in TCGOpDef |
2010-06-03 |
Aurelien Jarno |
|
New |
| [2/2] tcg: get rid of DEF2 in tcg-opc.h |
2010-06-03 |
y@volta.aurel32.net |
|
New |
| [1/2] tcg: get rid of copy_size in TCGOpDef |
2010-06-03 |
y@volta.aurel32.net |
|
New |