QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-01 11:51:55 to 2015-07-01 18:43:10 UTC [more...]

[Qemu-devel] [Qemu-block] [PATCH COLO-Block v6 07/16] Add new block driver interface to connect/disconnect the remote target
 2015-07-01 18:42 UTC  (11+ messages)

[Qemu-devel] [PATCH] qtest/ide: add another short PRDT test flavor
 2015-07-01 18:40 UTC  (2+ messages)

[Qemu-devel] [Qemu-block] [RFC] ide: fix bmdma underflow code
 2015-07-01 18:38 UTC 

[Qemu-devel] [PATCH v3] pci : Add pba_offset PCI quirk for Chelsio T5 devices
 2015-07-01 18:27 UTC  (7+ messages)

[Qemu-devel] [PATCH] qmp-shell: add documentation
 2015-07-01 18:25 UTC 

[Qemu-devel] [PATCH RFC v1] Cleanups + various fixes due to libxl ABI + more logging on errors
 2015-07-01 18:22 UTC  (12+ messages)
` [Qemu-devel] [PATCH RFC 1/6] xen/pt: Update comments with proper function name
` [Qemu-devel] [PATCH RFC 2/6] xen/pt: Make xen_pt_msi_set_enable static
` [Qemu-devel] [PATCH RFC 3/6] xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure
` [Qemu-devel] [PATCH RFC 4/6] xen: Print and use errno where applicable
` [Qemu-devel] [PATCH RFC 6/6] xen: Add backtrace for serious issues

[Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"
 2015-07-01 18:19 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 1/1] "

[Qemu-devel] [PATCH] linux-user: Avoid compilation error with --disable-guest-base
 2015-07-01 18:21 UTC  (7+ messages)

[Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails
 2015-07-01 18:00 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 00/16] ahci: ncq cleanup, part 1
 2015-07-01 17:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] ahci: misc fixes/tests for 2.4
 2015-07-01 17:51 UTC  (2+ messages)

[Qemu-devel] virtio-blk multiqueue support in qemu
 2015-07-01 17:15 UTC 

[Qemu-devel] [PATCH v4 00/10] Consolidate crypto APIs & implementations
 2015-07-01 17:10 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 01/10] crypto: introduce new module for computing hash digests
` [Qemu-devel] [PATCH v4 02/10] crypto: move built-in AES implementation into crypto/
` [Qemu-devel] [PATCH v4 03/10] crypto: move built-in D3DES "
` [Qemu-devel] [PATCH v4 04/10] crypto: introduce generic cipher API & built-in implementation
` [Qemu-devel] [PATCH v4 05/10] crypto: add a gcrypt cipher implementation
` [Qemu-devel] [PATCH v4 06/10] crypto: add a nettle "
` [Qemu-devel] [PATCH v4 07/10] block: convert quorum blockdrv to use crypto APIs
` [Qemu-devel] [PATCH v4 08/10] ui: convert VNC websockets "
` [Qemu-devel] [PATCH v4 09/10] block: convert qcow/qcow2 to use generic cipher API
` [Qemu-devel] [PATCH v4 10/10] ui: convert VNC "

[Qemu-devel] [PATCH for-2.3] Revert seccomp tests that allow it to be used on non-x86 architectures
 2015-07-01 17:08 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 0/9] HyperV equivalent of pvpanic driver
 2015-07-01 16:48 UTC  (14+ messages)
` [Qemu-devel] [PATCH 3/9] kvm: add hyper-v crash msrs values
` [Qemu-devel] [PATCH 7/9] kvm/x86: added hyper-v crash data and ctl msr's get/set'ers
` [Qemu-devel] [PATCH 8/9] kvm/x86: add sending hyper-v crash notification to user space
` [Qemu-devel] [PATCH 9/9] qemu/kvm: kvm hyper-v based guest crash event handling

[Qemu-devel] [PATCH v4 0/5] Fix exceptions handling for MIPS and i386
 2015-07-01 16:37 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 1/5] softmmu: add helper function to pass through retaddr
` [Qemu-devel] [PATCH v4 2/5] cpu-exec: introduce loop exit with restore function
` [Qemu-devel] [PATCH v4 3/5] target-mips: improve exceptions handling

[Qemu-devel] [PATCH v3 0/3] Fix exceptions handling for MIPS and i386
 2015-07-01 16:37 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/3] softmmu: add helper function to pass through retaddr
