qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-24 09:10:56 to 2013-06-24 20:07:41 UTC [more...]

[Qemu-devel] [PATCH 00/23] bsd-user: FreeBSD support for mips/mips64 and arm
 2013-06-24 20:07 UTC  (36+ messages)
` [Qemu-devel] [PATCH 01/23] bsd-user: initial code clean up
` [Qemu-devel] [PATCH 02/23] bsd-user: add initial support for mips/mips64
` [Qemu-devel] [PATCH 03/23] bsd-user: additional seperation of OS and architecture dependent code
` [Qemu-devel] [PATCH 04/23] bsd-user: add bsd signal emulation
` [Qemu-devel] [PATCH 05/23] bsd-user: add bsd_binprm to TaskState for core dumping emulation
` [Qemu-devel] [PATCH 06/23] bsd-user: fix thread initialization and ELF addresses for mips/mips64
` [Qemu-devel] [PATCH 07/23] bsd-user: find target executable in path when absolute path not given
` [Qemu-devel] [PATCH 08/23] bsd-user: initialize stack with signal trampolin code and canary
` [Qemu-devel] [PATCH 09/23] bsd-user: refresh FreeBSD's system call numbers
` [Qemu-devel] [PATCH 10/23] bsd-user: add shims for memory management related syscalls
` [Qemu-devel] [PATCH 11/23] bsd-user: add shims for file related system calls
` [Qemu-devel] [PATCH 12/23] bsd-user: add shims for time "
` [Qemu-devel] [PATCH 13/23] bsd-user: add shims for signal "
` [Qemu-devel] [PATCH 14/23] bsd-user: add shims for process "
` [Qemu-devel] [PATCH 15/23] bsd-user: add shims for socket "
` [Qemu-devel] [PATCH 16/23] bsd-user: add shims for stat and file handle related syscalls
` [Qemu-devel] [PATCH 17/23] bsd-user: add shims for thread related system calls
` [Qemu-devel] [PATCH 18/23] bsd-user: add shim for the ioctl system call
` [Qemu-devel] [PATCH 19/23] bsd-user: add shims for sysarch() and sysctl() system calls
` [Qemu-devel] [PATCH 20/23] bsd-user: add shims for extended attributes "
` [Qemu-devel] [PATCH 21/23] bsd-user: add miscellaneous system call shims
` [Qemu-devel] [PATCH 22/23] bsd-user: add more strace formating
` [Qemu-devel] [PATCH 23/23] bsd-user: add arm cpu support

[Qemu-devel] [Bug 1191606] [NEW] qemu crashes with iscsi initiator (libiscsi) when using virtio
 2013-06-24 19:46 UTC  (2+ messages)
` [Qemu-devel] [Bug 1191606] "

[Qemu-devel] [PATCH v3] configure: Simplify alternate .text segment
 2013-06-24 19:45 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/10] qemu-ga: fsfreeze on Windows using VSS
 2013-06-24 19:30 UTC  (2+ messages)

[Qemu-devel] [PATCH V3 00/10] Add support for binding guest numa nodes to host numa nodes
 2013-06-24 19:15 UTC  (5+ messages)
` [Qemu-devel] [PATCH V3 04/10] NUMA: parse guest numa nodes memory policy
` [Qemu-devel] [PATCH V3 06/10] NUMA: split out the common range parser

[Qemu-devel] SPARC Leon3 Devices - Registers?
 2013-06-24 18:46 UTC 

[Qemu-devel] [PATCH 0/8] iscsi/qemu-img/block-migration enhancements
 2013-06-24 18:46 UTC  (24+ messages)
` [Qemu-devel] [PATCH 1/8] iscsi: add logical block provisioning information to iscsilun
` [Qemu-devel] [PATCH 2/8] iscsi: add bdrv_co_is_allocated
` [Qemu-devel] [PATCH 3/8] iscsi: add bdrv_co_write_zeroes
` [Qemu-devel] [PATCH 6/8] qemu-img: use bdrv_write_zeroes to write zeroes
` [Qemu-devel] [PATCH 7/8] iscsi: assert that sectors are aligned to LUN blocksize
` [Qemu-devel] [PATCH 8/8] block-migration: efficiently encode zero blocks

