qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-09 16:41:58 to 2020-06-09 21:37:31 UTC [more...]

[Qemu-devel] [Bug 1807073] [NEW] qemu-guest-agent stop work when fsfreeze
 2020-06-09 21:20 UTC  (2+ messages)
` [Bug 1807073] "

[PATCH v6 0/7] coroutines: generate wrapper code
 2020-06-09 21:21 UTC  (5+ messages)
` [PATCH v6 4/7] scripts: add coroutine-wrapper.py
` [PATCH v6 5/7] block: generate coroutine-wrapper code

[PATCH 0/7] target/arm: Convert Neon 3-reg-diff to decodetree
 2020-06-09 21:10 UTC  (21+ messages)
` [PATCH 1/7] target/arm: Fix missing temp frees in do_vshll_2sh
` [PATCH 2/7] target/arm: Convert Neon 3-reg-diff prewidening ops to decodetree
` [PATCH 3/7] target/arm: Convert Neon 3-reg-diff narrowing "
` [PATCH 4/7] target/arm: Convert Neon 3-reg-diff VABAL, VABDL "
` [PATCH 5/7] target/arm: Convert Neon 3-reg-diff long multiplies
` [PATCH 6/7] target/arm: Convert Neon 3-reg-diff saturating doubling multiplies
` [PATCH 7/7] target/arm: Convert Neon 3-reg-diff polynomial VMULL

[PATCH] hw/openrisc/openrisc_sim: Add assertion to silent GCC warning
 2020-06-09 20:49 UTC  (6+ messages)
      ` [Bug 1874073] "

[PATCH] iotests: Add copyright line in qcow2.py
 2020-06-09 20:59 UTC 

[PULL 00/15] bitmaps patches for 2020-06-09
 2020-06-09 20:52 UTC  (16+ messages)
` [PULL 01/15] qemu-img: Fix doc typo for 'bitmap' subcommand
` [PULL 02/15] qcow2.py: python style fixes
` [PULL 03/15] qcow2.py: add licensing blurb
` [PULL 04/15] qcow2.py: move qcow2 format classes to separate module
` [PULL 05/15] qcow2_format.py: drop new line printing at end of dump()
` [PULL 06/15] qcow2_format.py: use tuples instead of lists for fields
` [PULL 07/15] qcow2_format.py: use modern string formatting
` [PULL 08/15] qcow2_format.py: use strings to specify c-type of struct fields
` [PULL 09/15] qcow2_format.py: separate generic functionality of structure classes
` [PULL 10/15] qcow2_format.py: add field-formatting class
` [PULL 11/15] qcow2_format.py: QcowHeaderExtension: add dump method
` [PULL 12/15] qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2Struct
` [PULL 13/15] qcow2: QcowHeaderExtension print names for extension magics
` [PULL 14/15] qcow2_format.py: dump bitmaps header extension
` [PULL 15/15] iotests: Fix 291 across more file systems

[PULL 00/16] SPARC patches for 2020-06-09
 2020-06-09 20:55 UTC  (3+ messages)

[PATCH] iotests: Fix 291 across more file systems
 2020-06-09 20:46 UTC  (3+ messages)

[PATCH v3 00/13] Add Thread Sanitizer support to QEMU
 2020-06-09 20:07 UTC  (14+ messages)
` [PATCH v3 01/13] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
` [PATCH v3 02/13] cpu: convert queued work to a QSIMPLEQ
` [PATCH v3 03/13] thread: add qemu_spin_destroy
` [PATCH v3 04/13] cputlb: destroy CPUTLB with tlb_destroy
` [PATCH v3 05/13] qht: call qemu_spin_destroy for head buckets
` [PATCH v3 06/13] tcg: call qemu_spin_destroy for tb->jmp_lock
` [PATCH v3 07/13] translate-all: call qemu_spin_destroy for PageDesc
` [PATCH v3 08/13] thread: add tsan annotations to QemuSpin
` [PATCH v3 09/13] tests/docker: Added docker build support for TSan
` [PATCH v3 10/13] include/qemu: Added tsan.h for annotations
` [PATCH v3 11/13] util: Added tsan annotate for thread name
` [PATCH v3 12/13] docs: Added details on TSan to testing.rst
` [PATCH v3 13/13] tests: Disable select tests under TSan, which hit TSan issue

[PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-09 19:54 UTC  (9+ messages)

[Bug 1879175] [NEW] GVTd not working after upgrade to qemu-5.0.0
 2020-06-09 19:37 UTC  (2+ messages)
` [Bug 1879175] Re: GVTd not working (black screen) "

