messages from 2014-11-07 16:56:55 to 2014-11-10 16:21:46 UTC [more...]
[Qemu-devel] [PATCH for-2.2] pc: acpi: mark all possible CPUs as enabled in SRAT
2014-11-10 16:20 UTC
[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 v2 0/9] raw: Prohibit dangerous writes for probed images
2014-11-10 15:53 UTC (21+ 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] [PATCHv2] esp: Do not overwrite ESP_TCHI after reset
2014-11-10 15:52 UTC
[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 (8+ messages)
` [Qemu-devel] [PULL 3/7] mips: Add macros for CP0.Config3 and CP0.Config4 bits
` [Qemu-devel] [PULL 4/7] mips: Set the CP0.Config3.DSP and CP0.Config3.DSP2P bits
` [Qemu-devel] [PULL 5/7] target-mips: fix for missing delay slot in BC1EQZ and BC1NEZ
` [Qemu-devel] [PULL 6/7] mips: Ensure PC update with MTC0 single-stepping
` [Qemu-devel] [PULL 7/7] target-mips: fix multiple TCG registers covering same data
[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 (9+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] Starting X remotely
2014-11-10 14:42 UTC
[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] [PULL 0/2] seccomp branch queue
2014-11-10 14:21 UTC (3+ 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 00/21] qcow2: Support refcount orders != 4
2014-11-10 13:45 UTC (22+ 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] [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 (5+ messages)
` [Qemu-devel] 答复: "
[Qemu-devel] [PATCH] usb-host: fix usb_host_speed_compat tyops
2014-11-10 11:15 UTC
[Qemu-devel] [PATCH] block: Fix comment for bdrv_co_get_block_status
2014-11-10 11:07 UTC (3+ messages)
[Qemu-devel] [PULL 0/5] Block patches for 2.2
2014-11-10 10:57 UTC (6+ 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] 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] [PULL 0/5] s390x fixes for 2.2
2014-11-10 9:17 UTC (2+ messages)
[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 v4 00/47] Postcopy implementation
2014-11-10 6:31 UTC (9+ 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] Add VT-d Posted-Interrupts support in QEMU
2014-11-10 6:31 UTC (2+ messages)
` [Qemu-devel] [PATCH] x86: Update VT-d Posted-Interrupts related information
[Qemu-devel] [Bug 1385934] [NEW] USB with passthrougth guest cannot enumerate USB host
2014-11-10 6:04 UTC (3+ messages)
` [Qemu-devel] [Bug 1385934] "
[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
[Qemu-devel] QEMU trunk now in hardfreeze
2014-11-09 16:45 UTC (4+ messages)
[Qemu-devel] [Consult] microblaze: About running upstream main branch qemu
2014-11-09 11:57 UTC (7+ messages)
[Qemu-devel] [Bug 1354167] [NEW] On VM restart: Could not open 'poppy.qcow2': Could not read snapshots: File too large
2014-11-09 11:05 UTC (2+ messages)
` [Qemu-devel] [Bug 1354167] "
[Qemu-devel] Adding SMP support for Sparc Target
2014-11-09 9:39 UTC (5+ messages)
[Qemu-devel] [PATCH 00/13] linux-aio/virtio-scsi: support AioContext wide IO submission as batch
2014-11-09 7:42 UTC (14+ messages)
` [Qemu-devel] [PATCH 01/13] block/linux-aio: allocate io queue dynamically
` [Qemu-devel] [PATCH 02/13] block: linux-aio: rename 'ctx' of qemu_laiocb as 'laio_state'
` [Qemu-devel] [PATCH 03/13] block/linux-aio: allocate 'struct qemu_laio_state' dynamically
` [Qemu-devel] [PATCH 04/13] block/linux-aio: do more things in laio_state_alloc() and its pair
` [Qemu-devel] [PATCH 05/13] block/linux-aio: pass 'BlockDriverState' to laio_attach_aio_context "
` [Qemu-devel] [PATCH 06/13] AioContext: introduce aio_attach_aio_bs() "
` [Qemu-devel] [PATCH 07/13] block/linux-aio: support IO submission as batch in AioContext wide
` [Qemu-devel] [PATCH 08/13] block/linux-aio.c: allocate events dynamically
` [Qemu-devel] [PATCH 09/13] block/linux-aio.c: introduce laio_alloc_resource()
` [Qemu-devel] [PATCH 10/13] block/linux-aio.c: prepare for elastical resource's allocation
` [Qemu-devel] [PATCH 11/13] block/linux-aio: reallocate I/O resources when aio attached
` [Qemu-devel] [PATCH 12/13] block: introduce bdrv_aio_io_plug() and its pair
` [Qemu-devel] [PATCH 13/13] virtio-scsi-dataplane: support AioContext wide IO submission as batch
[Qemu-devel] [PATCH] linux-user: Do not subtract offset from end address
2014-11-09 0:22 UTC (2+ messages)
[Qemu-devel] Security for QCOW2 format
2014-11-08 7:01 UTC (2+ messages)
[Qemu-devel] Bug#768517: qemu-system-x86: virtio-scsi unreliable - crashes and write failures
2014-11-08 4:40 UTC (2+ messages)
[Qemu-devel] What "opaque" stand for?
2014-11-08 1:57 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/2] PPC: e500: Support more RAM
2014-11-07 23:34 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] PPC: e500: Move CCSR definition to params
` [Qemu-devel] [PATCH v2 2/2] PPC: e500: Move CCSR and MMIO space to upper end of address space
[Qemu-devel] [PATCH] mips: Set the CP0.Config3.DSP and CP0.Config3.DSP2P bits
2014-11-07 21:16 UTC (8+ messages)
[Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent
2014-11-07 21:01 UTC (3+ messages)
[Qemu-devel] [PATCH 2.2 0/2] target-xtensa: fix missing window check in entry
2014-11-07 20:40 UTC (3+ messages)
` [Qemu-devel] [PATCH 2.2 1/2] target-xtensa: add missing window check for entry
` [Qemu-devel] [PATCH 2.2 2/2] target-xtensa: add entry overflow test
[Qemu-devel] [PATCH] MIPS: Correct MIPS16/microMIPS branch size calculation
2014-11-07 20:05 UTC (2+ messages)
` [Qemu-devel] [PATCH v2] mips: "
[Qemu-devel] [PATCHv3] seccomp: change configure to avoid arm 32 to break
2014-11-07 19:14 UTC (2+ messages)
[Qemu-devel] [Bug 712416] [NEW] kvm_intel kernel module crash with via nano vmx
2014-11-07 17:44 UTC (2+ messages)
` [Qemu-devel] [Bug 712416] "
[Qemu-devel] [Bug 1387881] [NEW] qemu fails to recognize full virtualization
2014-11-07 17:01 UTC (2+ messages)
` [Qemu-devel] [Bug 1387881] "
[Qemu-devel] [PATCH 0/3] vl: smp_parse sanity checks
2014-11-07 16:58 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/3] vl: fix max_cpus check
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).