[Qemu-devel] [PATCH V2] build: remove compile warning
 2013-06-24 17:58 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/3] spapr: Fix remaining compiler warnings
 2013-06-24 17:48 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] spapr: Use named enum for function remove_hpte
` [Qemu-devel] [PATCH 2/3] spapr: Fix compiler warning for some versions of gcc (h_remove)
` [Qemu-devel] [PATCH 3/3] spapr: Fix compiler warning for some versions of gcc (spapr_io_read)

[Qemu-devel] [PATCH v10 00/14, resend] rdma: migration support
 2013-06-24 17:18 UTC  (20+ messages)
` [Qemu-devel] [PATCH v10 01/14, resend] rdma: add documentation
` [Qemu-devel] [PATCH v10 02/14, resend] rdma: introduce qemu_update_position()
` [Qemu-devel] [PATCH v10 03/14, resend] rdma: export yield_until_fd_readable()
` [Qemu-devel] [PATCH v10 04/14, resend] rdma: export throughput w/ MigrationStats QMP
` [Qemu-devel] [PATCH v10 05/14, resend] rdma: introduce qemu_file_mode_is_not_valid()
` [Qemu-devel] [PATCH v10 06/14, resend] rdma: export qemu_fflush()
` [Qemu-devel] [PATCH v10 07/14, resend] rdma: introduce ram_handle_compressed()
` [Qemu-devel] [PATCH v10 08/14, resend] rdma: introduce qemu_ram_foreach_block()
` [Qemu-devel] [PATCH v10 09/14, resend] rdma: new QEMUFileOps hooks
` [Qemu-devel] [PATCH v10 10/14, resend] rdma: introduce capability x-rdma-pin-all
` [Qemu-devel] [PATCH v10 11/14, resend] rdma: core logic
` [Qemu-devel] [PATCH v10 12/14, resend] rdma: send pc.ram
` [Qemu-devel] [PATCH v10 13/14, resend] rdma: fix mlock() freezes and accounting
` [Qemu-devel] [PATCH v10 14/14, resend] rdma: add setup time accounting to QMP statistics

[Qemu-devel] [PATCH qom-cpu 00/15 v8] target-i386: convert CPU features into properties, part 1
 2013-06-24 17:09 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/15] target-i386: cpu: convert 'family' to static property
` [Qemu-devel] [PATCH 02/15] target-i386: cpu: convert 'model' "
` [Qemu-devel] [PATCH 03/15] target-i386: cpu: convert 'stepping' "
` [Qemu-devel] [PATCH 04/15] target-i386: cpu: convert 'level' "
` [Qemu-devel] [PATCH 05/15] target-i386: cpu: convert 'xlevel' "
` [Qemu-devel] [PATCH 06/15] target-i386: cpu: convert 'vendor' "
` [Qemu-devel] [PATCH 07/15] target-i386: cpu: convert 'model-id' "
` [Qemu-devel] [PATCH 08/15] target-i386: cpu: convert 'tsc-frequency' "

[Qemu-devel] Where to find the definition of RunState, RUN_STATE_IMMIGRATE
 2013-06-24 17:06 UTC 

[Qemu-devel] [PATCH] RFC kvm irqfd: add directly mapped MSI IRQ support
 2013-06-24 16:48 UTC  (31+ messages)
        ` [Qemu-devel] [Qemu-ppc] "

[Qemu-devel] [PATCH] target-mips: fix branch in likely delay slot tcg assert
 2013-06-24 16:45 UTC 

[Qemu-devel] KVM call agenda for 2013-06-25
 2013-06-24 16:40 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] iscsi: support for is_allocated and inproved has_zero_init
 2013-06-24 16:11 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] iscsi: add support for bdrv_co_is_allocated()

