qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 19:47:20 to 2021-01-21 12:42:33 UTC [more...]

[PULL 0/5] Linux user for 6.0 patches
 2021-01-21 12:38 UTC  (2+ messages)
` [PULL 2/5] linux-user: add missing UDP get/setsockopt option

[PATCH 0/8] s390x/pci: Fixing s390 vfio-pci ISM support
 2021-01-21 12:30 UTC  (10+ messages)

[PATCH v6 00/35] Hexagon patch series
 2021-01-21 12:20 UTC  (6+ messages)
` [PATCH v6 34/35] Auto-import Docker support files

[PULL 0/9] s390x updates
 2021-01-21 12:16 UTC  (10+ messages)
` [PULL 1/9] s390x/tcg: Fix ALGSI
` [PULL 2/9] s390x/tcg: Fix RISBHG
` [PULL 3/9] s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x"
` [PULL 4/9] tests/tcg/s390x: Fix EXRL tests
` [PULL 5/9] s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTE
` [PULL 6/9] update-linux-headers: Include const.h
` [PULL 7/9] Update linux headers to 5.11-rc2
` [PULL 8/9] vfio-ccw: Connect the device request notifier
` [PULL 9/9] s390x: Use strpadcpy for copying vm name

[PATCH] gitlab-ci: Test building linux-user targets on CentOS 7
 2021-01-21 12:18 UTC  (2+ messages)

[PATCH] tcg: Increase the static number of temporaries
 2021-01-21 12:10 UTC  (3+ messages)

[PATCH v2 0/8] meson: Clarify summary
 2021-01-21 12:03 UTC  (14+ messages)
` [PATCH v2 1/8] meson: Summarize information related to directories first
` [PATCH v2 2/8] meson: Display host binaries information altogether
` [PATCH v2 3/8] meson: Summarize overall features altogether
` [PATCH v2 4/8] meson: Summarize compilation-related information altogether
` [PATCH v2 5/8] meson: Display accelerators and selected targets altogether
` [RFC PATCH v2 6/8] meson: Display block layer information altogether
` [PATCH v2 7/8] meson: Display cryto-related "
` [PATCH v2 8/8] meson: Display library dependencies altogether

[PATCH 0/2] tcg/tci: Fix Clang build
 2021-01-21 12:02 UTC  (8+ messages)
` [RFC PATCH 2/2] gitlab-ci: Add a job building TCI with Clang

[PATCH 0/3] vnc: remove "change vnc TARGET" and QMP change command, support "-vnc help"
 2021-01-21 12:02 UTC  (5+ messages)

changing tests/qtest/meson.build causes unnecessary rebuilding
 2021-01-21 11:56 UTC 

[qemu-web PATCH v3] Add virtio-blk and virtio-scsi configuration post
 2021-01-21 11:47 UTC  (2+ messages)

[PULL 0/5] Linux user for 6.0 patches
 2021-01-21 11:43 UTC  (10+ messages)
` [PULL 1/5] linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls
` [PULL 2/5] linux-user: add missing UDP get/setsockopt option
` [PULL 3/5] linux-user: add missing IPv6 "
` [PULL 4/5] linux-user: Add IPv6 options to do_print_sockopt()
` [PULL 5/5] linux-user: Remove obsolete F_SHLCK and F_EXLCK translation

[PULL 00/13] NBD patches through 2021-01-20
 2021-01-21 11:35 UTC  (16+ messages)
` [PULL 01/13] qemu-nbd: Fix a memleak in qemu_nbd_client_list()
` [PULL 02/13] qemu-nbd: Fix a memleak in nbd_client_thread()
` [PULL 03/13] block: Honor blk_set_aio_context() context requirements
` [PULL 04/13] nbd/server: Quiesce coroutines on context switch
` [PULL 05/13] iotests/277: use dot slash for nbd-fault-injector.py running
` [PULL 06/13] iotests/303: use dot slash for qcow2.py running
` [PULL 07/13] iotests: fix some whitespaces in test output files
` [PULL 08/13] iotests: make tests executable
` [PULL 09/13] iotests/294: add shebang line
` [PULL 10/13] iotests: define group in each iotest
` [PULL 11/13] iotests/264: fix style
` [PULL 12/13] iotests.py: fix qemu_tool_pipe_and_status()
` [PULL 13/13] iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()

