qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-17 13:30:26 to 2018-12-17 22:45:06 UTC [more...]

[Qemu-devel] [PATCH v12 00/31] block: Fix some filename generation issues
 2018-12-17 22:43 UTC  (28+ messages)
` [Qemu-devel] [PATCH v12 01/31] block: Use bdrv_refresh_filename() to pull
` [Qemu-devel] [PATCH v12 02/31] block: Use children list in bdrv_refresh_filename
` [Qemu-devel] [PATCH v12 03/31] block: Skip implicit nodes for filename info
` [Qemu-devel] [PATCH v12 04/31] block: Add BDS.auto_backing_file
` [Qemu-devel] [PATCH v12 05/31] block: Respect backing bs in bdrv_refresh_filename
` [Qemu-devel] [PATCH v12 06/31] iotests.py: Add filter_imgfmt()
` [Qemu-devel] [PATCH v12 07/31] iotests.py: Add node_info()
` [Qemu-devel] [PATCH v12 08/31] iotests: Add test for backing file overrides
` [Qemu-devel] [PATCH v12 09/31] block: Make path_combine() return the path
` [Qemu-devel] [PATCH v12 10/31] block: bdrv_get_full_backing_filename_from_...'s ret. val
` [Qemu-devel] [PATCH v12 11/31] block: bdrv_get_full_backing_filename's "
` [Qemu-devel] [PATCH v12 12/31] block: Add bdrv_make_absolute_filename()
` [Qemu-devel] [PATCH v12 13/31] block: Fix bdrv_find_backing_image()
` [Qemu-devel] [PATCH v12 14/31] block: Add bdrv_dirname()
` [Qemu-devel] [PATCH v12 15/31] blkverify: Make bdrv_dirname() return NULL
` [Qemu-devel] [PATCH v12 16/31] quorum: "
` [Qemu-devel] [PATCH v12 17/31] block/nbd: "
` [Qemu-devel] [PATCH v12 18/31] block/nfs: Implement bdrv_dirname()
` [Qemu-devel] [PATCH v12 19/31] block: Use bdrv_dirname() for relative filenames
` [Qemu-devel] [PATCH v12 20/31] iotests: Add quorum case to test 110
` [Qemu-devel] [PATCH v12 21/31] block: Add strong_runtime_opts to BlockDriver
` [Qemu-devel] [PATCH v12 22/31] block: Add BlockDriver.bdrv_gather_child_options
` [Qemu-devel] [PATCH v12 23/31] block: Generically refresh runtime options
` [Qemu-devel] [PATCH v12 24/31] block: Purify .bdrv_refresh_filename()
` [Qemu-devel] [PATCH v12 25/31] block: Do not copy exact_filename from format file
` [Qemu-devel] [PATCH v12 26/31] block/nvme: Fix bdrv_refresh_filename()
` [Qemu-devel] [PATCH v12 27/31] block/curl: Harmonize option defaults

[Qemu-devel] [PATCH v8 00/12] ppc: support for the XIVE interrupt controller (POWER9)
 2018-12-17 22:41 UTC  (8+ messages)
` [Qemu-devel] [PATCH v8 09/12] spapr: set the interrupt presenter at reset
` [Qemu-devel] [PATCH v8 11/12] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS

[Qemu-devel] [PATCH v5 0/3] Dynamic TLB sizing
 2018-12-17 22:41 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 2/3] tcg: introduce dynamic "

[Qemu-devel] [PATCH v9 0/7] ppc: support for the XIVE interrupt controller (POWER9)
 2018-12-17 22:34 UTC  (8+ messages)
` [Qemu-devel] [PATCH v9 1/7] target/ppc: fix the PPC_BIT definitions
` [Qemu-devel] [PATCH v9 2/7] target/ppc: replace __builtin_ffssl() by the equivalent ctz routines
` [Qemu-devel] [PATCH v9 3/7] spapr/xive: fix compilation breakage on windows
` [Qemu-devel] [PATCH v9 4/7] spapr: add an extra OV5 field to the sPAPR IRQ backend
` [Qemu-devel] [PATCH v9 5/7] spapr: introduce an 'ic-mode' machine option
` [Qemu-devel] [PATCH v9 6/7] spapr: change default CPU type to POWER9
` [Qemu-devel] [PATCH v9 7/7] MAINTAINERS: PPC: add a XIVE section

[Qemu-devel] Monitor and serial output window broken with SDL2
 2018-12-17 21:57 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/3] vfio-ccw: support hsch/csch (kernel part)
 2018-12-17 21:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] vfio-ccw: add capabilities chain
