qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-01 11:11:48 to 2021-09-01 16:34:03 UTC [more...]

[PATCH v4 0/3] memory: Have 'info mtree' remove duplicated Address Space information
 2021-09-01 16:23 UTC  (5+ messages)
` [PATCH v4 1/3] memory: Extract mtree_info_flatview() from mtree_info()
` [PATCH v4 2/3] memory: Extract mtree_info_as() "
` [PATCH v4 3/3] memory: Have 'info mtree' remove duplicated Address Space information

[PATCH v1 0/3] QIOChannel flags + multifd zerocopy
 2021-09-01 15:59 UTC  (13+ messages)
` [PATCH v1 2/3] io: Add zerocopy and errqueue
` [PATCH v1 3/3] migration: multifd: Enable zerocopy

[PATCH] gitlab: Escape git-describe match pattern on Windows hosts
 2021-09-01 16:24 UTC  (7+ messages)

[PATCH v3] memory: Have 'info mtree' remove duplicated Address Space information
 2021-09-01 16:13 UTC  (4+ messages)

[PATCH for 6.1] multifd: Unconditionally unregister yank function
 2021-09-01 15:48 UTC  (2+ messages)

[PATCH v2 0/3] VNC-related HMP/QMP fixes
 2021-09-01 15:17 UTC  (4+ messages)
` [PATCH v2 1/3] monitor/hmp: correctly invert password argument detection again
` [PATCH v2 2/3] monitor/hmp: add support for flag argument with value
` [PATCH v2 3/3] monitor: allow VNC related QMP and HMP commands to take a display ID

9pfs: Twalk crash
 2021-09-01 15:41 UTC  (6+ messages)

[PATCH v3] qemu-sockets: fix unix socket path copy (again)
 2021-09-01 15:59 UTC  (3+ messages)

[PULL 00/56] Block patches
 2021-09-01 15:16 UTC  (57+ messages)
` [PULL 01/56] python: qemu: add timer parameter for qmp.accept socket
` [PULL 02/56] python: Reduce strictness of pylint's duplicate-code check
` [PULL 03/56] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [PULL 04/56] docs/devel/testing: add debug section to the QEMU iotests chapter
` [PULL 05/56] qemu-iotests: add option to attach gdbserver
` [PULL 06/56] qemu-iotests: delay QMP socket timers
` [PULL 07/56] qemu_iotests: insert gdbserver command line as wrapper for qemu binary
` [PULL 08/56] qemu-iotests: add gdbserver option to script tests too
` [PULL 09/56] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests
` [PULL 10/56] qemu-iotests: extend the check script to prepare supporting valgrind for python tests
` [PULL 11/56] qemu-iotests: extend QMP socket timeout when using valgrind
` [PULL 12/56] qemu-iotests: allow valgrind to read/delete the generated log file
` [PULL 13/56] qemu-iotests: insert valgrind command line as wrapper for qemu binary
` [PULL 14/56] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
` [PULL 15/56] qemu-iotests: add option to show qemu binary logs on stdout
` [PULL 16/56] docs/devel/testing: add -p option to the debug section of QEMU iotests
` [PULL 17/56] block/monitor: Consolidate hmp_handle_error calls to reduce redundant code
` [PULL 18/56] raw-format: drop WRITE and RESIZE child perms when possible
` [PULL 19/56] iotests: use with-statement for open() calls
` [PULL 20/56] iotests: use subprocess.DEVNULL instead of open("/dev/null")
` [PULL 21/56] block: introduce bdrv_replace_child_bs()
` [PULL 22/56] block: introduce blk_replace_bs
` [PULL 23/56] qdev-properties: PropertyInfo: add realized_set_allowed field
` [PULL 24/56] qdev: allow setting drive property for realized device
` [PULL 25/56] block: rename backup-top to copy-before-write
` [PULL 26/56] block-copy: move detecting fleecing scheme to block-copy
` [PULL 27/56] block/block-copy: introduce block_copy_set_copy_opts()
` [PULL 28/56] block/backup: set copy_range and compress after filter insertion
` [PULL 29/56] block/backup: move cluster size calculation to block-copy
` [PULL 30/56] block/copy-before-write: relax permission requirements when no parents
` [PULL 31/56] block/copy-before-write: drop extra bdrv_unref on failure path
` [PULL 32/56] block/copy-before-write: use file child instead of backing
` [PULL 33/56] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PULL 34/56] block/copy-before-write: introduce cbw_init()
` [PULL 35/56] block/copy-before-write: cbw_init(): rename variables
` [PULL 36/56] block/copy-before-write: cbw_init(): use file child after attaching
` [PULL 37/56] block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
` [PULL 38/56] block/copy-before-write: cbw_init(): use options
` [PULL 39/56] block/copy-before-write: initialize block-copy bitmap
` [PULL 40/56] block/block-copy: make setting progress optional
` [PULL 41/56] block/copy-before-write: make public block driver
` [PULL 42/56] qapi: publish copy-before-write filter
` [PULL 43/56] python/qemu/machine.py: refactor _qemu_args()
` [PULL 44/56] python/qemu/machine: QEMUMachine: improve qmp() method
` [PULL 45/56] python:QEMUMachine: template typing for self returning methods
` [PULL 46/56] iotests/222: fix pylint and mypy complains
` [PULL 47/56] iotests/222: constantly use single quotes for strings
` [PULL 48/56] iotests: move 222 to tests/image-fleecing
` [PULL 49/56] iotests.py: hmp_qemu_io: support qdev
` [PULL 50/56] iotests/image-fleecing: proper source device
` [PULL 51/56] iotests/image-fleecing: rename tgt_node
` [PULL 52/56] iotests/image-fleecing: prepare for adding new test-case
` [PULL 53/56] iotests/image-fleecing: add test-case for copy-before-write filter
` [PULL 54/56] block/block-copy: block_copy_state_new(): drop extra arguments
` [PULL 55/56] block/export/fuse.c: fix fuse-lseek on uclibc or musl
` [PULL 56/56] block/file-win32: add reopen handlers