[PATCH v2 0/3] hw/usb/dev-uas: Fix Clang 11 -Wgnu-variable-sized-type-not-at-end error
 2021-01-21 11:14 UTC  (3+ messages)
` [PATCH v2 3/3] hw/usb/dev-uas: Report command additional adb length as unsupported

[PATCH v11 0/5] UFFD write-tracking migration/snapshots
 2021-01-21 11:12 UTC  (11+ messages)
` [PATCH v11 3/5] migration: support UFFD write fault processing in ram_save_iterate()
` [PATCH v11 4/5] migration: implementation of background snapshot thread

[PATCH v5 00/11] virtio-mem: vfio support
 2021-01-21 11:05 UTC  (12+ messages)
` [PATCH v5 01/11] memory: Introduce RamDiscardMgr for RAM memory regions
` [PATCH v5 02/11] virtio-mem: Factor out traversing unplugged ranges
` [PATCH v5 03/11] virtio-mem: Implement RamDiscardMgr interface
` [PATCH v5 04/11] vfio: Support for RamDiscardMgr in the !vIOMMU case
` [PATCH v5 05/11] vfio: Query and store the maximum number of possible DMA mappings
` [PATCH v5 06/11] vfio: Sanity check maximum number of DMA mappings with RamDiscardMgr
` [PATCH v5 07/11] vfio: Support for RamDiscardMgr in the vIOMMU case
` [PATCH v5 08/11] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)
` [PATCH v5 09/11] softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
` [PATCH v5 10/11] virtio-mem: Require only coordinated discards
` [PATCH v5 11/11] vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommus

Migrating to the gitlab issue tracker
 2021-01-21 10:57 UTC  (12+ messages)

[RFC PATCH 0/2] Allow changing bs->file on reopen
 2021-01-21 10:52 UTC  (3+ messages)

[Qemu-devel] [Bug 1750899] [NEW] Mouse cursor sometimes can't pass the invisible border on the right side of the screen
 2021-01-21 10:37 UTC  (3+ messages)
` [Bug 1750899] "

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-01-21 10:28 UTC  (6+ messages)
` [PATCH v4 1/2] drivers/misc: sysgenid: add system generation id driver

[RFC PATCH 0/2] x86 CPU feature +/- fiddling and +kvm-no-defaults
 2021-01-21 10:25 UTC  (13+ messages)
` [RFC PATCH 1/2] hw/i386: -cpu model, -feature, +feature should enable feature
  ` [RFC PATCH 1/2] hw/i386: -cpu model,-feature,+feature "
    ` [External] : "
                ` [PATCH] docs/system: Deprecate `-cpu ...,+feature,-feature` syntax
                  ` [PATCH] docs/system: Deprecate `-cpu ..., +feature, -feature` syntax

[PATCH v2] utils/fifo8: change fatal errors from abort() to assert()
 2021-01-21 10:25 UTC 

[PATCH 0/9] hw/block: m25p80: Fix the mess of dummy bytes needed for fast read commands
 2021-01-21 10:01 UTC  (12+ messages)

[RFC PATCH V3 0/8] hw/block/nvme: support multi-path for ctrl/ns
 2021-01-21  9:53 UTC  (5+ messages)
` [RFC PATCH V3 8/8] hw/block/nvme: Add Identify Active Namespace ID List

[PATCH] utils/fifo8: change fatal errors from abort() to assert()
 2021-01-21  9:50 UTC  (5+ messages)

[PATCH 0/2] Add ipv6 hostfwd support
 2021-01-21  9:41 UTC  (4+ messages)
` [PATCH 1/2] slirp: "
` [PATCH 2/2] net: Add ipv6_hostfwd option