[Bug 1882784] [NEW] Legacy IGD passthrough in QEMU 5 disabled
 2020-06-09 19:37 UTC  (2+ messages)
` [Bug 1882784] "

[PATCH v5 00/13] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-06-09 19:08 UTC  (3+ messages)
` [PATCH v5 12/13] qcow2: QcowHeaderExtension print names for extension magics

[Bug 1882817] [NEW] Segfault in audio_pcm_sw_write with audio over VNC
 2020-06-09 19:09 UTC  (4+ messages)
` [Bug 1882817] "

[PATCH v7 00/22] nvme: small fixes, refactoring and cleanups
 2020-06-09 19:03 UTC  (23+ messages)
` [PATCH v7 01/22] hw/block/nvme: fix pci doorbell size calculation
` [PATCH v7 02/22] hw/block/nvme: rename trace events to pci_nvme
` [PATCH v7 03/22] hw/block/nvme: remove superfluous breaks
` [PATCH v7 04/22] hw/block/nvme: move device parameters to separate struct
` [PATCH v7 05/22] hw/block/nvme: use constants in identify
` [PATCH v7 06/22] hw/block/nvme: refactor nvme_addr_read
` [PATCH v7 07/22] hw/block/nvme: fix pin-based interrupt behavior
` [PATCH v7 08/22] hw/block/nvme: add max_ioqpairs device parameter
` [PATCH v7 09/22] hw/block/nvme: remove redundant cmbloc/cmbsz members
` [PATCH v7 10/22] hw/block/nvme: factor out property/constraint checks
` [PATCH v7 11/22] hw/block/nvme: factor out device state setup
` [PATCH v7 12/22] hw/block/nvme: factor out block backend setup
` [PATCH v7 13/22] hw/block/nvme: add namespace helpers
` [PATCH v7 14/22] hw/block/nvme: factor out namespace setup
` [PATCH v7 15/22] hw/block/nvme: factor out pci setup
` [PATCH v7 16/22] hw/block/nvme: factor out cmb setup
` [PATCH v7 17/22] hw/block/nvme: factor out pmr setup
` [PATCH v7 18/22] hw/block/nvme: do cmb/pmr init as part of pci init
` [PATCH v7 19/22] hw/block/nvme: factor out controller identify setup
` [PATCH v7 20/22] hw/block/nvme: Verify msix_vector_use() returned value
` [PATCH v7 21/22] hw/block/nvme: add msix_qsize parameter
` [PATCH v7 22/22] hw/block/nvme: verify msix_init_exclusive_bar() return value

[Bug 1882671] [NEW] qemu-system-x86_64 (ver 4.2) stuck at boot with OVMF bios
 2020-06-09 19:06 UTC  (3+ messages)
` [Bug 1882671] "

[PATCH 0/2] Fix NBD CVE-2020-10761
 2020-06-09 18:41 UTC  (3+ messages)
` [PATCH 1/2] nbd/server: Avoid long error message assertions CVE-2020-10761

[PATCH 0/1] hw/block/nvme: fix assert on invalid irq vector
 2020-06-09 18:38 UTC  (7+ messages)

[PULL 0/9] migration queue
 2020-06-09 18:10 UTC  (7+ messages)
` [PULL 3/9] tests/migration: Reduce autoconverge initial bandwidth

[PATCH v2] nvme: allow cmb and pmr emulation on same device
 2020-06-09 18:11 UTC  (3+ messages)
` [PATCH v2 1/2] nvme: indicate CMB support through controller capabilities register
` [PATCH v2 2/2] nvme: allow cmb and pmr to be enabled on same device

[PATCH] pci: Display PCI IRQ pin in "info pci"
 2020-06-09 18:09 UTC  (9+ messages)

[PATCH v2 0/7] virtio: enable VIRTIO_F_RING_PACKED for all devices
 2020-06-09 18:07 UTC  (9+ messages)