` [Qemu-devel] [PATCH v3 2/3] target-mips: improve exceptions handling

[Qemu-devel] [Qemu-block] [PATCH] block.c: fix real cdrom detection
 2015-07-01 16:30 UTC 

[Qemu-devel] [PATCH v2 00/15] ahci: ncq cleanup, part 2
 2015-07-01 16:19 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 01/15] ide: add limit to .prepare_buf()
` [Qemu-devel] [PATCH v2 02/15] ahci: stash ncq command
` [Qemu-devel] [PATCH v2 03/15] ahci: assert is_ncq for process_ncq
` [Qemu-devel] [PATCH v2 04/15] ahci: refactor process_ncq_command
` [Qemu-devel] [PATCH v2 05/15] ahci: factor ncq_finish out of ncq_cb
` [Qemu-devel] [PATCH v2 06/15] ahci: add rwerror=stop support for ncq
` [Qemu-devel] [PATCH v2 07/15] ahci: correct types in NCQTransferState
` [Qemu-devel] [PATCH v2 08/15] ahci: correct ncq sector count
` [Qemu-devel] [PATCH v2 09/15] qtest/ahci: halted NCQ test
` [Qemu-devel] [PATCH v2 10/15] ahci: add cmd header to ncq transfer state
` [Qemu-devel] [PATCH v2 11/15] ahci: add get_cmd_header helper
` [Qemu-devel] [PATCH v2 12/15] ahci: ncq migration
` [Qemu-devel] [PATCH v2 13/15] ahci: Do not map cmd_fis to generate response
` [Qemu-devel] [PATCH v2 14/15] qtest/ahci: halted ncq migration test
` [Qemu-devel] [PATCH v2 15/15] ahci: fix sdb fis semantics

[Qemu-devel] [PATCH] block/curl: Don't lose original error when a connection fails
 2015-07-01 16:14 UTC  (2+ messages)

[Qemu-devel] [PATCH] move QemuOpts from qemu/option.h to qemu/typedefs.h
 2015-07-01 16:09 UTC  (4+ messages)

[Qemu-devel] [v8][RESEND][PATCH 00/10] xen: add Intel IGD passthrough
 2015-07-01 16:03 UTC  (13+ messages)
` [Qemu-devel] [v8][RESEND][PATCH 05/10] xen, gfx passthrough: basic graphics passthrough support
` [Qemu-devel] [v8][RESEND][PATCH 06/10] xen, gfx passthrough: retrieve VGA BIOS to work
` [Qemu-devel] [v8][RESEND][PATCH 08/10] xen, gfx passthrough: register a isa bridge
` [Qemu-devel] [v8][RESEND][PATCH 09/10] xen, gfx passthrough: register host bridge specific to passthrough
` [Qemu-devel] [v8][RESEND][PATCH 10/10] xen, gfx passthrough: add opregion mapping

[Qemu-devel] [PATCH] block/mirror: limit qiov to IOV_MAX elements
 2015-07-01 16:05 UTC  (5+ messages)
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/1] A couple of problems with BlockDriverState's children list
 2015-07-01 16:05 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/1] block: update BlockDriverState's children in bdrv_set_backing_hd()

[Qemu-devel] [PATCH for-2.4 0/2] qom: Fix misuse of Error API
 2015-07-01 16:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.4 1/2] qom: Do not reuse errp after a possible error