[PATCH v2 0/1] hw/arm/aspeed: Allow machine to set UART default
 2021-09-01 16:19 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH 0/3] hw/virtio: Minor housekeeping patches
 2021-09-01 15:56 UTC  (5+ messages)
` [PATCH 1/3] hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU
` [PATCH 2/3] hw/virtio: Remove NULL check in virtio_free_region_cache()

[PATCH] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
 2021-09-01 15:27 UTC  (5+ messages)

[PATCH] tests/vhost-user-bridge.c: Fix typo in help message
 2021-09-01 15:27 UTC 

[qemu-web PATCH] Fix link to Windows page in Wiki
 2021-09-01 15:30 UTC  (2+ messages)

[PATCH] coroutine: resize pool periodically instead of limiting size
 2021-09-01 16:09 UTC 

[PATCH] .mailmap: Fix more contributor entries
 2021-09-01 15:05 UTC  (2+ messages)

[PATCH v1 0/8] Virtio features acknowledged by guest
 2021-09-01  9:08 UTC  (9+ messages)
` [PATCH v1 1/8] qdev-properties: Add read-only 64 bit property
` [PATCH v1 2/8] virtio: Add tracking of the common virtio guest features
` [PATCH v1 3/8] virtio-gpu: Add tracking of the virtio guest feature bits
` [PATCH v1 4/8] virtio-serial: "
` [PATCH v1 5/8] virtio-net: "
` [PATCH v1 6/8] scsi: Add tracking of the acknowledged "
` [PATCH v1 7/8] virtio-blk: Add tracking of the virtio guest "
` [PATCH v1 8/8] virtio-balloon: "

[PATCH] [PATCH] drivers/firmware/qemu_fw_cfg: add RISCV support
 2021-09-01 10:41 UTC 

[PATCH 0/2] elf2dmp: Fix minor Coverity nits
 2021-09-01 14:39 UTC  (3+ messages)
` [PATCH 1/2] elf2dmp: Check curl_easy_setopt() return value
` [PATCH 2/2] elf2dmp: Fail cleanly if PDB file specifies zero block_size

[PATCH v3 0/4] iotests/297: Cover tests/
 2021-09-01 14:33 UTC  (3+ messages)

[RFC 00/10] hw/mos6522: VIA timer emulation fixes and improvements
 2021-09-01 14:32 UTC  (5+ messages)