` [PATCH v2 1/7] tests/libqos: mask out VIRTIO_F_RING_PACKED for now
` [PATCH v2 2/7] libvhost-user: advertise vring features
` [PATCH v2 3/7] docs: document non-net VHOST_USER_GET_FEATURES behavior
` [PATCH v2 4/7] vhost: involve device backends in feature negotiation
` [PATCH v2 5/7] vhost-user-blk: add VIRTIO_F_RING_PACKED feature bit
` [PATCH v2 6/7] vhost-scsi: add VIRTIO_F_VERSION_1 and VIRTIO_F_RING_PACKED
` [PATCH v2 7/7] virtio: enable VIRTIO_F_RING_PACKED for all devices

[PATCH v2] hw/vfio/common: Trace in which mode an IOMMU is opened
 2020-06-09 18:00 UTC  (5+ messages)

[Bug 1874073] [NEW] openrisc_sim.c:87:42: error: 'cpu_irqs[0]' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 2020-06-09 17:44 UTC  (4+ messages)
` [PATCH v2] hw/openrisc/openrisc_sim: Add assertion to silence GCC warning
  ` [Bug 1874073] "

[PATCH 0/3] target/unicore32: Semihosting cleanup
 2020-06-09 17:42 UTC  (7+ messages)
` [PATCH 1/3] target/unicore32: Remove unused headers
` [PATCH 2/3] target/unicore32: Replace DPRINTF() by qemu_log_mask(GUEST_ERROR)
` [PATCH 3/3] target/unicore32: Prefer qemu_semihosting_log_out() over curses

[PATCH] hw/pci: Fix crash when running QEMU with "-nic model=rocker"
 2020-06-09 17:41 UTC  (4+ messages)

[PATCH v2 0/8] hw: Fix some incomplete memory region size
 2020-06-09 17:33 UTC  (9+ messages)
` [PATCH v2 1/8] hw/arm/aspeed: Correct DRAM container "
` [PATCH v2 6/8] hw/hppa/dino: Use the IEC binary prefix definitions
` [PATCH v2 7/8] hw/i386/xen/xen-hvm: "
` [PATCH v2 8/8] target/i386/cpu: "

[PATCH] qemu-img: Fix doc typo for 'bitmap' subcommand
 2020-06-09 17:25 UTC  (2+ messages)