` [Qemu-devel] [PATCH for-2.4 2/2] qom: Fix invalid error check in property_get_str()

[Qemu-devel] [PATCH] block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive
 2015-07-01 15:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/2] Fix slow startup with many disks
 2015-07-01 15:52 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 2/2] virtio-blk: Use blk_drain() to drain IO requests

[Qemu-devel] [PATCH v3 00/25] virtio: add version 1.0 support, move to 32bit
 2015-07-01 15:21 UTC  (27+ messages)
` [Qemu-devel] [PATCH v3 01/25] pci: allow to loop over capabilities
` [Qemu-devel] [PATCH v3 02/25] virtio: run drivers in 32bit mode
` [Qemu-devel] [PATCH v3 03/25] virtio: add struct vp_device
` [Qemu-devel] [PATCH v3 04/25] virtio: pass struct pci_device to vp_init_simple
` [Qemu-devel] [PATCH v3 05/25] virtio: add version 1.0 structs and #defines
` [Qemu-devel] [PATCH v3 06/25] virtio: add version 0.9.5 struct
` [Qemu-devel] [PATCH v3 07/25] virtio: find version 1.0 virtio capabilities
` [Qemu-devel] [PATCH v3 08/25] virtio: create vp_cap struct for legacy bar
` [Qemu-devel] [PATCH v3 09/25] virtio: add read/write functions and macros
` [Qemu-devel] [PATCH v3 10/25] virtio: make features 64bit, support version 1.0 features
` [Qemu-devel] [PATCH v3 11/25] virtio: add version 1.0 support to vp_{get, set}_status
` [Qemu-devel] [PATCH v3 12/25] virtio: add version 1.0 support to vp_get_isr
` [Qemu-devel] [PATCH v3 13/25] virtio: add version 1.0 support to vp_reset
` [Qemu-devel] [PATCH v3 14/25] virtio: add version 1.0 support to vp_notify
` [Qemu-devel] [PATCH v3 15/25] virtio: remove unused vp_del_vq
` [Qemu-devel] [PATCH v3 16/25] virtio: add version 1.0 support to vp_find_vq
` [Qemu-devel] [PATCH v3 17/25] virtio-scsi: fix initialization for version 1.0
` [Qemu-devel] [PATCH v3 18/25] virtio-blk: "
` [Qemu-devel] [PATCH v3 19/25] virtio: use version 1.0 if available (flip the big switch)
` [Qemu-devel] [PATCH v3 20/25] virtio: also probe version 1.0 pci ids
` [Qemu-devel] [PATCH v3 21/25] virtio: legacy cleanup
` [Qemu-devel] [PATCH v3 22/25] virtio-blk: 32bit cleanup
` [Qemu-devel] [PATCH v3 23/25] virtio-scsi: "
` [Qemu-devel] [PATCH v3 24/25] virtio-ring: "
` [Qemu-devel] [PATCH v3 25/25] virtio-pci: use high memory for rings
` [Qemu-devel] [SeaBIOS] [PATCH v3 00/25] virtio: add version 1.0 support, move to 32bit

[Qemu-devel] [PATCH] refresh filename after the node is replaced
 2015-07-01 15:15 UTC  (8+ messages)

[Qemu-devel] [Bug 1470536] [NEW] qemu-img incorrectly prints "qemu-img: Host floppy pass-through is deprecated"
 2015-07-01 14:40 UTC  (2+ messages)
` [Qemu-devel] [Bug 1470536] "

[Qemu-devel] [PATCH 00/16] implement vNVDIMM
 2015-07-01 14:50 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/16] acpi: allow aml_operation_region() working on 64 bit offset
` [Qemu-devel] [PATCH 02/16] i386/acpi-build: allow SSDT to operate on 64 bit
` [Qemu-devel] [PATCH 03/16] acpi: add aml_derefof
` [Qemu-devel] [PATCH 04/16] acpi: add aml_sizeof
` [Qemu-devel] [PATCH 05/16] acpi: add aml_create_field
` [Qemu-devel] [PATCH 06/16] pc: implement NVDIMM device abstract
` [Qemu-devel] [PATCH 07/16] nvdimm: reserve address range for NVDIMM
` [Qemu-devel] [PATCH 08/16] nvdimm: init backend memory mapping and config data area
` [Qemu-devel] [PATCH 09/16] nvdimm: build ACPI NFIT table
` [Qemu-devel] [PATCH 10/16] nvdimm: init the address region used by _DSM method
` [Qemu-devel] [PATCH 11/16] nvdimm: build ACPI nvdimm devices
` [Qemu-devel] [PATCH 12/16] nvdimm: save arg3 for NVDIMM device _DSM method
` [Qemu-devel] [PATCH 13/16] nvdimm: support NFIT_CMD_IMPLEMENTED function
` [Qemu-devel] [PATCH 14/16] nvdimm: support NFIT_CMD_GET_CONFIG_SIZE function
` [Qemu-devel] [PATCH 15/16] nvdimm: support NFIT_CMD_GET_CONFIG_DATA
` [Qemu-devel] [PATCH 16/16] nvdimm: support NFIT_CMD_SET_CONFIG_DATA

[Qemu-devel] [PATCH] disas/mips: fix disassembling R6 instructions
 2015-07-01 14:32 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-mips: fix to clear MSACSR.Cause
 2015-07-01 14:25 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-mips: fix MIPS64R6-generic configuration
 2015-07-01 14:21 UTC  (5+ messages)

[Qemu-devel] [Bug 1465935] [NEW] kvm_irqchip_commit_routes: Assertion `ret == 0' failed
 2015-07-01 14:10 UTC  (2+ messages)
` [Qemu-devel] [Bug 1465935] "

[Qemu-devel] [PATCH v2 00/22] virtio: add version 1.0 support
 2015-07-01 14:13 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 02/22] virtio: run drivers in 32bit mode
        ` [Qemu-devel] [SeaBIOS] "