` [Qemu-devel] [PATCH 3/3] vfio-ccw: add handling for asnyc channel instructions

[Qemu-devel] [PATCH v3 0/7] bitmaps: remove x- prefix from QMP api
 2018-12-17 21:32 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 6/7] iotests: allow pretty-print for qmp_log
` [Qemu-devel] [PATCH v3 7/7] iotests: add iotest 236 for testing bitmap merge
  ` [Qemu-devel] [PATCH v3 5/7] iotests: add filter_generated_node_ids

[Qemu-devel] [RFC 0/2] Improve qemu-thread support on macOS
 2018-12-17 20:26 UTC  (3+ messages)
` [Qemu-devel] [RFC 1/2] util: Implement debug-threads for macOS
` [Qemu-devel] [RFC 2/2] qemu-thread: Don't block SEGV, ILL and FPE

[Qemu-devel] [PATCH] qapi: fix flat union on uncovered branches conditionals
 2018-12-17 20:40 UTC 

[Qemu-devel] [PATCH 0/6] target/mips: Amend MXU support
 2018-12-17 20:04 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] target/mips: MXU: Add missing opcodes/decoding for LX* instructions
` [Qemu-devel] [PATCH 2/6] target/mips: MXU: Add generic naming for optn2 constants
` [Qemu-devel] [PATCH 3/6] target/mips: MXU: Improve textual description
` [Qemu-devel] [PATCH 4/6] target/mips: MXU: Add handlers for logic instructions
` [Qemu-devel] [PATCH 5/6] target/mips: MXU: Add handlers for max/min instructions
` [Qemu-devel] [PATCH 6/6] target/mips: MXU: Add handlers for an align instruction

[Qemu-devel] [PATCH v3 0/2] hw: vmmouse: use link property instead of DEFINE_PROP_PTR
 2018-12-17 19:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/2] hw: vmmouse: Use link instead of pointer property

[Qemu-devel] [QEMU PATCH] hw/i386: Remove deprecated machines pc-0.10 and pc-0.11
 2018-12-17 19:35 UTC  (2+ messages)

[Qemu-devel] [PULL 00/32] QAPI patches for 2018-12-13
 2018-12-17 19:18 UTC  (5+ messages)
` [Qemu-devel] [PULL 32/32] qapi: add conditions to REPLICATION type/commands on the schema

[Qemu-devel] [PATCH v2 0/6] rdma: various issues in rdma/pvrdma backend
 2018-12-17 19:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 3/6] pvrdma: check number of pages when creating rings

[Qemu-devel] [PATCH v2 0/4] Support separate -firmware and -kernel
 2018-12-17 18:55 UTC 

[Qemu-devel] [RFC PATCH v2 0/9] target/ppc: convert VMX instructions to use TCG vector operations
 2018-12-17 18:49 UTC  (15+ 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 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 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] [PATCH v8 00/23] Add support for RDMA MAD
 2018-12-17 18:45 UTC  (24+ messages)
` [Qemu-devel] [PATCH v8 01/23] contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexer
` [Qemu-devel] [PATCH v8 02/23] hw/rdma: Add ability to force notification without re-arm
` [Qemu-devel] [PATCH v8 03/23] hw/rdma: Return qpn 1 if ibqp is NULL
` [Qemu-devel] [PATCH v8 04/23] hw/rdma: Abort send-op if fail to create addr handler
` [Qemu-devel] [PATCH v8 05/23] hw/rdma: Add support for MAD packets
` [Qemu-devel] [PATCH v8 06/23] hw/pvrdma: Make function reset_device return void
` [Qemu-devel] [PATCH v8 07/23] hw/pvrdma: Make default pkey 0xFFFF
` [Qemu-devel] [PATCH v8 08/23] hw/pvrdma: Set the correct opcode for recv completion
` [Qemu-devel] [PATCH v8 09/23] hw/pvrdma: Set the correct opcode for send completion
` [Qemu-devel] [PATCH v8 10/23] qapi: Define new QMP message for pvrdma
` [Qemu-devel] [PATCH v8 11/23] hw/pvrdma: Add support to allow guest to configure GID table
` [Qemu-devel] [PATCH v8 12/23] vmxnet3: Move some definitions to header file
` [Qemu-devel] [PATCH v8 13/23] hw/pvrdma: Make sure PCI function 0 is vmxnet3
` [Qemu-devel] [PATCH v8 14/23] hw/rdma: Initialize node_guid from vmxnet3 mac address
` [Qemu-devel] [PATCH v8 15/23] hw/pvrdma: Make device state depend on Ethernet function state
` [Qemu-devel] [PATCH v8 16/23] hw/pvrdma: Fill all CQE fields
` [Qemu-devel] [PATCH v8 17/23] hw/pvrdma: Fill error code in command's response
` [Qemu-devel] [PATCH v8 18/23] hw/rdma: Remove unneeded code that handles more that one port
` [Qemu-devel] [PATCH v8 19/23] vl: Introduce shutdown_notifiers
` [Qemu-devel] [PATCH v8 20/23] hw/pvrdma: Clean device's resource when system is shutdown
` [Qemu-devel] [PATCH v8 21/23] hw/rdma: Do not use bitmap_zero_extend to free bitmap
` [Qemu-devel] [PATCH v8 22/23] hw/rdma: Do not call rdma_backend_del_gid on an empty gid
` [Qemu-devel] [PATCH v8 23/23] docs: Update pvrdma device documentation

