qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-04 10:16:26 to 2021-05-05 06:13:39 UTC [more...]

[PATCH v5 0/9] ui: add vdagent implementation and clipboard support
 2021-05-05  6:08 UTC  (5+ messages)
` [PATCH v5 1/9] build: add separate spice-protocol config option
` [PATCH v5 3/9] ui: add clipboard documentation
` [PATCH v5 5/9] ui/vdagent: add mouse support
` [PATCH v5 6/9] ui/vdagent: add clipboard support

[PATCH v5 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-05-05  5:50 UTC  (5+ messages)
` [PATCH v5 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH] vfio/pci: Revert nvlink removal uAPI breakage
 2021-05-05  5:43 UTC  (4+ messages)

[Bug 1905356] [NEW] No check for unaligned data access in ARM32 instructions
 2021-05-05  5:31 UTC  (2+ messages)
` [Bug 1905356] "

[Bug 1868116] Re: QEMU monitor no longer works
 2021-05-05  5:27 UTC  (2+ messages)

[Qemu-devel] [Bug 1759522] [NEW] windows qemu-img create vpc/vhdx error
 2021-05-05  5:16 UTC  (2+ messages)
` [Bug 1759522] "

[PATCH 0/7] vhost-user-gpu: fix several security issues
 2021-05-05  4:58 UTC  (8+ messages)
` [PATCH 1/7] vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info
` [PATCH 2/7] vhost-user-gpu: fix resource leak in 'vg_resource_create_2d'
` [PATCH 3/7] vhost-user-gpu: fix memory leak in vg_resource_attach_backing
` [PATCH 4/7] vhost-user-gpu: fix memory link while calling 'vg_resource_unref'
` [PATCH 5/7] vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref'
` [PATCH 6/7] vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing'
` [PATCH 7/7] vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset'

[PATCH] target/ppc: Do not check for LPCR[HAIL] on power10_v1.0 CPUs
 2021-05-05  5:00 UTC  (4+ messages)

[RFC PATCH v2 0/2] hw/ppc: code motion to compile without TCG
 2021-05-05  4:58 UTC  (9+ messages)
` [RFC PATCH v2 2/2] hw/ppc: Moved TCG code to spapr_hcall_tcg

[PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS bits
 2021-05-05  4:20 UTC  (4+ messages)

[PATCH v4 0/5] target/ppc: Untangle CPU init from translation
 2021-05-05  4:14 UTC  (13+ messages)
` [PATCH v4 1/5] target/ppc: Fold gen_*_xer into their callers
` [PATCH v4 2/5] target/ppc: renamed SPR registration functions
` [PATCH v4 3/5] target/ppc: move SPR R/W callbacks to translate.c
` [PATCH v4 4/5] target/ppc: turned SPR R/W callbacks not static
` [PATCH v4 5/5] target/ppc: isolated cpu init from translation logic

[PATCH 0/2] Fix for compat mode in P9 < 2.2
 2021-05-05  3:29 UTC  (4+ messages)
` [PATCH 1/2] hw/ppc/spapr.c: Extract MMU mode error reporting into a function
` [PATCH 2/2] hw/ppc/spapr.c: Make sure the host supports the selected MMU mode

[PATCH v8 0/4] aarch64: add support for FEAT_TLBIRANGE and FEAT_TLBIOS
 2021-05-05  3:04 UTC  (5+ messages)
` [PATCH v8 1/4] accel/tcg: Add TLB invalidation support for ranges of addresses
` [PATCH v8 2/4] target/arm: Add support for FEAT_TLBIRANGE
` [PATCH v8 3/4] target/arm: Add support for FEAT_TLBIOS
` [PATCH v8 4/4] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type

[PATCH 0/3] Add support for PMBus in QEMU
 2021-05-05  1:41 UTC  (7+ messages)
` [PATCH 1/3] hw/i2c: add support for PMBus
` [PATCH 2/3] hw/misc: add ADM1272 device
` [PATCH 3/3] hw/misc: add MAX34451 device

[PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm
 2021-05-05  0:12 UTC  (8+ messages)

[PATCH v3 0/2] cocoa: keyboard quality of life
 2021-05-04 23:32 UTC  (3+ messages)
` [PATCH v3 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed
` [PATCH v3 2/2] ui/cocoa: add option to swap Option and Command, enable by default

Gitlab Issue Tracker - Proposed Workflow
 2021-05-04 21:39 UTC  (5+ messages)

[PATCH v2 0/4] hw/sparc: Kconfig fixes to build with/without the leon3 machine
 2021-05-04 21:32 UTC  (2+ messages)

[PATCH v3 0/6] hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs
 2021-05-04 21:30 UTC  (2+ messages)

[RFC PATCH 00/27] Virtio sound card implementation
 2021-05-04 21:24 UTC  (6+ messages)
` [RFC PATCH 07/27] virtio-snd: Add properties for class init

[PATCH 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-05-04 19:54 UTC  (21+ messages)
` [PATCH 01/10] qcow2-refcount: improve style of check_refcounts_l2()
` [PATCH 02/10] qcow2: compressed read: simplify cluster descriptor passing
` [PATCH 03/10] qcow2: introduce qcow2_parse_compressed_l2_entry() helper
` [PATCH 04/10] qcow2-refcount: introduce fix_l2_entry_by_zero()
` [PATCH 05/10] qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
` [PATCH 06/10] qcow2-refcount: check_refcounts_l2(): check l2_bitmap
` [PATCH 07/10] qcow2-refcount: check_refcounts_l2(): check reserved bits
` [PATCH 08/10] qcow2-refcount: improve style of check_refcounts_l1()
` [PATCH 09/10] qcow2-refcount: check_refcounts_l1(): check reserved bits
` [PATCH 10/10] qcow2-refcount: check_refblocks(): add separate message for reserved

[Bug 1892081] [NEW] Performance improvement when using "QEMU_FLATTEN" with softfloat type conversions
 2021-05-04 19:39 UTC  (2+ messages)
` [Bug 1892081] "

[Qemu-devel] [Bug 1828608] [NEW] Chardev websocket might not support pasting more than a few chars
 2021-05-04 19:34 UTC  (2+ messages)
` [Bug 1828608] "

[Bug 1861404] [NEW] AVX instruction VMOVDQU implementation error for YMM registers
 2021-05-04 19:29 UTC  (2+ messages)
` [Bug 1861404] "

[Qemu-devel] [Bug 1658141] [NEW] QEMU's default msrs handling causes Windows 10 64 bit to crash
 2021-05-04 19:20 UTC  (2+ messages)
` [Bug 1658141] "

[PATCH] migration: do not restart VM after successful snapshot-load
 2021-05-04 19:17 UTC  (4+ messages)

[PATCH v11 0/6] MTE support for KVM guest
 2021-05-04 17:44 UTC  (13+ messages)
` [PATCH v11 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature
` [PATCH v11 5/6] KVM: arm64: ioctl to fetch/store tags in a guest

[Bug 1857226] [NEW] 'set_link net0 off' not working with e1000e driver
 2021-05-04 17:14 UTC  (2+ messages)
` [Bug 1857226] "

[PATCH] qcow2: set bdi->is_dirty
 2021-05-04 16:58 UTC  (3+ messages)

[PATCH 0/2] QOMify Sifive UART model
 2021-05-04 15:34 UTC  (3+ messages)
` [PATCH 1/2] Consistent function names for sifive uart read and write function
` [PATCH 2/2] QOMify sifive_uart model

[RESEND PATCH 00/32] Qemu SGX virtualization
 2021-05-04 16:33 UTC  (7+ messages)
` [RESEND PATCH 05/32] vl: Add "sgx-epc" option to expose SGX EPC sections to guest

remove the nvlink2 pci_vfio subdriver v2
 2021-05-04 16:30 UTC  (11+ messages)

[PATCH v6 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-04 16:13 UTC  (4+ messages)
` [PATCH v6 11/12] qtest/bios-tables-test: Make test build-independent from accelerator

[PULL 0/5] bsd-user: minor cleanup patches
 2021-05-04 16:04 UTC  (2+ messages)

[PATCH 0/7] tests/acceptance: Introducing the ConsoleMixIn
 2021-05-04 16:01 UTC  (3+ messages)
` [PATCH 4/7] tests/acceptance: Sun4uMachine: Remove dependency to LinuxKernelTest

[Qemu-devel] [Bug 1828867] [NEW] QEmu translation is incorrect when using REX in combination with LAHF/SAHF
 2021-05-04 15:46 UTC  (2+ messages)
` [Bug 1828867] "

[PATCH] virtio-blk: drop deprecated scsi=on|off property
 2021-05-04 15:26 UTC  (10+ messages)

[PATCH v3 00/26] virtiofs dax patches
 2021-05-04 15:26 UTC  (9+ messages)
` [PATCH v3 01/26] virtiofs: Fixup printf args
` [PATCH v3 02/26] virtiofsd: Don't assume header layout
` [PATCH v3 03/26] DAX: vhost-user: Rework slave return values
` [PATCH v3 04/26] DAX: libvhost-user: Route slave message payload

[RFC PATCH] scripts/tracetool: don't barf validating TCG types
 2021-05-04 15:02 UTC  (3+ messages)

[PATCH] block/rbd: Add support for rbd image encryption
 2021-05-04 14:46 UTC  (2+ messages)

[PATCH v8] introduce vfio-user protocol specification
 2021-05-04 14:31 UTC  (3+ messages)

[PATCH] m68k: virt: correctly set the initial PC
 2021-05-04 14:30 UTC  (4+ messages)

[Bug 1920913] [NEW] Openjdk11+ fails to install on s390x
 2021-05-04 14:17 UTC  (2+ messages)
` [Bug 1920913] "

[PULL 0/7] Usb 20210504 patches
 2021-05-04 14:12 UTC  (4+ messages)
` [PULL 6/7] usb/xhci: sanity check packet size (CVE-2021-3527)

Let's remove some deprecated stuff
 2021-05-04 13:59 UTC  (3+ messages)

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-05-04 13:44 UTC  (4+ messages)

[PULL v2 00/11] Misc patches for 2021-04-30 (incl. NVMM accelerator)
 2021-05-04 13:31 UTC  (3+ messages)
` [PULL v2 02/11] Add NVMM accelerator: configure and build logic
` [PULL v2 11/11] glib-compat: accept G_TEST_SLOW environment variable

[PATCH 0/2] Remove deprecated qemu-img backing file without format
 2021-05-04 13:21 UTC  (4+ messages)
` [PATCH 2/2] qemu-img: Require -F with -b backing image

[PATCH v7 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-05-04 12:47 UTC  (13+ messages)
` [PATCH v7 09/15] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
` [PATCH v7 10/15] hostmem: Wire up RAM_NORESERVE via "reserve" property

[PATCH] hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9
 2021-05-04 12:41 UTC 

[PATCH v7 0/1] qapi: introduce 'query-cpu-model-cpuid' action
 2021-05-04 12:26 UTC  (2+ messages)
` [PATCH v7 1/1] "

[PATCH] main-loop: remove dead code
 2021-05-04 12:26 UTC  (2+ messages)

[PATCH v2 0/3] mps3-an524: support memory remapping
 2021-05-04 12:09 UTC  (4+ messages)
` [PATCH v2 1/3] hw/misc/mps2-scc: Add "QEMU interface" comment
` [PATCH v2 2/3] hw/misc/mps2-scc: Support using CFG0 bit 0 for remapping
` [PATCH v2 3/3] hw/arm/mps2-tz: Implement AN524 memory remapping via machine property

[PATCH v2 0/6] vhost-user-blk: Error handling fixes during initialistion
 2021-05-04 11:08 UTC  (7+ messages)
` [PATCH v2 2/6] vhost-user-blk: Don't reconnect during initialisation

X on old (non-x86) Linux guests
 2021-05-04 11:07 UTC  (3+ messages)

[PATCH for-6.0? 0/6] extern "C" overhaul for C++ files
 2021-05-04 10:43 UTC  (2+ messages)

[PATCH-for-6.0?] hw/arm/imx25_pdk: Fix error message for invalid RAM size
 2021-05-04 10:39 UTC  (3+ messages)

[PATCH v2 00/30] testing/next (hexagon, tricore, ppc, signals, cirrus)
 2021-05-04 10:39 UTC  (18+ messages)
` [PATCH v2 07/30] tests/tcg: Use Hexagon Docker image
` [PATCH v2 11/30] tests/tcg: Add docker_as and docker_ld cmds
` [PATCH v2 12/30] tests/tcg: Run timeout cmds using --foreground
` [PATCH v2 15/30] configure: Emit HOST_CC to config-host.mak
` [PATCH v2 17/30] tests/tcg/tricore: Add bmerge test
` [PATCH v2 18/30] tests/tcg/tricore: Add clz test
` [PATCH v2 19/30] tests/tcg/tricore: Add dvstep test
` [PATCH v2 20/30] tests/tcg/tricore: Add fadd test
` [PATCH v2 21/30] tests/tcg/tricore: Add fmul test
` [PATCH v2 22/30] tests/tcg/tricore: Add ftoi test
` [PATCH v2 24/30] tests/tcg/tricore: Add msub test
` [PATCH v2 25/30] tests/tcg/tricore: Add muls test
` [PATCH v2 26/30] tests/docker: gcc-10 based images for ppc64{, le} tests
` [PATCH v2 27/30] tests/tcg/ppc64le: tests for brh/brw/brd
` [PATCH v2 29/30] cirrus.yml: Fix the MSYS2 task
` [PATCH v2 30/30] configure: use cc, not host_cc to set cross_cc for build arch

Switching to the GitLab bug tracker
 2021-05-04 10:20 UTC  (3+ messages)

[PATCH] tests/migration-test: Fix "true" vs true
 2021-05-04 10:08 UTC  (2+ 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).