[Qemu-devel] [PATCH v8 3/3] Force auto-convegence of live migration
 2013-06-24 16:22 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] qapi: Top-level type reference for command definitions
 2013-06-24 16:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] qapi.py: Move common code to evaluate()

[Qemu-devel] [PATCH v8 0/3] Throttle-down guest to help with live migration convergence
 2013-06-24  9:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v8 1/3] Introduce async_run_on_cpu()
` [Qemu-devel] [PATCH v8 2/3] Add 'auto-converge' migration capability

[Qemu-devel] [PATCH v6 00/12] block: drive-backup live backup command
 2013-06-24 15:13 UTC  (13+ messages)
` [Qemu-devel] [PATCH v6 01/12] notify: add NotiferWithReturn so notifier list can abort
` [Qemu-devel] [PATCH v6 02/12] block: add bdrv_add_before_write_notifier()
` [Qemu-devel] [PATCH v6 03/12] block: add basic backup support to block driver
` [Qemu-devel] [PATCH v6 04/12] blockdev: drop redundant proto_drv check
` [Qemu-devel] [PATCH v6 05/12] blockdev: use bdrv_getlength() in qmp_drive_mirror()
` [Qemu-devel] [PATCH v6 06/12] block: add drive-backup QMP command
` [Qemu-devel] [PATCH v6 07/12] blockdev: rename BlkTransactionStates to singular
` [Qemu-devel] [PATCH v6 08/12] blockdev: allow BdrvActionOps->commit() to be NULL
` [Qemu-devel] [PATCH v6 09/12] blockdev: add DriveBackup transaction
` [Qemu-devel] [PATCH v6 10/12] blockdev: add Abort transaction
` [Qemu-devel] [PATCH v6 11/12] qemu-iotests: extract wait_until_completed() into iotests.py
` [Qemu-devel] [PATCH v6 12/12] qemu-iotests: add 055 drive-backup test case

[Qemu-devel] [PATCH 0/2] fix migration of zero pages
 2013-06-24 14:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] migration: do not overwrite "

[Qemu-devel] [PATCH] iSCSI fix crash when using virtio and libiscsi V3
 2013-06-24 14:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH] Fix iSCSI crash on SG_IO with an iovector

[Qemu-devel] [PATCH] MAINTAINERS: fix bad F: patterns
 2013-06-24 14:35 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/8] Guest memory allocation fixes & cleanup
 2013-06-24 14:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/26] use realizefn for SysBusDevice, part 1
 2013-06-24 14:01 UTC  (8+ messages)
` [Qemu-devel] [PATCH 01/26] ohci: use realize for ohci
` [Qemu-devel] [PATCH 21/26] kvmclock: use realize for kvmclock
` [Qemu-devel] [PATCH 22/26] kvmclock: QOM'ify some more

[Qemu-devel] [PATCH v7 3/3] Force auto-convegence of live migration
 2013-06-24 13:42 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] ipl related fixes
 2013-06-24 12:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] s390/IPL: Allow boot from other ssid than 0

[Qemu-devel] [PATCH 1/2] s390/ipl: Fix boot order
 2013-06-24 12:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3] "

[Qemu-devel] [PATCH V2 0/7] monitor: support sub command group in auto completion and help
 2013-06-24 12:48 UTC  (8+ messages)
