messages from 2014-11-09 18:15:04 to 2014-11-11 02:20:53 UTC [more...]
[Qemu-devel] [PATCH v4 00/47] Postcopy implementation
2014-11-11 1:39 UTC (13+ messages)
` [Qemu-devel] [PATCH v4 33/47] Postcopy: Postcopy startup in migration thread
` [Qemu-devel] [PATCH v4 34/47] Postcopy: Create a fault handler thread before marking the ram as userfault
` [Qemu-devel] [PATCH v4 35/47] Page request: Add MIG_RPCOMM_REQPAGES reverse command
` [Qemu-devel] [PATCH v4 36/47] Page request: Process incoming page request
` [Qemu-devel] [PATCH v4 38/47] Add assertion to check migration_dirty_pages
` [Qemu-devel] [PATCH v4 39/47] postcopy_ram.c: place_page and helpers
[Qemu-devel] [PATCH v1 0/2] virtio-scsi: dataplane: one fix and one optimization
2014-11-11 1:52 UTC (5+ messages)
` [Qemu-devel] [PATCH v1 1/2] virtio-scsi: dataplane: fix allocation for 'cmd_vrings'
` [Qemu-devel] [PATCH v1 2/2] virtio-scsi: dataplane: notify guest as batch
[Qemu-devel] [Bug 1385934] [NEW] USB with passthrougth guest cannot enumerate USB host
2014-11-11 1:40 UTC (5+ messages)
` [Qemu-devel] [Bug 1385934] "
[Qemu-devel] [PATCH] usb-host: fix usb_host_speed_compat tyops
2014-11-11 0:45 UTC (2+ messages)
[Qemu-devel] [PATCH] ahci: Fix byte count regression for ATAPI/PIO
2014-11-11 0:41 UTC
[Qemu-devel] [PATCH 00/21] qcow2: Support refcount orders != 4
2014-11-11 0:29 UTC (32+ messages)
` [Qemu-devel] [PATCH 01/21] qcow2: Add two new fields to BDRVQcowState
` [Qemu-devel] [PATCH 02/21] qcow2: Add refcount_width to format-specific info
` [Qemu-devel] [PATCH 03/21] qcow2: Use 64 bits for refcount values
` [Qemu-devel] [PATCH 04/21] qcow2: Respect error in qcow2_alloc_bytes()
` [Qemu-devel] [PATCH 05/21] qcow2: Refcount overflow and qcow2_alloc_bytes()
` [Qemu-devel] [PATCH 06/21] qcow2: Helper function for refcount modification
` [Qemu-devel] [PATCH 07/21] qcow2: Helper for refcount array size calculation
` [Qemu-devel] [PATCH 08/21] qcow2: More helpers for refcount modification
` [Qemu-devel] [PATCH 09/21] qcow2: Open images with refcount order != 4
` [Qemu-devel] [PATCH 10/21] qcow2: refcount_order parameter for qcow2_create2
` [Qemu-devel] [PATCH 11/21] iotests: Prepare for refcount_width option
` [Qemu-devel] [PATCH 12/21] qcow2: Allow creation with refcount order != 4
` [Qemu-devel] [PATCH 13/21] block: Add opaque value to the amend CB
` [Qemu-devel] [PATCH 14/21] qcow2: Use error_report() in qcow2_amend_options()
` [Qemu-devel] [PATCH 15/21] qcow2: Use abort() instead of assert(false)
` [Qemu-devel] [PATCH 16/21] qcow2: Split upgrade/downgrade paths for amend
` [Qemu-devel] [PATCH 17/21] qcow2: Use intermediate helper CB "
` [Qemu-devel] [PATCH 18/21] qcow2: Add function for refcount order amendment
` [Qemu-devel] [PATCH 19/21] qcow2: Invoke refcount order amendment function
` [Qemu-devel] [PATCH 20/21] qcow2: Point to amend function in check
` [Qemu-devel] [PATCH 21/21] iotests: Add test for different refcount widths
[Qemu-devel] [Bug 1387881] [NEW] qemu fails to recognize full virtualization
2014-11-10 22:30 UTC (3+ messages)
` [Qemu-devel] [Bug 1387881] "
[Qemu-devel] [PATCH] Add VT-d Posted-Interrupts support in QEMU
2014-11-10 21:58 UTC (3+ messages)
` [Qemu-devel] [PATCH] x86: Update VT-d Posted-Interrupts related information
[Qemu-devel] [PATCH] linux-user: Fix up timer id handling
2014-11-10 21:38 UTC (3+ messages)
[Qemu-devel] [PULL 0/2] seccomp branch queue
2014-11-10 20:50 UTC (4+ messages)
` [Qemu-devel] [PULL 1/2] seccomp: whitelist syscalls fallocate(), fadvise64(), inotify_init1() and inotify_add_watch()
` [Qemu-devel] [PULL 2/2] seccomp: change configure to avoid arm 32 to break
[Qemu-devel] [PATCH 2.2 v4] linux-user: Fix up timer id handling
2014-11-10 20:25 UTC
[Qemu-devel] [PATCHv2] esp: Do not overwrite ESP_TCHI after reset
2014-11-10 20:11 UTC (3+ messages)
[Qemu-devel] Starting X remotely
2014-11-10 20:03 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/9] raw: Prohibit dangerous writes for probed images
2014-11-10 20:02 UTC (26+ messages)
` [Qemu-devel] [PATCH v2 1/9] qemu-io: Allow explicitly specifying format
` [Qemu-devel] [PATCH v2 2/9] qemu-iotests: Use qemu-io -f $IMGFMT
` [Qemu-devel] [PATCH v2 3/9] qemu-iotests: Add qemu-io format option in Python tests
` [Qemu-devel] [PATCH v2 4/9] qtests: Specify image format explicitly
` [Qemu-devel] [PATCH v2 5/9] block: Factor bdrv_probe_all() out of find_image_format()
` [Qemu-devel] [PATCH v2 6/9] block: Read only one sector for format probing
` [Qemu-devel] [PATCH v2 7/9] raw: Prohibit dangerous writes for probed images
` [Qemu-devel] [PATCH v2 8/9] qemu-iotests: Fix stderr handling in common.qemu
` [Qemu-devel] [PATCH v2 9/9] qemu-iotests: Test writing non-raw image headers to raw image
[Qemu-devel] [PULL 0/5] Block patches for 2.2
2014-11-10 20:00 UTC (7+ messages)
` [Qemu-devel] [PULL 1/5] qemu-img: Omit error_report() after img_open()
` [Qemu-devel] [PULL 2/5] block: Propagate error in bdrv_img_create()
` [Qemu-devel] [PULL 3/5] iotests: Add test for non-existing backing file
` [Qemu-devel] [PULL 4/5] qapi: Complete BlkdebugEvent
` [Qemu-devel] [PULL 5/5] block/vdi: Limit maximum size even futher
[Qemu-devel] [PATCH 2.2 v3] linux-user: Fix up timer id handling
2014-11-10 19:33 UTC (3+ messages)
[Qemu-devel] [PATCH v2 0/2] block: Improve filename generation for blkdebug
2014-11-10 19:17 UTC (6+ messages)
` [Qemu-devel] [PATCH v2 1/2] blkdebug: Simplify and improve filename generation
` [Qemu-devel] [PATCH v2 2/2] iotests: Plain blkdebug "
[Qemu-devel] [PATCH for-2.2] pc: acpi: mark all possible CPUs as enabled in SRAT
2014-11-10 18:38 UTC (8+ messages)
[Qemu-devel] [PATCH 2.2 v2 0/3] linux-user: Fix posix timer implementation
2014-11-10 17:57 UTC (6+ messages)
` [Qemu-devel] [PATCH 2.2 v2 1/3] linux-user: Fix timer_create timer id return type
` [Qemu-devel] [PATCH 2.2 v2 2/3] linux-user: Properly handle timer magic offset
` [Qemu-devel] [PATCH 2.2 v2 3/3] linux-user: Use target_timer_t type for timer parameters
[Qemu-devel] [PATCH] linux-user: Do not subtract offset from end address
2014-11-10 17:53 UTC (3+ messages)
[Qemu-devel] [PATCH 2.2 0/2] linux-user: Fix posix timer implementation
2014-11-10 17:01 UTC (5+ messages)
` [Qemu-devel] [PATCH 2.2 1/2] linux-user: Fix timer creation tswap
` [Qemu-devel] [PATCH 2.2 2/2] linux-user: Properly handle timer magic offset
[Qemu-devel] [PULL 0/5] s390x fixes for 2.2
2014-11-10 16:28 UTC (3+ messages)
[Qemu-devel] [PATCH v3] error: passing a negative value to an os_errno is wrong
2014-11-10 16:14 UTC (7+ messages)
[Qemu-devel] [PATCH v2 00/16] target-arm: Add GICv1/SecExt and GICv2/Grouping
2014-11-10 16:13 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 16/16] hw/intc/arm_gic: add gic_update() for grouping
[Qemu-devel] [PATCH] spice: rework mirror allocation, add no-resize fast path
2014-11-10 16:10 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] add PCI support for the s390 platform
2014-11-10 15:56 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/3] s390: Add PCI bus support
` [Qemu-devel] [PATCH 2/3] s390: implement pci instructions
` [Qemu-devel] [PATCH 3/3] kvm: extend kvm_irqchip_add_msi_route to work on s390
[Qemu-devel] [PATCH] esp: Do not overwrite ESP_TCHI after reset
2014-11-10 15:49 UTC (2+ messages)
[Qemu-devel] [PULL 0/7] target-mips queue
2014-11-10 15:05 UTC (3+ messages)
[Qemu-devel] [PULL 2.2 0/2] target-xtensa: fix entry opcode
2014-11-10 15:04 UTC
[Qemu-devel] [PATCH] kvm: Fix memory slot page alignment logic
2014-11-10 14:48 UTC (8+ messages)
[Qemu-devel] Image probing: how it can be insecure, and what we could do about it
2014-11-10 14:24 UTC (19+ messages)
[Qemu-devel] [PATCH] mips: Correct the writes to CP0 Status and Cause registers via gdbstub
2014-11-10 13:46 UTC
[Qemu-devel] [PATCH] mips: Correct the handling of writes to CP0.Status for MIPSr6
2014-11-10 13:45 UTC
[Qemu-devel] [PATCH 0/2] virtio-scsi-dataplane: one fix and one optimization
2014-11-10 12:56 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-scsi-dataplane: fix allocation for 'cmd_vrings'
` [Qemu-devel] [PATCH 2/2] virtio-scsi-dataplane: notify guest as batch
[Qemu-devel] [PULL] virtio-serial: crash fix
2014-11-10 12:53 UTC (2+ messages)
[Qemu-devel] [PATCH] snapshot: fixed bdrv_get_full_backing_filename can not get correct full_backing_filename
2014-11-10 12:37 UTC (4+ messages)
[Qemu-devel] guest sync and bdrv_co_flush
2014-11-10 12:06 UTC (2+ messages)
[Qemu-devel] [PATCH] pc: piix4_pm: init legacy PCI hotplug when running on Xen
2014-11-10 11:42 UTC (3+ messages)
[Qemu-devel] Add CMP2 instruction
2014-11-10 11:30 UTC (4+ messages)
` [Qemu-devel] 答复: "
[Qemu-devel] [PATCH] block: Fix comment for bdrv_co_get_block_status
2014-11-10 11:07 UTC (3+ messages)
[Qemu-devel] seabios 1.7.5.1 stable release -- last call for patches
2014-11-10 10:40 UTC
[Qemu-devel] [PATCH] esp-pci: fixup deadlock with linux
2014-11-10 10:31 UTC (7+ messages)
[Qemu-devel] [PATCH] block: Fix max nb_sectors in bdrv_make_zero
2014-11-10 10:07 UTC (4+ messages)
[Qemu-devel] [RFC PATCH 0/8] Add Generic PCI host device update
2014-11-10 10:00 UTC (3+ messages)
[Qemu-devel] What "opaque" stand for?
2014-11-10 9:41 UTC (3+ messages)
` [Qemu-devel] What "opaque" "
[Qemu-devel] [PATCH v5 0/3] qcow2: Patch for shrinking qcow2 disk image
2014-11-10 9:17 UTC (3+ messages)
[Qemu-devel] KVM call for agenda for 2014-11-11
2014-11-10 9:05 UTC
[Qemu-devel] [PATCH] pci: fixed mismatch of error-handling between pci_qdev_init() and qdev
2014-11-10 8:50 UTC (12+ messages)
[Qemu-devel] [PATCH] coroutine-sigaltstack: Change jmp_buf to sigjmp_buf
2014-11-10 8:18 UTC (3+ messages)
[Qemu-devel] [PATCH v2] error: passing a negative value to an os_errno is wrong
2014-11-10 5:56 UTC (4+ messages)
[Qemu-devel] when to bdrv_co_flush()?
2014-11-10 4:41 UTC
[Qemu-devel] when to bdrv_co_flush()?
2014-11-10 4:37 UTC
[Qemu-devel] when to bdrv_co_flush()?
2014-11-10 2:35 UTC
[Qemu-devel] (no subject)
2014-11-10 3:14 UTC
[Qemu-devel] Add CMP2 instruction
2014-11-10 1:35 UTC
[Qemu-devel] Is there a way for passing parameter directly to a module
2014-11-09 16:41 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).