messages from 2018-12-15 15:23:02 to 2018-12-17 13:30:26 UTC [more...]
[Qemu-devel] [PATCH v6 00/18] Xen PV backend 'qdevification'
2018-12-17 13:29 UTC
[Qemu-devel] [PATCH] vl: Use error_fatal to simplify obvious fatal errors (again)
2018-12-17 13:29 UTC (2+ messages)
` [Qemu-devel] [Qemu-trivial] "
[Qemu-devel] [PATCH v3 0/2] intel-iommu: add support for 5-level virtual IOMMU
2018-12-17 13:29 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 1/2] intel-iommu: differentiate host address width from IOVA address width
` [Qemu-devel] [PATCH v3 2/2] intel-iommu: extend VTD emulation to allow 57-bit "
[Qemu-devel] [qemu-web PATCH v2] Add license files for GPLv2+ and CC-BY-SA-4.0
2018-12-17 13:23 UTC (4+ messages)
[Qemu-devel] [PATCH] .shippable.yml: disable the win cross tests
2018-12-17 13:02 UTC (2+ messages)
[Qemu-devel] [PATCH] qemu: avoid memory leak while remove disk
2018-12-17 13:07 UTC (3+ messages)
[Qemu-devel] [PATCH 0/3] macppc: minor patches for 4.0
2018-12-17 13:09 UTC (6+ messages)
` [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
[Qemu-devel] [PATCH v5 00/73] per-CPU locks
2018-12-17 12:58 UTC (15+ messages)
` [Qemu-devel] [PATCH v5 09/73] ppc: convert to helper_cpu_halted_set
` [Qemu-devel] [PATCH v5 18/73] ppc: convert to cpu_halted
` [Qemu-devel] [PATCH v5 26/73] sparc: "
` [Qemu-devel] [PATCH v5 44/73] ppc: convert to cpu_interrupt_request
` [Qemu-devel] [PATCH v5 55/73] sparc: "
` [Qemu-devel] [PATCH v5 63/73] ppc: convert to cpu_has_work_with_iothread_lock
` [Qemu-devel] [PATCH v5 67/73] sparc: "
[Qemu-devel] [PATCH v5 00/18] Xen PV backend 'qdevification'
2018-12-17 12:50 UTC (21+ messages)
` [Qemu-devel] [PATCH v5 01/18] xen: re-name XenDevice to XenLegacyDevice
` [Qemu-devel] [PATCH v5 02/18] xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
` [Qemu-devel] [PATCH v5 03/18] xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
` [Qemu-devel] [PATCH v5 04/18] xen: create xenstore areas for XenDevice-s
` [Qemu-devel] [PATCH v5 05/18] xen: add xenstore watcher infrastructure
` [Qemu-devel] [PATCH v5 06/18] xen: add grant table interface for XenDevice-s
` [Qemu-devel] [PATCH v5 07/18] xen: add event channel "
` [Qemu-devel] [PATCH v5 08/18] xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
` [Qemu-devel] [PATCH v5 09/18] xen: remove unnecessary code from dataplane/xen-block.c
` [Qemu-devel] [Xen-devel] "
` [Qemu-devel] [PATCH v5 10/18] xen: add header and build dataplane/xen-block.c
` [Qemu-devel] [PATCH v5 11/18] xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
` [Qemu-devel] [PATCH v5 12/18] xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
` [Qemu-devel] [PATCH v5 13/18] xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
` [Qemu-devel] [PATCH v5 14/18] xen: add implementations of xen-block connect and disconnect functions
` [Qemu-devel] [PATCH v5 15/18] xen: add a mechanism to automatically create XenDevice-s
` [Qemu-devel] [PATCH v5 16/18] xen: automatically create XenBlockDevice-s
` [Qemu-devel] [PATCH v5 17/18] MAINTAINERS: add myself as a Xen maintainer
` [Qemu-devel] [PATCH v5 18/18] xen: remove the legacy 'xen_disk' backend
[Qemu-devel] [PATCH qemu v2] hmp: Print if memory section is registered with an accelerator
2018-12-17 12:47 UTC (4+ messages)
[Qemu-devel] [PATCH v8 00/16] gdbstub: support for the multiprocess extension
2018-12-17 12:43 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/2] hw: vmmouse: use link property instead of DEFINE_PROP_PTR
2018-12-17 12:43 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 1/2] hw: pc: use TYPE_XXX instead of constant strings
` [Qemu-devel] [PATCH v3 2/2] hw: vmmouse: Use link instead of pointer property
[Qemu-devel] [PATCH] target/ppc: fix compilation breakage on windows
2018-12-17 12:40 UTC (4+ messages)
[Qemu-devel] [RFC PATCH v2 0/9] target/ppc: convert VMX instructions to use TCG vector operations
2018-12-17 12:24 UTC (10+ messages)
` [Qemu-devel] [RFC PATCH v2 1/9] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
` [Qemu-devel] [RFC PATCH v2 2/9] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX "
` [Qemu-devel] [RFC PATCH v2 3/9] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR "
` [Qemu-devel] [RFC PATCH v2 4/9] target/ppc: delay writeback of avr{l, h} during lvx instruction
` [Qemu-devel] [RFC PATCH v2 5/9] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
` [Qemu-devel] [RFC PATCH v2 6/9] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
` [Qemu-devel] [RFC PATCH v2 7/9] target/ppc: move FP and VMX registers into aligned vsr register array
` [Qemu-devel] [RFC PATCH v2 8/9] target/ppc: convert VMX logical instructions to use vector operations
` [Qemu-devel] [RFC PATCH v2 9/9] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over "
[Qemu-devel] [PATCH v4 0/8] hw: acpi: RSDP fixes and refactoring
2018-12-17 12:20 UTC (10+ messages)
` [Qemu-devel] [PATCH v4 1/8] hw: acpi: The RSDP build API can return void
` [Qemu-devel] [PATCH v4 2/8] hw: arm: acpi: Fix incorrect checksums in RSDP
` [Qemu-devel] [PATCH v4 3/8] hw: i386: Use correct RSDT length for checksum
` [Qemu-devel] [PATCH v4 4/8] hw: arm: Carry RSDP specific data through AcpiRsdpData
` [Qemu-devel] [PATCH v4 5/8] hw: arm: Convert the RSDP build to the buid_append_foo() API
` [Qemu-devel] [PATCH v4 6/8] hw: arm: Support both legacy and current RSDP build
` [Qemu-devel] [PATCH v4 7/8] hw: acpi: Export and share the ARM "
` [Qemu-devel] [PATCH v4 8/8] hw: acpi: Remove AcpiRsdpDescriptor and fix tests
[Qemu-devel] [PATCH] hw/sparc64: Create VGA device only if it has really been requested
2018-12-17 11:48 UTC (2+ messages)
[Qemu-devel] [PATCH for-4.0 v8 0/7] qemu_thread_create: propagate errors to callers to check
2018-12-17 11:45 UTC (7+ messages)
` [Qemu-devel] [PATCH for-4.0 v8 3/7] migration: fix the multifd code when receiving less channels
` [Qemu-devel] [PATCH for-4.0 v8 6/7] qemu_thread_create: propagate the error to callers to handle
[Qemu-devel] [PATCH v6 00/28] Generalize machine compatibility properties
2018-12-17 11:22 UTC (5+ messages)
` [Qemu-devel] [PATCH v6 02/28] machines: replace COMPAT define with a static array
` [Qemu-devel] [PATCH v6 27/28] arm: replace instance_post_init()
[Qemu-devel] [PATCH 0/5] Add migration support for VFIO device
2018-12-17 11:19 UTC (3+ messages)
` [Qemu-devel] [PATCH 3/5] Add migration functions for VFIO devices
[Qemu-devel] [PULL v3 00/15] Hardfloat + softfloat maintainers update and gitdm
2018-12-17 10:56 UTC (16+ messages)
` [Qemu-devel] [PULL v3 01/15] contrib: add a basic gitdm config
` [Qemu-devel] [PULL v3 02/15] MAINTAINERS: update status of FPU emulation
` [Qemu-devel] [PULL v3 03/15] fp-test: pick TARGET_ARM to get its specialization
` [Qemu-devel] [PULL v3 04/15] softfloat: add float{32, 64}_is_{de, }normal
` [Qemu-devel] [PULL v3 05/15] target/tricore: use float32_is_denormal
` [Qemu-devel] [PULL v3 06/15] softfloat: rename canonicalize to sf_canonicalize
` [Qemu-devel] [PULL v3 07/15] softfloat: add float{32, 64}_is_zero_or_normal
` [Qemu-devel] [PULL v3 08/15] tests/fp: add fp-bench
` [Qemu-devel] [PULL v3 09/15] fpu: introduce hardfloat
` [Qemu-devel] [PULL v3 10/15] hardfloat: implement float32/64 addition and subtraction
` [Qemu-devel] [PULL v3 11/15] hardfloat: implement float32/64 multiplication
` [Qemu-devel] [PULL v3 12/15] hardfloat: implement float32/64 division
` [Qemu-devel] [PULL v3 13/15] hardfloat: implement float32/64 fused multiply-add
` [Qemu-devel] [PULL v3 14/15] hardfloat: implement float32/64 square root
` [Qemu-devel] [PULL v3 15/15] hardfloat: implement float32/64 comparison
[Qemu-devel] [PATCH v8 00/12] ppc: support for the XIVE interrupt controller (POWER9)
2018-12-17 10:47 UTC (19+ messages)
` [Qemu-devel] [PATCH v8 07/12] spapr: add an extra OV5 field to the sPAPR IRQ backend
` [Qemu-devel] [PATCH v8 08/12] spapr: introduce an 'ic-mode' machine option
` [Qemu-devel] [PATCH v8 09/12] spapr: set the interrupt presenter at reset
` [Qemu-devel] [PATCH v8 10/12] spapr: enable XIVE MMIOs "
` [Qemu-devel] [PATCH v8 11/12] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
` [Qemu-devel] [PATCH v8 12/12] spapr: change default CPU type to POWER9
[Qemu-devel] [PATCH] tests: Exit boot-serial-test loop if child dies
2018-12-17 10:52 UTC (3+ messages)
[Qemu-devel] [PATCH v10 0/9] qcow2: cluster space preallocation
2018-12-17 10:17 UTC (4+ messages)
` [Qemu-devel] [PATCH v10 8/9] qcow2: skip writing zero buffers to empty COW areas
[Qemu-devel] [PULL 00/27] ppc-for-4.0 queue 20181213
2018-12-17 10:11 UTC (8+ messages)
` [Qemu-devel] [Qemu-ppc] "
[Qemu-devel] [PULL 00/15] Hardfloat + softfloat maintainers update and gitdm
2018-12-17 9:29 UTC (3+ messages)
[Qemu-devel] [PATCH v2 0/7] bitmaps: remove x- prefix from QMP api
2018-12-17 9:15 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 6/7] iotests: allow pretty-print for qmp_log
[Qemu-devel] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
2018-12-17 6:21 UTC (2+ messages)
[Qemu-devel] [PATCH 0/2] Fix TABs in many files
2018-12-17 9:09 UTC (3+ messages)
` [Qemu-devel] [PATCH 2/2] avoid TABs in files that only contain a few
[Qemu-devel] [PATCH v3] s390x/pci: add common fmb
2018-12-17 9:07 UTC (2+ messages)
[Qemu-devel] [PATCH v7 00/23] Add support for RDMA MAD
2018-12-17 8:10 UTC (24+ messages)
` [Qemu-devel] [PATCH v7 01/23] contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer
` [Qemu-devel] [PATCH v7 02/23] hw/rdma: Add ability to force notification without re-arm
` [Qemu-devel] [PATCH v7 03/23] hw/rdma: Return qpn 1 if ibqp is NULL
` [Qemu-devel] [PATCH v7 04/23] hw/rdma: Abort send-op if fail to create addr handler
` [Qemu-devel] [PATCH v7 05/23] hw/rdma: Add support for MAD packets
` [Qemu-devel] [PATCH v7 06/23] hw/pvrdma: Make function reset_device return void
` [Qemu-devel] [PATCH v7 07/23] hw/pvrdma: Make default pkey 0xFFFF
` [Qemu-devel] [PATCH v7 08/23] hw/pvrdma: Set the correct opcode for recv completion
` [Qemu-devel] [PATCH v7 09/23] hw/pvrdma: Set the correct opcode for send completion
` [Qemu-devel] [PATCH v7 10/23] qapi: Define new QMP message for pvrdma
` [Qemu-devel] [PATCH v7 11/23] hw/pvrdma: Add support to allow guest to configure GID table
` [Qemu-devel] [PATCH v7 12/23] vmxnet3: Move some definitions to header file
` [Qemu-devel] [PATCH v7 13/23] hw/pvrdma: Make sure PCI function 0 is vmxnet3
` [Qemu-devel] [PATCH v7 14/23] hw/rdma: Initialize node_guid from vmxnet3 mac address
` [Qemu-devel] [PATCH v7 15/23] hw/pvrdma: Make device state depend on Ethernet function state
` [Qemu-devel] [PATCH v7 16/23] hw/pvrdma: Fill all CQE fields
` [Qemu-devel] [PATCH v7 17/23] hw/pvrdma: Fill error code in command's response
` [Qemu-devel] [PATCH v7 18/23] hw/rdma: Remove unneeded code that handles more that one port
` [Qemu-devel] [PATCH v7 19/23] vl: Introduce shutdown_notifiers
` [Qemu-devel] [PATCH v7 20/23] hw/pvrdma: Clean device's resource when system is shutdown
` [Qemu-devel] [PATCH v7 21/23] hw/rdma: Do not use bitmap_zero_extend to free bitmap
` [Qemu-devel] [PATCH v7 22/23] hw/rdma: Do not call rdma_backend_del_gid on an empty gid
` [Qemu-devel] [PATCH v7 23/23] docs: Update pvrdma device documentation
[Qemu-devel] [PATCH v5 0/2] range/memory-device: fixes and cleanups
2018-12-17 8:00 UTC (3+ messages)
` [Qemu-devel] [PATCH v5 2/2] memory-device: rewrite address assignment using ranges
[Qemu-devel] [PATCH 0/5] intel_iommu: fix windows svvp verification, and trivial cleanups
2018-12-17 7:31 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/5] intel_iommu: dump correct iova when failed
` [Qemu-devel] [PATCH 2/5] intel_iommu: convert invalid traces into error reports
` [Qemu-devel] [PATCH 3/5] intel_iommu: dma read/write draining support
` [Qemu-devel] [PATCH 4/5] intel_iommu: remove "x-" prefix for "aw-bits"
` [Qemu-devel] [PATCH 5/5] intel_iommu: turn on IR by default
[Qemu-devel] [PATCH 00/13] qapi: add #if pre-processor conditions to generated code (part 3)
2018-12-17 7:06 UTC (15+ messages)
` [Qemu-devel] [PATCH 01/13] build-sys: move qmp-introspect per target
` [Qemu-devel] [PATCH 02/13] qapi-commands: don't initialize command list in qmp_init_marshall()
` [Qemu-devel] [PATCH 03/13] qapi-commands: rename init_marshal() to register_commands()
` [Qemu-devel] [PATCH 04/13] RFC: qapi: learn to split the schema by 'top-unit'
` [Qemu-devel] [PATCH 05/13] qapi: add a top-unit 'target' schema
` [Qemu-devel] [PATCH 06/13] qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386
` [Qemu-devel] [PATCH 07/13] qapi: make s390 commands depend on TARGET_S390X
` [Qemu-devel] [PATCH 08/13] target.json: add a note about query-cpu* not being s390x-specific
` [Qemu-devel] [PATCH 09/13] qapi: make query-gic-capabilities depend on TARGET_ARM
` [Qemu-devel] [PATCH 10/13] qapi: make query-cpu-model-expansion depend on s390 or x86
` [Qemu-devel] [PATCH 11/13] qapi: make query-cpu-definitions depend on specific targets
` [Qemu-devel] [PATCH 12/13] qapi: remove qmp_unregister_command()
` [Qemu-devel] [PATCH 13/13] qapi: move RTC_CHANGE to the target schema
[Qemu-devel] [PATCH] main-loop: remove unused header file
2018-12-17 6:34 UTC
[Qemu-devel] [PATCH V6 0/6] nvdimm: support MAP_SYNC for memory-backend-file
2018-12-17 5:53 UTC (3+ messages)
[Qemu-devel] [PULL v2 00/33] tcg patch queue
2018-12-17 3:35 UTC (2+ messages)
` [Qemu-devel] [PULL v2 01/33] target/sparc: Remove the constant pool
[Qemu-devel] [PATCH 1/1] msix: correct pba size calculation used for msix_exclusive_bar initialization
2018-12-17 3:15 UTC (3+ messages)
[Qemu-devel] hw/input/ps2.c : BTN_SIDE and BTN_EXTRA not forwarded
2018-12-16 23:05 UTC (5+ messages)
[Qemu-devel] [PULL 00/22] misc queue
2018-12-16 21:49 UTC (3+ messages)
[Qemu-devel] [PULL 00/32] tcg patch queue
2018-12-16 21:14 UTC (6+ messages)
[Qemu-devel] [PATCH v2 0/6] rdma: various issues in rdma/pvrdma backend
2018-12-16 20:30 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 3/6] pvrdma: check number of pages when creating rings
[Qemu-devel] [PATCH v3 00/16] Virtio devices split from virtio-pci
2018-12-16 20:07 UTC (2+ messages)
[Qemu-devel] [PULL v2 00/42] Block layer patches
2018-12-16 16:32 UTC (2+ messages)
[Qemu-devel] Emulation of a Vivante GPU in QEMU?
2018-12-16 15:52 UTC
[Qemu-devel] [PULL 0/5] Usb 20181214 patches
2018-12-16 12:48 UTC (2+ messages)
[Qemu-devel] [PATCH v5 00/14] arm: nRF51 Devices and Microbit Support
2018-12-16 12:40 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 05/14] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories
[Qemu-devel] [PULL v2 00/32] QAPI patches for 2018-12-13
2018-12-15 22:26 UTC (2+ messages)
[Qemu-devel] [PULL 0/3] 9p patches 2018-12-13
2018-12-15 18:44 UTC (3+ messages)
[Qemu-devel] [PATCH v2 00/22] nbd: add qemu-nbd --list
2018-12-15 16:02 UTC (13+ messages)
` [Qemu-devel] [PATCH v2 13/22] nbd/client: Split out nbd_send_one_meta_context()
` [Qemu-devel] [PATCH v2 14/22] nbd/client: Split out nbd_receive_one_meta_context()
` [Qemu-devel] [PATCH v2 17/22] nbd/client: Pull out oldstyle size determination
` [Qemu-devel] [PATCH v2 18/22] nbd/client: Add nbd_receive_export_list()
` [Qemu-devel] [PATCH v2 19/22] nbd/client: Add meta contexts to nbd_receive_export_list()
` [Qemu-devel] [PATCH v2 20/22] qemu-nbd: Add --list option
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).