[PATCH v8 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-06-09 17:10 UTC  (7+ messages)
` [PATCH v8 1/5] hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
` [PATCH v8 2/5] softmmu/vl: Let -fw_cfg option take a 'gen_id' argument
` [PATCH v8 3/5] softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespace
` [PATCH v8 4/5] crypto: Add tls-cipher-suites object
` [PATCH v8 5/5] crypto/tls-cipher-suites: Produce fw_cfg consumable blob

[PATCH] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
 2020-06-09 17:15 UTC  (2+ messages)

[PATCH] hw/isa/apm: Convert debug printf()s to trace events
 2020-06-09 17:05 UTC  (2+ messages)

[PATCH] hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
 2020-06-09 17:02 UTC  (2+ messages)

[PATCH] .mailmap: Update Fred Konrad email address
 2020-06-09 16:55 UTC  (2+ messages)

[PATCH] net: Do not include a newline in the id of -nic devices
 2020-06-09 16:51 UTC  (2+ messages)

[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
 2020-06-09 16:44 UTC  (13+ messages)

[PATCH v3 00/39] qdev: Rework how we plug into the parent bus
 2020-06-09 16:40 UTC  (41+ messages)
` [PATCH v3 01/39] qdev: Rename qbus_realize() to qbus_init()
` [PATCH v3 02/39] Revert "hw/prep: realize the PCI root bus as part of the prep init"
` [PATCH v3 03/39] Revert "hw/versatile: realize the PCI root bus as part of the versatile init"
` [PATCH v3 04/39] qdev: New qdev_new(), qdev_realize(), etc
` [PATCH v3 05/39] qdev: Put qdev_new() to use with Coccinelle
` [PATCH v3 06/39] qdev: Convert to qbus_realize(), qbus_unrealize()
` [PATCH v3 07/39] qdev: Convert to qdev_unrealize() with Coccinelle
` [PATCH v3 08/39] qdev: Convert to qdev_unrealize() manually
` [PATCH v3 09/39] qdev: Convert uses of qdev_create() with Coccinelle
` [PATCH v3 10/39] qdev: Convert uses of qdev_create() manually
` [PATCH v3 11/39] qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
` [PATCH v3 12/39] qdev: Convert uses of qdev_set_parent_bus() manually
` [PATCH v3 13/39] pci: New pci_new(), pci_realize_and_unref() etc
` [PATCH v3 14/39] hw/ppc: Eliminate two superfluous QOM casts
` [PATCH v3 15/39] pci: Convert uses of pci_create() etc. with Coccinelle
` [PATCH v3 16/39] pci: Convert uses of pci_create() etc. manually
` [PATCH v3 17/39] pci: pci_create(), pci_create_multifunction() are now unused, drop
` [PATCH v3 18/39] isa: New isa_new(), isa_realize_and_unref() etc
` [PATCH v3 19/39] isa: Convert uses of isa_create() with Coccinelle
` [PATCH v3 20/39] isa: Convert uses of isa_create(), isa_try_create() manually
` [PATCH v3 21/39] isa: isa_create(), isa_try_create() are now unused, drop
` [PATCH v3 22/39] ssi: ssi_auto_connect_slaves() never does anything, drop
` [PATCH v3 23/39] ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle
` [PATCH v3 24/39] ssi: Convert last use of ssi_create_slave_no_init() manually
` [PATCH v3 25/39] ssi: ssi_create_slave_no_init() is now unused, drop
` [PATCH v3 26/39] usb: New usb_new(), usb_realize_and_unref()
` [PATCH v3 27/39] usb: Convert uses of usb_create()
` [PATCH v3 28/39] usb: usb_create() is now unused, drop
` [PATCH v3 29/39] usb: Eliminate usb_try_create_simple()
` [PATCH v3 30/39] qdev: qdev_create(), qdev_try_create() are now unused, drop
` [PATCH v3 31/39] auxbus: Rename aux_init_bus() to aux_bus_init()
` [PATCH v3 32/39] auxbus: New aux_bus_realize(), pairing with aux_bus_init()
` [PATCH v3 33/39] auxbus: Convert a use of qdev_set_parent_bus()
` [PATCH v3 34/39] auxbus: Eliminate aux_create_slave()
` [PATCH v3 35/39] qom: Tidy up a few object_initialize_child() calls
` [PATCH v3 36/39] qom: Less verbose object_initialize_child()
` [PATCH v3 37/39] macio: Convert use of qdev_set_parent_bus()
` [PATCH v3 38/39] macio: Eliminate macio_init_child_obj()
` [PATCH v3 39/39] sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls

[PULL 00/20] MIPS queue for June 9th, 2020
 2020-06-09 16:28 UTC  (13+ messages)
` [PULL 01/20] mailmap: Change email address of Filip Bozuta
` [PULL 05/20] target/mips: fpu: Demacro MUL.<D|S|PS>
` [PULL 11/20] target/mips: fpu: Demacro NMSUB.<D|S|PS>
` [PULL 12/20] target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros
` [PULL 13/20] target/mips: fpu: Demacro CLASS.<D|S>
` [PULL 14/20] target/mips: fpu: Remove now unused FLOAT_CLASS macro
` [PULL 15/20] target/mips: fpu: Demacro RINT.<D|S>
` [PULL 16/20] target/mips: fpu: Remove now unused FLOAT_RINT macro
` [PULL 17/20] target/mips: fpu: Name better paired-single variables
` [PULL 18/20] target/mips: fpu: Refactor conversion from ieee to mips exception flags
` [PULL 19/20] target/mips: Add Loongson-3 CPU definition
` [PULL 20/20] target/mips: Enable hardware page table walker and CMGCR features for P5600

[PATCH v7 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2020-06-09 16:38 UTC  (2+ messages)

[PATCH v2] Fix parameter type in vhost migration log path
 2020-06-09 16:38 UTC  (2+ messages)

[PATCH 0/6] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-09 16:30 UTC  (5+ messages)


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