` [Qemu-devel] [PATCH v2 07/22] virtio: find version 1.0 virtio capabilities

[Qemu-devel] [PATCH RFC v1] Sync dev.config with XenPTReg->data field
 2015-07-01 14:06 UTC  (17+ messages)
` [Qemu-devel] [PATCH RFC 1 1/8] xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config
` [Qemu-devel] [PATCH RFC 1 2/8] xen/pt: Sync up the dev.config and data values
` [Qemu-devel] [PATCH RFC 1 3/8] xen/pt: Check if reg->init is past the reg->size
` [Qemu-devel] [PATCH RFC 1 4/8] xen/pt: Log xen_host_pci_get in two init functions
` [Qemu-devel] [PATCH RFC 1 5/8] xen/pt: Log xen_host_pci_get/set errors in MSI code
` [Qemu-devel] [PATCH RFC 1 6/8] xen/pt: Make xen_pt_unregister_device idempotent
` [Qemu-devel] [PATCH RFC 1 7/8] xen/pt: Move bulk of xen_pt_unregister_device in its own routine
` [Qemu-devel] [PATCH RFC 1 8/8] xen/pt: Check for return values for xen_host_pci_[get|set] in init

[Qemu-devel] [PATCH] target-xtensa: fix gdb register map construction
 2015-07-01 14:06 UTC 

[Qemu-devel] [PATCH v3 0/5] migration: Dynamic cpu throttling for auto-converge
 2015-07-01 14:03 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/5] cpu: Provide vcpu throttling interface

[Qemu-devel] [PATCH] target-mips: fix ASID synchronisation for MIPS MT
 2015-07-01 13:59 UTC 

[Qemu-devel] [PATCH pic32 v2 4/5] Two new processor variants: M4K and microAptivP
 2015-07-01 13:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH pic32 v2 5/5] Two new machine platforms: pic32mz7 and pic32mz

[Qemu-devel] [PATCH v2 1/1] KVM s390 pci infrastructure modelling
 2015-07-01 13:37 UTC  (14+ messages)

[Qemu-devel] [PATCH 1/3] ich9: add TCO interface emulation
 2015-07-01 13:34 UTC  (6+ messages)
` [Qemu-devel] [PATCH v8 "
  ` [Qemu-devel] [PATCH v8 3/3] ich9: implement strap SPKR pin logic

[Qemu-devel] [PATCH] libseccomp: add cacheflush to whitelist
 2015-07-01 13:12 UTC 

[Qemu-devel] [PATCH 1/1] s390x/migration: Introduce 2.4 machine
 2015-07-01 12:33 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 0/4] vGICv3 support
 2015-07-01 12:31 UTC  (5+ messages)

[Qemu-devel] Monitoring write to memory
 2015-07-01 12:23 UTC 

[Qemu-devel] [Bug 1470481] [NEW] qemu-img converts large vhd files into only approx. 127GB raw file causing the VM to crash
 2015-07-01 12:06 UTC 

[Qemu-devel] [PATCH v15 00/21] Deterministic replay core
 2015-07-01 11:53 UTC  (20+ messages)
` [Qemu-devel] [PATCH v15 02/21] replay: global variables and function stubs
` [Qemu-devel] [PATCH v15 04/21] replay: internal functions for replay log
` [Qemu-devel] [PATCH v15 05/21] replay: introduce mutex to protect the "
` [Qemu-devel] [PATCH v15 06/21] replay: introduce icount event
` [Qemu-devel] [PATCH v15 07/21] cpu-exec: allow temporary disabling icount
` [Qemu-devel] [PATCH v15 08/21] cpu: replay instructions sequence
` [Qemu-devel] [PATCH v15 09/21] i386: interrupt poll processing
` [Qemu-devel] [PATCH v15 10/21] replay: interrupts and exceptions
` [Qemu-devel] [PATCH v15 11/21] replay: asynchronous events infrastructure
` [Qemu-devel] [PATCH v15 12/21] replay: recording and replaying clock ticks
` [Qemu-devel] [PATCH v15 13/21] replay: shutdown event
` [Qemu-devel] [PATCH v15 14/21] replay: checkpoints
` [Qemu-devel] [PATCH v15 15/21] bottom halves: introduce bh call function
` [Qemu-devel] [PATCH v15 16/21] replay: ptimer
` [Qemu-devel] [PATCH v15 17/21] typedef: add typedef for QemuOpts
` [Qemu-devel] [PATCH v15 18/21] replay: initialization and deinitialization
` [Qemu-devel] [PATCH v15 19/21] replay: replay blockers for devices
` [Qemu-devel] [PATCH v15 20/21] replay: command line options
` [Qemu-devel] [PATCH v15 21/21] replay: recording of the user input


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 read-only IMAP folder(s) and NNTP newsgroup(s).