messages from 2015-07-01 10:40:29 to 2015-07-01 16:20:04 UTC [more...]
[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 v4 0/5] Fix exceptions handling for MIPS and i386
2015-07-01 16:16 UTC (3+ messages)
` [Qemu-devel] [PATCH v4 1/5] softmmu: add helper function to pass through retaddr
[Qemu-devel] [PATCH v3 0/3] Fix exceptions handling for MIPS and i386
2015-07-01 16:15 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 1/3] softmmu: add helper function to pass through retaddr
[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 v3 0/9] HyperV equivalent of pvpanic driver
2015-07-01 16:06 UTC (11+ messages)
` [Qemu-devel] [PATCH 3/9] kvm: add hyper-v crash msrs values
` [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] 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 v2] thread-win32: fix GetThreadContext() permanently fails
2015-07-01 15:48 UTC (2+ messages)
[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 (15+ 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 3/5] Added support for external interrupt controller (EIC) mode
2015-07-01 13:41 UTC (6+ messages)
` [Qemu-devel] [PATCH pic32 v2 4/5] Two new processor variants: M4K and microAptivP
` [Qemu-devel] [PATCH pic32 v2 5/5] Two new machine platforms: pic32mz7 and pic32mz
[Qemu-devel] [PATCH v2 0/1] s390 pci infrastructure modelling
2015-07-01 13:37 UTC (18+ messages)
` [Qemu-devel] [PATCH v2 1/1] KVM "
[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] linux-user: Avoid compilation error with --disable-guest-base
2015-07-01 13:15 UTC (7+ messages)
[Qemu-devel] [PATCH] libseccomp: add cacheflush to whitelist
2015-07-01 13:12 UTC
[Qemu-devel] [PATCH RFC v1] Cleanups + various fixes due to libxl ABI + more logging on errors
2015-07-01 13:06 UTC (11+ 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 1/1] s390x/migration: Introduce 2.4 machine
2015-07-01 12:33 UTC (5+ 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 for-2.3] Revert seccomp tests that allow it to be used on non-x86 architectures
2015-07-01 12:07 UTC (5+ messages)
[Qemu-devel] [PATCH v15 00/21] Deterministic replay core
2015-07-01 11:53 UTC (22+ messages)
` [Qemu-devel] [PATCH v15 01/21] i386: partial revert of interrupt poll fix
` [Qemu-devel] [PATCH v15 02/21] replay: global variables and function stubs
` [Qemu-devel] [PATCH v15 03/21] sysemu: system functions for replay
` [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
[Qemu-devel] [PATCH 00/12] qemu-ga: add a configuration file
2015-07-01 11:47 UTC (13+ messages)
` [Qemu-devel] [PATCH 01/12] qga: misc spelling
` [Qemu-devel] [PATCH 02/12] qga: use exit() when parsing options
` [Qemu-devel] [PATCH 03/12] qga: move string split in seperate function
` [Qemu-devel] [PATCH 04/12] qga: rename 'path' to 'device_path'
` [Qemu-devel] [PATCH 05/12] qga: copy argument strings
` [Qemu-devel] [PATCH 06/12] qga: move option parsing to seperate function
` [Qemu-devel] [PATCH 07/12] qga: fill default options in main()
` [Qemu-devel] [PATCH 08/12] qga: move agent run in a seperate function
` [Qemu-devel] [PATCH 09/12] qga: free a bit more
` [Qemu-devel] [PATCH 10/12] qga: add --dump-conf option
` [Qemu-devel] [PATCH 11/12] qga: add an optionnal qemu-ga.conf system configuration
` [Qemu-devel] [PATCH 12/12] qga: start a man page
[Qemu-devel] [PATCH 0/4] Allow ISA bus support to be configured out
2015-07-01 11:15 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4] Split serial-isa into its own config option
[Qemu-devel] [PATCH] gdbstub: Implement Xfer:auxv:read
2015-07-01 11:00 UTC
[Qemu-devel] [PULL 00/26] Migration pull request
2015-07-01 10:39 UTC (9+ messages)
` [Qemu-devel] [PULL 19/26] vmstate: Create optional sections
` [Qemu-devel] [PULL 20/26] migration: Add configuration section
` [Qemu-devel] [PULL 21/26] migration: Use cmpxchg correctly
` [Qemu-devel] [PULL 22/26] migration: ensure we start in NONE state
` [Qemu-devel] [PULL 23/26] migration: Use always helper to set state
` [Qemu-devel] [PULL 24/26] migration: No need to call trace_migrate_set_state()
` [Qemu-devel] [PULL 25/26] migration: create migration event
` [Qemu-devel] [PULL 26/26] migration: Add migration events on target side
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).