[Qemu-devel] [PATCH v7 00/23] Add support for RDMA MAD
 2018-12-17 18:33 UTC  (7+ messages)
` [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-for-4.0 v2 0/2] ARM SMMUv3: Fix ACPI integration
 2018-12-17 18:25 UTC  (8+ messages)
` [Qemu-devel] [PATCH-for-4.0 v2 1/2] hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node
` [Qemu-devel] [PATCH-for-4.0 v2 2/2] hw/arm/virt-acpi-build: IORT Update for revision D

[Qemu-devel] [PATCH] target/arm: Convert ARM_TBFLAG_* to FIELDs
 2018-12-17 18:03 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 0/4] de-macrofy softmmu
 2018-12-17 17:33 UTC  (8+ messages)
` [Qemu-devel] [PATCH v1 1/4] accel/tcg: export some cputlb functions
` [Qemu-devel] [PATCH v1 2/4] accel/tcg: introduce softmmu.c
` [Qemu-devel] [PATCH v1 3/4] accel/tcg: use TLB helpers from softmmu.o
` [Qemu-devel] [PATCH v1 4/4] accel/tcg: remove softmmu_template.h

[Qemu-devel] [PATCH] iotests.py: rework log and qmp_log
 2018-12-17 17:26 UTC 

[Qemu-devel] [PATCH v2 0/5] disas: nanoMIPS: Clean up several issues
 2018-12-17 17:10 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] disas: nanoMIPS: Fix preamble text
` [Qemu-devel] [PATCH v2 2/5] disas: nanoMIPS: Remove functions that are not used
` [Qemu-devel] [PATCH v2 3/5] disas: nanoMIPS: Fix a function misnomer
` [Qemu-devel] [PATCH v2 4/5] disas: nanoMIPS: Fix order of some invocations
` [Qemu-devel] [PATCH v2 5/5] disas: nanoMIPS: Name some function in a more descriptive way

[Qemu-devel] [PATCH 0/3] MAINTAINERS: Clean up main target MIPS section
 2018-12-17 17:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] MAINTAINERS: target/mips: Add MIPS files under default-configs directory
` [Qemu-devel] [PATCH 2/3] MAINTAINERS: target/mips: Add filter for mips in email subjects
` [Qemu-devel] [PATCH 3/3] MAINTAINERS: target/mips: Reorder items alphabetically

[Qemu-devel] [QEMU-devel][PATCH v3] aio-posix: Fix concurrent aio_poll/set_fd_handler
 2018-12-17 16:48 UTC 

[Qemu-devel] [PATCH v4 0/8] hw: acpi: RSDP fixes and refactoring
 2018-12-17 16:46 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 7/8] hw: acpi: Export and share the ARM RSDP build
  ` [Qemu-devel] [PATCH v5 "

[Qemu-devel] [PATCH v2] usb: move ehci_create_ich9_with_companions to hw/i386
 2018-12-17 16:32 UTC 

[Qemu-devel] [PULL 00/13] qtest patches
 2018-12-17 16:21 UTC  (14+ messages)
` [Qemu-devel] [PULL 01/13] tests/libqos/pci: Make PCI access functions independent of global_qtest
` [Qemu-devel] [PULL 02/13] ivshmem-test: Drop dependence on global_qtest
` [Qemu-devel] [PULL 03/13] tests/acpi-utils: "
` [Qemu-devel] [PULL 04/13] tests/vmgenid: Make test independent of global_qtest
` [Qemu-devel] [PULL 05/13] tests/pvpanic: Make the pvpanic "
` [Qemu-devel] [PULL 06/13] tests/boot-serial: Get rid of global_qtest variable
` [Qemu-devel] [PULL 07/13] tests/test-filter: Make tests independent of global_qtest
` [Qemu-devel] [PULL 08/13] tests/machine-none: Make test "
` [Qemu-devel] [PULL 09/13] tests/prom-env: "
` [Qemu-devel] [PULL 10/13] tests/pxe: "
` [Qemu-devel] [PULL 11/13] tests: Exit boot-serial-test loop if child dies
` [Qemu-devel] [PULL 12/13] tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macro
` [Qemu-devel] [PULL 13/13] tests/bios-tables-test: Sanitize test verbose output

[Qemu-devel] [PATCH 0/5] disas: nanoMIPS: Clean up several issues
 2018-12-17 16:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] disas: nanoMIPS: Fix preamble text
` [Qemu-devel] [PATCH 2/5] disas: nanoMIPS: Remove functions that are not used
` [Qemu-devel] [PATCH 3/5] disas: nanoMIPS: Fix a function misnomer
` [Qemu-devel] [PATCH 4/5] disas: nanoMIPS: Fix order of some invocations

[Qemu-devel] [PATCH v3] qdev/core: fix qbus_is_full()
 2018-12-17 15:57 UTC 

[Qemu-devel] [PATCH v2 00/22] nbd: add qemu-nbd --list
 2018-12-17 15:43 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 04/22] qemu-nbd: Enhance man page