` [Qemu-devel] [PATCH V2 1/7] monitor: discard global variable *cur_mon in completion functions
` [Qemu-devel] [PATCH V2 2/7] monitor: discard global variable *mon_cmds
` [Qemu-devel] [PATCH V2 3/7] monitor: discard global variable *info_cmds in help functions
` [Qemu-devel] [PATCH V2 4/7] monitor: code move for parse_cmdline()
` [Qemu-devel] [PATCH V2 5/7] monitor: support sub commands in auto completion
` [Qemu-devel] [PATCH V2 6/7] monitor: improve "help" in auto completion for sub command
` [Qemu-devel] [PATCH V2 7/7] monitor: improve "help" to allow show tip of single command in sub group

[Qemu-devel] [PATCH] block: add apparent-size to query-block
 2013-06-24 12:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] multiboot: Fix memory information
 2013-06-24 12:21 UTC  (4+ messages)

[Qemu-devel] [PATCH v4 0/3] block: fix spurious DEVICE_TRAY_MOVED events on shutdown
 2013-06-24 12:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] block: make bdrv_dev_change_media_cb() public
` [Qemu-devel] [PATCH v4 2/3] block: move the bdrv_dev_change_media_cb()
` [Qemu-devel] [PATCH v4 3/3] blockdev: do not open block device if password is not required but user provides one

[Qemu-devel] qemu bug
 2013-06-24 11:28 UTC  (4+ messages)

[Qemu-devel] [PATCH] vl: convert -smp to qemu_opts_parse()
 2013-06-24 11:06 UTC 

[Qemu-devel] [PATCH 0/2] device_tree: add qemu_devtree_setprop_sized_cells()
 2013-06-24 11:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] device_tree: Add qemu_devtree_setprop_sized_cells() utility function
` [Qemu-devel] [PATCH 2/2] arm/boot: Use qemu_devtree_setprop_sized_cells()

[Qemu-devel] [PATCH 0/3] virtio-ccw patches as of 2013/06/24
 2013-06-24 10:59 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] s390/virtio-ccw: Fix virtio reset
` [Qemu-devel] [PATCH 2/3] virtio-ccw: Wire up ioeventfd
` [Qemu-devel] [PATCH 3/3] virtio-ccw: Wire up guest and host notifies

[Qemu-devel] Adding a persistent writeback cache to qemu
 2013-06-24 10:25 UTC  (8+ messages)

[Qemu-devel] [PATCH] [slirp] add nextserver support in slirp's dhcp-server
 2013-06-24  9:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] vmdk: refuse to open higher version than supported
 2013-06-24  9:18 UTC  (2+ messages)

[Qemu-devel] [PULL 00/23] Block patches
 2013-06-24  9:10 UTC  (23+ messages)
` [Qemu-devel] [PATCH 01/23] ide: Add handler to ide_cmd_table
` [Qemu-devel] [PATCH 03/23] ide: Convert WIN_IDENTIFY to ide_cmd_table handler
` [Qemu-devel] [PATCH 04/23] ide: Convert cmd_nop commands "
` [Qemu-devel] [PATCH 05/23] ide: Convert verify "
` [Qemu-devel] [PATCH 06/23] ide: Convert read/write multiple "
` [Qemu-devel] [PATCH 07/23] ide: Convert PIO read/write "
` [Qemu-devel] [PATCH 08/23] ide: Convert DMA "
` [Qemu-devel] [PATCH 09/23] ide: Convert READ NATIVE MAX ADDRESS "
` [Qemu-devel] [PATCH 10/23] ide: Convert CHECK POWER MDOE "
` [Qemu-devel] [PATCH 11/23] ide: Convert SET FEATURES "
` [Qemu-devel] [PATCH 12/23] ide: Convert FLUSH CACHE "
` [Qemu-devel] [PATCH 13/23] ide: Convert SEEK "
` [Qemu-devel] [PATCH 14/23] ide: Convert ATAPI commands "
` [Qemu-devel] [PATCH 15/23] ide: Convert CF-ATA "
` [Qemu-devel] [PATCH 16/23] ide: Convert SMART "
` [Qemu-devel] [PATCH 17/23] ide: Clean up ide_exec_cmd()
` [Qemu-devel] [PATCH 18/23] Revert "block: Disable driver-specific options for 1.5"
` [Qemu-devel] [PATCH 19/23] qcow2: Add refcount update reason to all callers
` [Qemu-devel] [PATCH 20/23] qcow2: Options to enable discard for freed clusters
` [Qemu-devel] [PATCH 21/23] qcow2: Batch discards
` [Qemu-devel] [PATCH 22/23] block: Always enable discard on the protocol level
` [Qemu-devel] [PATCH 23/23] vmdk: refuse to open higher version than supported


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).