Show patches with: Archived = No       |   433091 patches
« 1 2 ... 4262 4263 42644330 4331 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[03/26] blkdebug: Basic request passthrough - - - - --- 2010-04-23 Kevin Wolf New
[02/26] qemu-config: Make qemu_config_parse more generic - - - - --- 2010-04-23 Kevin Wolf New
[01/26] qemu-config: qemu_read_config_file() reads the normal config file - - - - --- 2010-04-23 Kevin Wolf New
give some useful error messages when tap open fails - - - - --- 2010-04-23 Michael Tokarev New
target-ppc: exception model of 603e inherits from 603 - - - - --- 2010-04-23 Thomas Monjalon New
usb-wacom: fix usb_wacom_initfn regression - - - - --- 2010-04-23 Spencer Oliver New
Make sd card spi mode to support write operation - - - - --- 2010-04-23 QiaoChong New
linux-user: Remove ELFLOAD32. - - - - --- 2010-04-23 Richard Henderson New
Remove IO_MEM_SUBWIDTH. - - - - --- 2010-04-22 Richard Henderson New
[2/2] QError: vl.c drive_init porting - - - - --- 2010-04-22 Leandro Dorileo New
[1/2] QError: vl.c messages - - - - --- 2010-04-22 Leandro Dorileo New
[2/2] cmd646: fix abort due to changed opaque pointer for ioport read - - - - --- 2010-04-22 Igor V. Kovalenko New
[1/2] cmd646: pass pci_dev as it needs it - - - - --- 2010-04-22 Igor V. Kovalenko New
Update usb-linux to handle maximum of 16k transfers. - - - - --- 2010-04-22 David S. Ahern New
audio/sdlaudio: remove unused variable - - - - --- 2010-04-22 Serge Ziryukin New
give some useful error messages when tap open fails - - - - --- 2010-04-22 Michael Tokarev New
audio/sdlaudio: remove unused variable - - - - --- 2010-04-22 Serge Ziryukin New
[SeaBIOS] QEMU regression problems - - - - --- 2010-04-21 Kevin O'Connor New
[STABLE] block: Free iovec arrays allocated by multiwrite_merge() 1 - - - --- 2010-04-21 Stefan Hajnoczi New
[v5,3/5] RESEND: function for assigning ioeventfds. - - - - --- 2010-04-21 Cam Macdonell New
[v5,5/5] shared memory server for inter-VM shared memory - - - - --- 2010-04-21 Cam Macdonell New
[v5,4/5] Inter-VM shared memory PCI device - - - - --- 2010-04-21 Cam Macdonell New
[v5,3/5] Add functions for assigning ioeventfd and irqfds. - - - - --- 2010-04-21 Cam Macdonell New
[v5,2/5] Support adding a file to qemu's ram allocation - - - - --- 2010-04-21 Cam Macdonell New
[v5,1/5] Device specification for shared memory PCI device - - - - --- 2010-04-21 Cam Macdonell New
audio/alsa: fix comparison between requested and obtained formats - - - - --- 2010-04-21 Serge Ziryukin New
ppc: remove dead code 1 - - - --- 2010-04-21 Thomas Monjalon New
[2/2] target-ppc: fix interrupt vectors for MPC603 and e300 - - - - --- 2010-04-21 Thomas Monjalon New
[1/2] target-ppc: fix processor versions (PVR) for e300 - - - - --- 2010-04-21 Thomas Monjalon New
audio/alsa: fix comparison between requested and obtained formats 1 - - - --- 2010-04-21 Serge Ziryukin New
[RFC,20/20] Introduce -k option to enable FT migration mode (Kemari). - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,19/20] Insert do_event_tap() to virtio-{blk, net}, comment out assert() on cpu_single_env temp… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,18/20] Modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close f… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,17/20] Modify migrate_fd_put_ready() when ft_mode is on. - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,16/20] Introduce event_tap fucntions and ft_tranx_ready(). - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,15/20] Introduce FT mode support to configure. - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,14/20] Upgrade QEMU_FILE_VERSION from 3 to 4, and introduce qemu_savevm_state_all(). - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,13/20] Introduce util functions to control ft_transaction from savevm layer. - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,12/20] Introduce fault tolerant VM transaction QEMUFile and ft_mode. - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,11/20] Introduce some socket util functions. - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,10/20] Introduce skip_header parameter to qemu_loadvm_state() so that it can be called iterati… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,09/20] Introduce writev and read to FdMigrationState. - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,08/20] Introduce RAMSaveIO and use cpu_physical_memory_get_dirty_range() to check multiple dir… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,07/20] Introduce qemu_put_vector() and qemu_put_vector_prepare() to use put_vector() in QEMUFi… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,06/20] Introduce iovec util functions, qemu_iovec_to_vector() and qemu_iovec_to_size(). - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops(). - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,03/20] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,02/20] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,01/20] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,00/20] Kemari for KVM v0.1 - - - - --- 2010-04-21 Yoshiaki Tamura New
ehci: minor updates/bugfixes to debug statements - - - - --- 2010-04-21 David S. Ahern New
[22/22] savevm: Convert do_loadvm() to QObject - - - - --- 2010-04-20 Luiz Capitulino New
[21/22] savevm: Convert do_loadvm() to QError - - - - --- 2010-04-20 Luiz Capitulino New
[20/22] savevm: Convert do_savevm() to QObject - - - - --- 2010-04-20 Luiz Capitulino New
[19/22] savevm: Convert do_savevm() to QError - - - - --- 2010-04-20 Luiz Capitulino New
[18/22] savevm: Convert do_delvm() to QObject, QError - - - - --- 2010-04-20 Luiz Capitulino New
[17/22] savevm: delete_snapshot(): Remove unused parameter - - - - --- 2010-04-20 Luiz Capitulino New
[16/22] savevm: Convert delete_snapshot() to QError - - - - --- 2010-04-20 Luiz Capitulino New
[15/22] QError: New QERR_SNAPSHOT_NOT_FOUND - - - - --- 2010-04-20 Luiz Capitulino New
[14/22] QError: New QERR_DEVICE_NO_SNAPSHOT - - - - --- 2010-04-20 Luiz Capitulino New
[13/22] QError: New QERR_STATEVM_LOAD_FAILED - - - - --- 2010-04-20 Luiz Capitulino New
[12/22] QError: New QERR_STATEVM_SAVE_FAILED - - - - --- 2010-04-20 Luiz Capitulino New
[11/22] QError: New QERR_SNAPSHOT_ACTIVATE_FAILED - - - - --- 2010-04-20 Luiz Capitulino New
[10/22] QError: New QERR_SNAPSHOT_CREATE_FAILED - - - - --- 2010-04-20 Luiz Capitulino New
[09/22] QError: New QERR_SNAPSHOT_DELETE_FAILED - - - - --- 2010-04-20 Luiz Capitulino New
[08/22] QError: New QERR_SNAPSHOT_NO_DEVICE - - - - --- 2010-04-20 Luiz Capitulino New
[07/22] qemu-error: Introduce get_errno_string() - - - - --- 2010-04-20 Luiz Capitulino New
[06/22] savevm: load_vmstate(): Improve error check - - - - --- 2010-04-20 Luiz Capitulino New
[05/22] savevm: load_vmstate(): Return 'ret' on error - - - - --- 2010-04-20 Luiz Capitulino New
[04/22] savevm: do_loadvm(): Always resume the VM - - - - --- 2010-04-20 Luiz Capitulino New
[03/22] savevm: Introduce delete_snapshot() and use it - - - - --- 2010-04-20 Luiz Capitulino New
[02/22] savevm: Don't check the return of qemu_fopen_bdrv() - - - - --- 2010-04-20 Luiz Capitulino New
[01/22] QMP: Introduce RESUME event - - - - --- 2010-04-20 Luiz Capitulino New
[2/2] io: Add readq/writeq hooks and use them. - - - - --- 2010-04-20 Richard Henderson New
[1/2] io: Add CPUIOMemoryOps and use it. - - - - --- 2010-04-20 Richard Henderson New
hw: better i440 emulation - - - - --- 2010-04-20 Bernhard M. Wiedemann New
[S390] Add firmware code - - - - --- 2010-04-20 Alexander Graf New
[S390] Add firmware code - - - - --- 2010-04-20 Alexander Graf New
[S390] Add firmware code - - - - --- 2010-04-20 Alexander Graf New
[RESEND] Make char muxer more robust wrt small FIFOs - - - - --- 2010-04-20 Alexander Graf New
fix curses update - - - - --- 2010-04-20 Bernhard Kauer New
[v4,4/4] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-04-20 Yoshiaki Tamura New
[v4,3/4] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - - --- 2010-04-20 Yoshiaki Tamura New
[v4,2/4] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 2010-04-20 Yoshiaki Tamura New
[v4,1/4] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram_di… - - - - --- 2010-04-20 Yoshiaki Tamura New
flush TB on singlestep command 1 - - - --- 2010-04-20 Jun Koi New
[rebased/amended] microblaze: fix custom fprintf with _FORTIFY_SOURCE=2 - - - - --- 2010-04-19 Thomas Monjalon New
Return contorl to host on usb_del monitor command - - - - --- 2010-04-19 Shahar Havivi New
[05/21] tcg-i386: Tidy bswap operations. - - - - --- 2010-04-19 malc New
[v2] block: Cache total_sectors to reduce bdrv_getlength calls - - - - --- 2010-04-19 Stefan Hajnoczi New
[1/1] hw: better i440 emulation - - - - --- 2010-04-19 Bernhard M. Wiedemann New
[v2] qcow2: Fix creation of large images 1 - 1 - --- 2010-04-19 Kevin Wolf New
[v2,2/3] vmdk: Clean up backing file handling - - - - --- 2010-04-19 Kevin Wolf New
[2/2] block: Cache total_sectors to reduce bdrv_getlength calls - - - - --- 2010-04-19 Stefan Hajnoczi New
[1/2] raw-posix: Use pread/pwrite instead of lseek+read/write - - - - --- 2010-04-19 Stefan Hajnoczi New
[qemu-iotests] explicitly use bash interpreter - - - - --- 2010-04-19 Stefan Hajnoczi New
[v3,6/6] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-04-19 Yoshiaki Tamura New
[v3,5/6] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - - --- 2010-04-19 Yoshiaki Tamura New
[v3,4/6] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 2010-04-19 Yoshiaki Tamura New
« 1 2 ... 4262 4263 42644330 4331 »