Show patches with: none      |   433204 patches
« 1 2 ... 4250 4251 42524332 4333 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[08/16] Move main signal handler setup to os specificfiles. - - - - --- 2010-06-03 Jes Sorensen New
[07/16] Rename os_setup_signal_handling() to os_setup_early_signal_handling() - - - - --- 2010-06-03 Jes Sorensen New
[06/16] Move win32 early signal handling setup to os_setup_signal_handling() - - - - --- 2010-06-03 Jes Sorensen New
[05/16] Introduce os-posix.c and create os_setup_signal_handling() - - - - --- 2010-06-03 Jes Sorensen New
[04/16] vl.c: Move host_main_loop_wait() to OS specific files. - - - - --- 2010-06-03 Jes Sorensen New
[03/16] Introduce os-win32.c and move polling functions from vl.c - - - - --- 2010-06-03 Jes Sorensen New
[02/16] Create qemu-os-win32.h and move WIN32 specific declarations there - - - - --- 2010-06-03 Jes Sorensen New
[01/16] vl.c: Remove double include of netinet/in.h for Solaris - - - - --- 2010-06-03 Jes Sorensen New
In v9fs_remove_post_remove() we currently ignore the error returned by - - - - --- 2010-06-03 Sripathi Kodi New
[2/2] virtio-9p: Implement server side of setattr for 9P2000.L protocol. - - - - --- 2010-06-03 Sripathi Kodi New
[1/2] Make v9fs_do_utimensat accept timespec structures instead of v9stat. - - - - --- 2010-06-03 Sripathi Kodi New
Make machine->init take QEMUMachine as an argument - - - - --- 2010-06-03 Anthony Liguori New
make qemu_thread_create block all signals 1 - - - --- 2010-06-03 Paolo Bonzini New
[V3,3/3] qemu: Convert AIO code to use the generic threading infrastructure. - - - - --- 2010-06-03 Gautham R Shenoy New
[V3,2/3] qemu: Generic asynchronous threading framework to offload tasks - - - - --- 2010-06-03 Gautham R Shenoy New
[V3,1/3] qemu: Add qemu-wrappers for pthread_attr_t - - - - --- 2010-06-03 Gautham R Shenoy New
[0/4] Add virtio disk identification support - - - - --- 2010-06-03 john cooper New
[4/4] migration: add support to print migration info on incoming side. - - - - --- 2010-06-03 Yoshiaki Tamura New
[3/4] arch_init: calculate transferred bytes at ram_load(). - - - - --- 2010-06-03 Yoshiaki Tamura New
[2/4] migration-tcp: add support for asynchronous incoming migration. - - - - --- 2010-06-03 Yoshiaki Tamura New
[1/4] savevm: refactor qemu_loadvm_state(). - - - - --- 2010-06-03 Yoshiaki Tamura New
[2/2] tcg: Make some tcg-target.c routines static. - - - - --- 2010-06-03 Richard Henderson New
[1/2] tcg: Add TYPE parameter to tcg_out_mov. - - - - --- 2010-06-03 Richard Henderson New
[Bug,588748] Re: QEMU fails to boot DR DOS Plus since 0.6.1 - - - - --- 2010-06-02 Anthony Liguori New
block: Fix serial number assignment - - - - --- 2010-06-02 Luiz Capitulino New
[Bug,584143] Re: qemu fails to set hdd serial number - - - - --- 2010-06-02 Luiz Capitulino New
[STABLE,3/3] usb-bus: fix no params - - - - --- 2010-06-02 Luiz Capitulino New
[STABLE,2/3] Avoid crash on '-usbdevice <device>' without parameters - - - - --- 2010-06-02 Luiz Capitulino New
[STABLE,1/3] Fix -usbdevice crash - - - - --- 2010-06-02 Luiz Capitulino New
migration: respect exit status with exec: - - - - --- 2010-06-02 Anthony Liguori New
sparc64: use symbolic name for MMU index v1 - - - - --- 2010-06-02 Igor V. Kovalenko New
sparc64: fix missing address masking v1 - - - - --- 2010-06-02 Igor V. Kovalenko New
Fix console_write_ch on 64-bit big-endian hosts - - - - --- 2010-06-02 Anthony Liguori New
[PATCHv2] virtio-net: stop vhost backend on vmstop - - - 1 --- 2010-06-02 Michael S. Tsirkin New
give some useful error messages when tap open - - - - --- 2010-06-02 Luiz Capitulino New
acpi_piix4: save gpe and pci hotplug slot status - - - - --- 2010-06-02 Alex Williamson New
[13/13] blockdev: New -blockdev to define a host block device - - - - --- 2010-06-02 Markus Armbruster New
[12/13] blockdev: Factor option value parsers out of drive_init() - - - - --- 2010-06-02 Markus Armbruster New
[11/13] qemu-option: New qemu_opt_next(), qemu_opt_name() - - - - --- 2010-06-02 Markus Armbruster New
[10/13] qemu-option: New qemu_opts_reset() - - - - --- 2010-06-02 Markus Armbruster New
[09/13] blockdev: drive_get_by_id() is no longer used, remove - - - - --- 2010-06-02 Markus Armbruster New
[08/13] qdev: Decouple qdev_prop_drive from DriveInfo - - - - --- 2010-06-02 Markus Armbruster New
[07/13] blockdev: Means to destroy blockdev only if made with drive_init() - - - - --- 2010-06-02 Markus Armbruster New
[06/13] blockdev: Give drives internal linkage - - - - --- 2010-06-02 Markus Armbruster New
[05/13] block: Decouple savevm from DriveInfo - - - - --- 2010-06-02 Markus Armbruster New
[04/13] block: New bdrv_next() - - - - --- 2010-06-02 Markus Armbruster New
[03/13] monitor: Make "commit FOO" complain when FOO doesn't exist - - - - --- 2010-06-02 Markus Armbruster New
[02/13] block: Decouple block device "commit all" from DriveInfo - - - - --- 2010-06-02 Markus Armbruster New
[01/13] block: Move error actions from DriveInfo to BlockDriverState - - - - --- 2010-06-02 Markus Armbruster New
[v2,3/3] blockdev: Collect block device code in new blockdev.c - - - - --- 2010-06-02 Markus Armbruster New
[PATCH-V2,virtio-9p] Flush the debug message out to the log file. - - - - --- 2010-06-02 jvrao New
Change 'query-version' to output broken down version string - - - - --- 2010-06-02 Daniel P. Berrangé New
[3/3] blockdev: Collect block device code in new blockdev.c - - - - --- 2010-06-02 Markus Armbruster New
[2/3] qdev: Move declaration of qdev_init_bdrv() into qdev.h - - - - --- 2010-06-02 Markus Armbruster New
[1/3] blockdev: Hide QEMUMachine from drive_init() - - - - --- 2010-06-02 Markus Armbruster New
virtio-net: stop vhost backend on vmstop - - - 1 --- 2010-06-02 Michael S. Tsirkin New
hxtool: Fix line number reporting on SQMP/EQMP errors - - - - --- 2010-06-02 Jan Kiszka New
[RESEND] char: Flush read buffer in mux_chr_can_read - - - - --- 2010-06-02 Jan Kiszka New
[v2] x86: svm: Always clear event_inj on vmexit - - - - --- 2010-06-02 Jan Kiszka New
Extra scan codes for missing keys - - - - --- 2010-06-02 Bernhard M. Wiedemann New
virtio-blk: assign a default serial number if none provided - - - - --- 2010-06-02 Ryan Harper New
Fix multiboot compilation - - - - --- 2010-06-01 Alexander Graf New
pc: push setting default cpu_model down a level - - - - --- 2010-06-01 Alex Williamson New
monitor: allow device to be ejected if no disk is inserted - - - - --- 2010-06-01 Eduardo Habkost New
[3/3] vnc: add missing target for vnc-encodings-*.o - - - - --- 2010-06-01 Corentin Chary New
[2/3] vnc: tight: don't forget the third color - - - - --- 2010-06-01 Corentin Chary New
[1/3] vnc: tight: don't forget last pixel in tight_encode_indexed_rect - - - - --- 2010-06-01 Corentin Chary New
[9/9] QMP: Drop old input object checking code - - - - --- 2010-06-01 Luiz Capitulino New
[8/9] QMP: Introduce qmp_check_input_obj() - - - - --- 2010-06-01 Luiz Capitulino New
[7/9] QError: Introduce QERR_QMP_BAD_INPUT_OBJECT_MEMBER - - - - --- 2010-06-01 Luiz Capitulino New
[6/9] QMP: check_opts(): Minor cleanup - - - - --- 2010-06-01 Luiz Capitulino New
[5/9] QMP: Drop old client argument checker - - - - --- 2010-06-01 Luiz Capitulino New
[4/9] QMP: Second half of the new argument checking code - - - - --- 2010-06-01 Luiz Capitulino New
[3/9] QMP: First half of the new argument checking code - - - - --- 2010-06-01 Luiz Capitulino New
[2/9] Monitor: handle optional '-' arg as a bool - - - - --- 2010-06-01 Luiz Capitulino New
[1/9] QDict: Introduce qdict_get_try_bool() - - - - --- 2010-06-01 Luiz Capitulino New
virtio-9p: Rearrange fileop structures - - - - --- 2010-06-01 jvrao New
ahci: drop ATA_CMD constants - - - - --- 2010-06-01 Sebastian Herbszt New
[virtio-9p] Flush the debug message out to the log file. - - - - --- 2010-06-01 jvrao New
[8/8] sparc64: fix umul and smul insns - - - - --- 2010-06-01 Igor V. Kovalenko New
[7/8] sparc64: fix udiv and sdiv insns - - - - --- 2010-06-01 Igor V. Kovalenko New
[6/8] sparc64: improve ldf and stf insns - - - - --- 2010-06-01 Igor V. Kovalenko New
[5/8] sparc64: use symbolic name for MMU index - - - - --- 2010-06-01 Igor V. Kovalenko New
[4/8] sparc64: fix ldxfsr insn - - - - --- 2010-06-01 Igor V. Kovalenko New
[3/8] sparc64: fix 32bit load sign extension - - - - --- 2010-06-01 Igor V. Kovalenko New
[2/8] sparc64: fix missing address masking - - - - --- 2010-06-01 Igor V. Kovalenko New
[1/8] sparc64: fix tag access register on mmu traps - - - - --- 2010-06-01 Igor V. Kovalenko New
Extra scan codes for missing keys - - - - --- 2010-06-01 Bernhard M. Wiedemann New
[14/14] scsi: Fix info qtree for scsi-disk.ver - - - - --- 2010-06-01 Markus Armbruster New
[13/14] scsi: Turn drive serial into a qdev property scsi-disk.serial - - - - --- 2010-06-01 Markus Armbruster New
[12/14] ide: Fix info qtree for ide-drive.ver - - - - --- 2010-06-01 Markus Armbruster New
[11/14] ide: Turn drive serial into a qdev property ide-drive.serial - - - - --- 2010-06-01 Markus Armbruster New
[10/14] qdev: Don't leak string property value on hot unplug - - - - --- 2010-06-01 Markus Armbruster New
[09/14] qdev: New qdev_prop_set_string() - - - - --- 2010-06-01 Markus Armbruster New
[08/14] ide: Split non-qdev code off ide_init2() - - - - --- 2010-06-01 Markus Armbruster New
[07/14] ide: Change ide_init_drive() to require valid dinfo argument - - - - --- 2010-06-01 Markus Armbruster New
[06/14] ide: Split ide_init1() off ide_init2() - - - - --- 2010-06-01 Markus Armbruster New
[05/14] ide: Remove redundant IDEState member conf - - - - --- 2010-06-01 Markus Armbruster New
[04/14] ide: Remove useless IDEDeviceInfo members unit, drive - - - - --- 2010-06-01 Markus Armbruster New
[03/14] usb: Remove unused usb_device_add() parameter is_hotplug - - - - --- 2010-06-01 Markus Armbruster New
« 1 2 ... 4250 4251 42524332 4333 »