` [RFC 05/10] hw/mos6522: Don't clear T1 interrupt flag on latch write

[PULL 0/3] Audio 20210901 patches
 2021-09-01 14:12 UTC  (2+ messages)

[PATCH v2] target/i386: Use assert() to sanity-check b1 in SSE decode
 2021-09-01 14:10 UTC 

[PATCH 0/1] hw/arm/aspeed: Allow machine to set serial_hd(0)
 2021-09-01 14:05 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/2] s390x: ccw: A simple test device for virtio CCW
 2021-09-01 13:59 UTC  (4+ messages)

[PATCH v2 0/1] docs: add definitions of terms for CI/testing
 2021-09-01 13:55 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] libqtest: check for g_setenv() failure
 2021-09-01 13:55 UTC  (2+ messages)

[PATCH 0/2] Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry
 2021-09-01 13:49 UTC  (3+ messages)
` [PATCH 2/2] Acceptance Tests: updates to the MAINTAINERS file

[PATCH v3 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-09-01 13:42 UTC  (3+ messages)

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-09-01 13:29 UTC  (7+ messages)
` [PATCH v2 3/3] qapi: "

[PATCH v2 00/17] iotests: support zstd
 2021-09-01 13:14 UTC  (2+ messages)

[PATCH v2] hw/arm/smmuv3: Simplify range invalidation
 2021-09-01 13:14 UTC  (4+ messages)

[PATCH v2] qemu-sockets: fix unix socket path copy (again)
 2021-09-01 13:01 UTC  (2+ messages)

[PULL 00/33] tcg patch queue
 2021-09-01 12:55 UTC  (4+ messages)
` [PULL 30/33] tcg: Allocate sufficient storage in temp_allocate_frame

[PATCH v8 00/34] block: publish backup-top filter
 2021-09-01 13:00 UTC  (9+ messages)
` [PATCH v8 09/34] block/backup: move cluster size calculation to block-copy
` [PATCH v8 28/34] iotests: move 222 to tests/image-fleecing

[PATCH] target/riscv: Fix satp write
 2021-09-01 13:05 UTC  (2+ messages)

[PATCH for-6.2 v3 00/12] mirror: Handle errors after READY cancel
 2021-09-01 12:50 UTC  (19+ messages)
` [PATCH for-6.2 v3 01/12] job: Context changes in job_completed_txn_abort()
` [PATCH for-6.2 v3 05/12] job: @force parameter for job_cancel_sync{, _all}()
  ` [PATCH for-6.2 v3 05/12] job: @force parameter for job_cancel_sync{,_all}()
` [PATCH for-6.2 v3 07/12] job: Add job_cancel_requested()
` [PATCH for-6.2 v3 08/12] mirror: Use job_is_cancelled()
` [PATCH for-6.2 v3 09/12] mirror: Check job_is_cancelled() earlier
` [PATCH for-6.2 v3 10/12] mirror: Stop active mirroring after force-cancel
` [PATCH for-6.2 v3 11/12] mirror: Do not clear .cancelled

[PATCH v2 00/19] target/ppc: DFP instructions using decodetree
 2021-09-01 12:50 UTC  (5+ messages)
` [PATCH v2 09/19] target/ppc: Implement DCFFIXQQ

[PATCH v3 0/6] hw/arm: xilinx_zynq: Fix upstream U-Boot boot failure
 2021-09-01 12:45 UTC  (7+ messages)
` [PATCH v3 1/6] hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase
` [PATCH v3 2/6] hw/char: cadence_uart: Disable transmit when input clock is disabled
` [PATCH v3 3/6] hw/char: cadence_uart: Move clock/reset check to uart_can_receive()
` [PATCH v3 4/6] hw/char: cadence_uart: Convert to memop_with_attrs() ops
` [PATCH v3 5/6] hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}()
` [PATCH v3 6/6] hw/char: cadence_uart: Log a guest error when device is unclocked or in reset

[PATCH] docs/devel: be consistent about example plugin names
 2021-09-01 12:41 UTC  (2+ messages)

[PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets
 2021-09-01 12:23 UTC  (11+ messages)

[PULL v1 00/10] Merge tpm 2021/09/01 v1
 2021-09-01 12:21 UTC  (11+ messages)
` [PULL v1 01/10] tests: Rename TestState to TPMTestState
` [PULL v1 02/10] tests: Add tpm_version field to TPMTestState and fill it
` [PULL v1 03/10] tests: acpi: Prepare for renaming of TPM2 related ACPI files
` [PULL v1 04/10] tests: Add suffix 'tpm2' or 'tpm12' to ACPI table files
` [PULL v1 05/10] tests: acpi: tpm2: Add the renamed ACPI files and drop old ones
` [PULL v1 06/10] tests: tpm: Create TPM 1.2 response in TPM emulator
` [PULL v1 07/10] tests: acpi: prepare for new TPM 1.2 related tables
` [PULL v1 08/10] tests: Use QMP to check whether a TPM device model is available
` [PULL v1 09/10] tests: acpi: Add test cases for TPM 1.2 with TCPA table
` [PULL v1 10/10] tests: acpi: tpm1.2: Add expected TPM 1.2 ACPI blobs

[PATCH] hw/acpi: refactor acpi hp modules so that targets can just use what they need
 2021-09-01 12:19 UTC  (2+ messages)

[RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction
 2021-09-01 12:18 UTC  (4+ messages)
` [RFC PATCH] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35