[PULL 00/14] gitlab-CI, qtests and misc patches
 2021-01-21  9:40 UTC  (2+ messages)

[PATCH 00/11] mirror: cancel nbd reconnect
 2021-01-21  9:32 UTC  (26+ messages)
` [PATCH 01/11] block: add new BlockDriver handler: bdrv_cancel_in_flight
` [PATCH 02/11] block/nbd: implement .bdrv_cancel_in_flight
` [PATCH 03/11] block/raw-format: implement .bdrv_cancel_in_flight handler
` [PATCH 04/11] job: add .cancel handler for the driver
` [PATCH 05/11] block/mirror: implement .cancel job handler
` [PATCH 06/11] iotests/264: fix style
` [PATCH 07/11] iotests/264: move to python unittest
` [PATCH 08/11] iotests.py: qemu_nbd_popen: remove pid file after use
` [PATCH 09/11] iotests/264: add mirror-cancel test-case
` [PATCH 10/11] block/backup: implement .cancel job handler
` [PATCH 11/11] iotests/264: add backup-cancel test-case

Thread safety of coroutine-sigaltstack
 2021-01-21  9:27 UTC  (3+ messages)

[PATCH v7 00/13] Generalize memory encryption models
 2021-01-21  9:08 UTC  (5+ messages)
` [PATCH v7 02/13] confidential guest support: Introduce new confidential guest support class

[PATCH 0/2] meson: Further cleanup of summary
 2021-01-21  8:50 UTC  (2+ messages)

[PATCH v3 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-01-21  8:45 UTC  (10+ messages)
` [PATCH v3 18/19] i386: "

[PATCH v3 00/17] qapi: static typing conversion, pt1.5
 2021-01-21  7:40 UTC  (12+ messages)
` [PATCH v3 05/17] qapi: pass QAPISchemaModule to visit_module instead of str
` [PATCH v3 10/17] qapi/gen: Combine ._add_[user|system]_module

[PATCH v6 00/11] hvf: Implement Apple Silicon Support
 2021-01-21  7:27 UTC  (15+ messages)
` [PATCH v6 01/11] hvf: Add hypervisor entitlement to output binaries
` [PATCH v6 02/11] hvf: x86: Remove unused definitions
` [PATCH v6 03/11] hvf: Move common code out
` [PATCH v6 04/11] hvf: Introduce hvf vcpu struct
` [PATCH v6 05/11] arm: Set PSCI to 0.2 for HVF
` [PATCH v6 06/11] hvf: Simplify post reset/init/loadvm hooks
` [PATCH v6 07/11] hvf: Add Apple Silicon support
` [PATCH v6 08/11] arm: Add Hypervisor.framework build target
` [PATCH v6 09/11] arm/hvf: Add a WFI handler
` [PATCH v6 10/11] hvf: arm: Add support for GICv3
` [PATCH v6 11/11] hvf: arm: Implement -cpu host

[PATCH v2 0/2] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()
 2021-01-21  7:06 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH 0/6] accel: Restrict TCG-specific code
 2021-01-21  6:56 UTC  (14+ messages)
` [PATCH 1/6] accel/tcg: Make cpu_gen_init() static
` [PATCH 2/6] accel/tcg: Restrict tb_flush_jmp_cache() from other accelerators
` [PATCH 3/6] accel/tcg: Restrict tb_gen_code() "
` [PATCH 4/6] accel/tcg: Declare missing cpu_loop_exit*() stubs
` [RFC PATCH 5/6] accel/tcg: Restrict cpu_io_recompile() from other accelerators
` [RFC PATCH 6/6] softmmu: Restrict watchpoint handlers to TCG accelerator

[PATCH v2 0/4] nbd/server: Quiesce coroutines on context switch
 2021-01-21  5:57 UTC  (3+ messages)

[PATCH 0/4] Introduce a battery, AC adapter, and lid button
 2021-01-21  5:38 UTC  (7+ messages)