` [Qemu-devel] [PATCH v2 12/22] nbd/client: Improve error handling in nbd_negotiate_simple_meta_context()
` [Qemu-devel] [PATCH v2 13/22] nbd/client: Split out nbd_send_one_meta_context()
` [Qemu-devel] [PATCH v2 18/22] nbd/client: Add nbd_receive_export_list()

[Qemu-devel] [PATCH v5 0/2] range/memory-device: fixes and cleanups
 2018-12-17 15:28 UTC  (2+ messages)

[Qemu-devel] [PATCH V6 0/6] nvdimm: support MAP_SYNC for memory-backend-file
 2018-12-17 15:27 UTC  (5+ messages)

[Qemu-devel] [Bug 1808824] [NEW] Mouse leaves VM window when Grab on Hover isn't selected Windows 10 and Intel HAX
 2018-12-17 15:09 UTC 

[Qemu-devel] [PATCH] build: Remake config-host.mak when VERSION changes
 2018-12-17 15:07 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests: Exit boot-serial-test loop if child dies
 2018-12-17 14:12 UTC  (2+ messages)

[Qemu-devel] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
 2018-12-17 14:00 UTC 

[Qemu-devel] [PATCH v6 00/18] Xen PV backend 'qdevification'
 2018-12-17 13:30 UTC  (19+ messages)
` [Qemu-devel] [PATCH v6 01/18] xen: re-name XenDevice to XenLegacyDevice
` [Qemu-devel] [PATCH v6 02/18] xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
` [Qemu-devel] [PATCH v6 03/18] xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
` [Qemu-devel] [PATCH v6 04/18] xen: create xenstore areas for XenDevice-s
` [Qemu-devel] [PATCH v6 05/18] xen: add xenstore watcher infrastructure
` [Qemu-devel] [PATCH v6 06/18] xen: add grant table interface for XenDevice-s
` [Qemu-devel] [PATCH v6 07/18] xen: add event channel "
` [Qemu-devel] [PATCH v6 08/18] xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
` [Qemu-devel] [PATCH v6 09/18] xen: remove unnecessary code from dataplane/xen-block.c
` [Qemu-devel] [PATCH v6 10/18] xen: add header and build dataplane/xen-block.c
` [Qemu-devel] [PATCH v6 11/18] xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
` [Qemu-devel] [PATCH v6 12/18] xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
` [Qemu-devel] [PATCH v6 13/18] xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
` [Qemu-devel] [PATCH v6 14/18] xen: add implementations of xen-block connect and disconnect functions
` [Qemu-devel] [PATCH v6 15/18] xen: add a mechanism to automatically create XenDevice-s
` [Qemu-devel] [PATCH v6 16/18] xen: automatically create XenBlockDevice-s
` [Qemu-devel] [PATCH v6 17/18] MAINTAINERS: add myself as a Xen maintainer
` [Qemu-devel] [PATCH v6 18/18] xen: remove the legacy 'xen_disk' backend

[Qemu-devel] [PATCH v2 0/8] qcow2: encryption threads
 2018-12-17 13:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/11] pci: hotplug handler reworks
 2018-12-17 13:46 UTC  (2+ messages)

[Qemu-devel] [PATCH] error: Remove NULL checks on error_propagate() calls
 2018-12-17 13:31 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "


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).