[PATCH] qemu-sockets: fix unix socket path copy (again)
 2021-09-01 11:58 UTC  (7+ messages)

[PATCH v5 0/4] hw/arm/smmuv3: Support non PCI/PCIe devices
 2021-09-01 12:04 UTC  (5+ messages)
` [PATCH v5 2/4] hw/arm/smmuv3: Update implementation of CFGI commands based on device SID

[PULL v3 0/8] Fuzzing Patches for 2021-09-01
 2021-09-01 11:50 UTC  (9+ messages)
` [PULL v3 1/8] fuzz: fix sparse memory access in the DMA callback
` [PULL v3 2/8] fuzz: adjust timeout to allow for longer inputs
` [PULL v3 3/8] fuzz: make object-name matching case-insensitive
` [PULL v3 4/8] fuzz: add an instrumentation filter
` [PULL v3 5/8] fuzz: use ITIMER_REAL for timeouts
` [PULL v3 6/8] fuzz: unblock SIGALRM so the timeout works
` [PULL v3 7/8] MAINTAINERS: Add myself as a reviewer for Device Fuzzing
` [PULL v3 8/8] MAINTAINERS: add fuzzing reviewer

[PATCH 0/8] ppc: cleanups
 2021-09-01 11:25 UTC  (4+ messages)
` [PATCH 1/8] docs/system: ppc: Update the URL for OpenPOWER firmware images

[PULL 0/6] Vga 20210901 patches
 2021-09-01 11:37 UTC  (2+ messages)

[PATCH v2 0/5] hw/arm: xilinx_zynq: Fix upstream U-Boot boot failure
 2021-09-01 10:52 UTC  (4+ messages)
` [PATCH v2 5/5] hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}()
  ` [PATCH v2 5/5] hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read,write}()

[PATCH v5] block/file-win32: add reopen handlers
 2021-09-01 11:27 UTC  (2+ messages)

[PULL 00/51] target-arm queue
 2021-09-01 10:36 UTC  (15+ messages)
` [PULL 36/51] hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize
` [PULL 37/51] hw/arm/stm32f100: Wire up sysclk and refclk
` [PULL 38/51] hw/arm/stm32f205: "
` [PULL 40/51] hw/arm/stm32vldiscovery: Delete trailing blank line
` [PULL 41/51] hw/arm/nrf51: Wire up sysclk
` [PULL 42/51] hw/arm/stellaris: split stellaris_sys_init()
` [PULL 43/51] hw/arm/stellaris: Wire sysclk up to armv7m
` [PULL 44/51] hw/arm/msf2_soc: Don't allocate separate MemoryRegions
` [PULL 46/51] hw/arm/msf2-soc: Wire up refclk
` [PULL 47/51] hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale
` [PULL 48/51] hw/arm/stellaris: Fix code style issues in GPTM code
` [PULL 49/51] hw/arm/stellaris: Split stellaris-gptm into its own file
` [PULL 50/51] hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale
` [PULL 51/51] arm: Remove system_clock_scale global

[PATCH] block/export/fuse.c: fix fuse-lseek on uclibc or musl
 2021-09-01 11: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).