` [PATCH 1/4] hw/acpi: Increase the number of possible ACPI interrupts
` [PATCH 2/4] hw/acpi: Introduce the QEMU Battery
` [PATCH 3/4] hw/acpi: Introduce the QEMU AC adapter
` [PATCH 4/4] hw/acpi: Introduce the QEMU lid button

[Qemu-devel] [Bug 1756728] [NEW] virtio-scsi virtio-scsi-single and virtio-blk on raw image, games are not starting
 2021-01-21  4:17 UTC  (2+ messages)
` [Bug 1756728] "

[Qemu-devel] [Bug 1757323] [NEW] blue screen running windows 10 install DVD on qemu
 2021-01-21  4:17 UTC  (2+ messages)
` [Bug 1757323] "

[Qemu-devel] [Bug 1756538] [NEW] Minimal Ubuntu vs. Debian differences
 2021-01-21  4:17 UTC  (2+ messages)
` [Bug 1756538] "

[Qemu-devel] [Bug 1843073] [NEW] Network loose connection for long time under light load guest winxp64 with virtio on i5-8350U
 2021-01-21  4:17 UTC  (2+ messages)
` [Bug 1843073] "

[Qemu-devel] [Bug 1843151] [NEW] Regression: QEMU 4.1.0 qxl and KMS resoluiton only 4x10
 2021-01-21  4:17 UTC  (2+ messages)
` [Bug 1843151] "

[PATCH V4 0/4] bsd-user: Fix some code style problems
 2021-01-21  3:10 UTC  (4+ messages)
` [PATCH V4 4/4] bsd-user: space required after semicolon

[PATCH v2 for-6.0 0/8] nbd reconnect on open
 2021-01-21  2:17 UTC  (10+ messages)
` [PATCH v2 1/8] block/nbd: move initial connect to coroutine
` [PATCH v2 2/8] nbd: allow reconnect on open, with corresponding new options
` [PATCH v2 3/8] iotests.py: fix qemu_tool_pipe_and_status()
` [PATCH v2 4/8] iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()

[PATCH 0/3] Bypass specific network traffic in COLO
 2021-01-21  1:50 UTC  (4+ messages)
` [PATCH 1/3] qapi/net: Add new QMP command for COLO passthrough

[PATCH 00/10] Fixed some bugs and optimized some codes for COLO
 2021-01-21  1:48 UTC  (9+ messages)
` [PATCH 02/10] Fix the qemu crash when guest shutdown during checkpoint
` [PATCH 03/10] Optimize the function of filter_send
` [PATCH 05/10] Optimize the function of packet_new

[PATCH v1 0/2] spapr.c: add 'name' property for hotplugged CPUs nodes
 2021-01-21  0:43 UTC  (5+ messages)
` [PATCH v1 1/2] spapr.c: use g_auto* with 'nodename' in CPU DT functions
` [PATCH v1 2/2] spapr.c: add 'name' property for hotplugged CPUs nodes

[PATCH 7/7] block/rbd: change request alignment to 1 byte
 2021-01-20 23:01 UTC 

[PATCH v3 00/12] hw/block/nvme: misc cmb/pmr patches and bump to v1.4
 2021-01-20 22:29 UTC  (8+ messages)
` [PATCH v3 07/12] hw/block/nvme: remove redundant zeroing of PMR registers
` [PATCH v3 10/12] hw/block/nvme: move cmb logic to v1.4
` [PATCH v3 12/12] hw/block/nvme: lift cmb restrictions

[PATCH v4 00/16] 64bit block-layer: part I
 2021-01-20 22:20 UTC  (3+ messages)
` [PATCH v4 01/16] block: refactor bdrv_check_request: add errp

[PATCH] Deprecate pmem=on with non-DAX capable backend file
 2021-01-20 21:35 UTC  (3+ messages)

[PATCH v7 00/11] Rework iotests/check
 2021-01-20 20:52 UTC  (2+ messages)

[PATCH v3] target/arm: Implement ID_PFR2
 2021-01-20 20:44 UTC 

[PATCH v2 1/1] linux-user/signal: Decode waitid si_code
 2021-01-20 20:12 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).