qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 11:49:54 to 2021-03-27 06:06:16 UTC [more...]

[PATCH v3 1/1] docs/devel: Add VFIO device migration documentation
 2021-03-27  6:04 UTC  (2+ messages)

Bug with Windows tap network when running qemu-system-ppc with Mac OS 9 guest
 2021-03-27  5:13 UTC  (10+ messages)

[PATCH] hw: Do not include hw/irq.h if it is not necessary
 2021-03-27  5:02 UTC 

[Bug 1886793] [NEW] "go install" command fails while running inside s390x docker container on x86_64 host using qemu
 2021-03-27  4:17 UTC  (2+ messages)
` [Bug 1886793] "

A question about the translation granule size supported by the vSMMU
 2021-03-27  2:24 UTC 

[PATCH v2] linux-user: allow NULL msg in recvfrom
 2021-03-27  2:11 UTC 

[PATCH] tap-bsd: Remove special casing for older OpenBSD releases
 2021-03-26 23:49 UTC 

[PATCH v2 0/3] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()
 2021-03-26 23:13 UTC  (4+ messages)
` [PATCH v2 1/3] hw/display/bcm2835_fb: Resize console on reset

[RFC PATCH-for-6.1 00/10] hw/misc: Add memory_region_add_subregion_aliased() helper
 2021-03-26 22:49 UTC  (4+ messages)
` [RFC PATCH-for-6.1 03/10] hw/arm/musicpal: Map flash using memory_region_add_subregion_aliased()

[PATCH v5 0/4] yank: Add chardev tests and fixes
 2021-03-26 21:54 UTC  (6+ messages)
` [PATCH v5 1/4] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PATCH v5 2/4] chardev/char.c: Always pass id to chardev_new
` [PATCH v5 3/4] chardev: Fix yank with the chardev-change case
` [PATCH v5 4/4] tests: Add tests for "

[PATCH 0/6] Add debug interface to kick/call on purpose
 2021-03-26 21:16 UTC  (3+ messages)

[PATCH v4 0/4] yank: Add chardev tests and fixes
 2021-03-26 21:10 UTC  (5+ messages)
` [PATCH v4 4/4] tests: Add tests for yank with the chardev-change case

[PULL for 6.0 0/6] Yank fixes
 2021-03-26 21:00 UTC  (12+ messages)
` [PULL 1/6] yank: Remove dependency on qiochannel
` [PULL 2/6] yank: Always link full yank code
` [PULL 3/6] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PULL 4/6] chardev/char.c: Always pass id to chardev_new
` [PULL 5/6] chardev: Fix yank with the chardev-change case
` [PULL 6/6] tests: Add tests for "

[PATCH v5 0/6] qcow2: fix parallel rewrite and discard (lockless)
 2021-03-26 20:00 UTC  (7+ messages)
` [PATCH v5 1/6] iotests: add qcow2-discard-during-rewrite
` [PATCH v5 2/6] qcow2: fix cache discarding in update_refcount()
` [PATCH v5 3/6] qcow2: introduce is_cluster_free() helper
` [PATCH v5 4/6] qcow2: introduce inflight-write-counters
` [PATCH v5 5/6] qcow2: consider in-flight-writes when freeing clusters
` [PATCH v5 6/6] qcow2: do not discard host clusters during in-flight writes

[PATCH v3 0/2] aspeed: HACE hash Scatter-Gather support
 2021-03-26 19:48 UTC  (4+ messages)
` [PATCH v3 1/2] aspeed: Add Scater-Gather support for HACE Hash
` [PATCH v3 2/2] tests: Aspeed HACE Scatter-Gather tests

docs/qemu-qmp-ref.7 markup messed up
 2021-03-26 20:40 UTC  (2+ messages)

[RFC v12 00/65] arm cleanup experiment for kvm-only build
 2021-03-26 19:37 UTC  (66+ messages)
` [RFC v12 01/65] target/arm: move translate modules to tcg/
` [RFC v12 02/65] target/arm: move helpers "
` [RFC v12 03/65] arm: tcg: only build under CONFIG_TCG
` [RFC v12 04/65] target/arm: tcg: add sysemu and user subdirs
` [RFC v12 05/65] target/arm: tcg: split mte_helper user-only and sysemu code
` [RFC v12 06/65] target/arm: tcg: move sysemu-only parts of debug_helper
` [RFC v12 07/65] target/arm: tcg: split tlb_helper user-only and sysemu-only parts
` [RFC v12 08/65] target/arm: tcg: split m_helper "
` [RFC v12 09/65] target/arm: only build psci for TCG
` [RFC v12 10/65] target/arm: split off cpu-sysemu.c
` [RFC v12 11/65] target/arm: tcg: fix comment style before move to cpu-mmu
` [RFC v12 12/65] target/arm: move physical address translation "
` [RFC v12 13/65] target/arm: fix style in preparation of new cpregs module
` [RFC v12 14/65] target/arm: split cpregs from tcg/helper.c
` [RFC v12 15/65] target/arm: move cpu definitions to common cpu module
` [RFC v12 16/65] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v12 17/65] target/arm: tcg: add stubs for some helpers for non-tcg builds
` [RFC v12 18/65] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v12 19/65] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v12 20/65] target/arm: move arm_hcr_el2_eff from tcg/ to common_cpu
` [RFC v12 21/65] target/arm: split vfp state setting from tcg helpers
` [RFC v12 22/65] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v12 23/65] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v12 24/65] target/arm: move arm_sctlr away from tcg helpers
` [RFC v12 25/65] target/arm: move arm_cpu_list to common_cpu
` [RFC v12 26/65] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v12 27/65] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v12 28/65] target/arm: fixup sve_exception_el code style before move
` [RFC v12 29/65] target/arm: move sve_exception_el out of TCG helpers
` [RFC v12 30/65] target/arm: fix style of arm_cpu_do_interrupt functions before move
` [RFC v12 31/65] target/arm: move exception code out of tcg/helper.c
` [RFC v12 32/65] target/arm: move TCGCPUOps to tcg/tcg-cpu.c
` [RFC v12 33/65] target/arm: move cpu_tcg to tcg/tcg-cpu-models.c
` [RFC v12 34/65] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v12 35/65] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v12 36/65] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v12 37/65] target/arm: cleanup cpu includes
` [RFC v12 38/65] target/arm: remove broad "else" statements when checking accels
` [RFC v12 39/65] target/arm: remove kvm-stub.c
` [RFC v12 40/65] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v12 41/65] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v12 42/65] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v12 43/65] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC v12 44/65] tests: do not run qom-test on all machines for ARM KVM-only
` [RFC v12 45/65] Revert "target/arm: Restrict v8M IDAU to TCG"
` [RFC v12 46/65] target/arm: create kvm cpu accel class
` [RFC v12 47/65] target/arm: move kvm post init initialization to kvm cpu accel
` [RFC v12 48/65] target/arm: add tcg cpu accel class
` [RFC v12 49/65] target/arm: move TCG gt timer creation code in tcg/
` [RFC v12 50/65] target/arm: cpu-sve: new module
` [RFC v12 51/65] target/arm: cpu-sve: split TCG and KVM functionality
` [RFC v12 52/65] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
` [RFC v12 53/65] target/arm: restrict rebuild_hflags_a64 to TARGET_AARCH64
` [RFC v12 54/65] target/arm: arch_dump: restrict ELFCLASS64 to AArch64
` [RFC v12 55/65] target/arm: cpu-exceptions: new module
` [RFC v12 56/65] target/arm: tcg: restrict ZCR cpregs to TARGET_AARCH64
` [RFC v12 57/65] target/arm: tcg-sve: import narrow_vq and change_el functions
` [RFC v12 58/65] target/arm: tcg-sve: rename the "
` [RFC v12 59/65] target/arm: move sve_zcr_len_for_el to TARGET_AARCH64-only cpu-sve
` [RFC v12 60/65] target/arm: cpu-pauth: new module for ARMv8.3 Pointer Authentication
` [RFC v12 61/65] cpu-sve: rename sve_zcr_len_for_el to cpu_sve_get_zcr_len_for_el
` [RFC v12 62/65] target/arm: refactor arm_cpu_finalize_features into cpu64
` [RFC v12 63/65] XXX target/arm: experiment refactoring cpu "max"
` [RFC v12 64/65] target/arm: tcg: remove superfluous CONFIG_TCG check
` [RFC v12 65/65] target/arm: remove v7m stub function for !CONFIG_TCG

[PATCH v2 0/2] qcow2: Force preallocation with data-file-raw
 2021-03-26 20:06 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iotests/244: Test preallocation for data-file-raw

[PATCH V4] file-posix: allow -EBUSY error during ioctl(fd, BLKZEROOUT, range) on block
 2021-03-26 19:39 UTC  (7+ messages)

[PATCH v2 0/2] aspeed: HACE hash Scatter-Gather support
 2021-03-26 19:33 UTC  (4+ messages)
` [PATCH v2 1/2] aspeed: Add Scater-Gather support for HACE Hash
` [PATCH v2 2/2] tests: Aspeed HACE Scatter-Gather tests

[PATCH v5] sphinx: adopt kernel readthedoc theme
 2021-03-26 19:28 UTC  (2+ messages)

[RFC v11 00/55] arm cleanup experiment for kvm-only build
 2021-03-26 19:13 UTC  (9+ messages)
` [RFC v11 45/55] target/arm: cpu-sve: new module
` [RFC v11 47/55] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64

[PATCH v10 0/6] MTE support for KVM guest
 2021-03-26 18:56 UTC  (3+ messages)
` [PATCH v10 1/6] arm64: mte: Sync tags for pages where PTE is untagged

[PATCH for-6.0] hw/timer/renesas_tmr: Add default-case asserts in read_tcnt()
 2021-03-26 18:49 UTC  (3+ messages)

[PATCH] hw: Remove superfluous includes of hw/hw.h
 2021-03-26 18:46 UTC  (2+ messages)

[Qemu-devel] [PULL v5 00/43] hppa-softmmu
 2021-03-26 18:44 UTC  (5+ messages)
` [Qemu-devel] [PULL v5 39/43] hw/hppa: Implement DINO system board

[PATCH] nsis: Install *.elf images
 2021-03-26 18:40 UTC  (2+ messages)

[PATCH v4 00/19] qapi: static typing conversion, pt3
 2021-03-26 18:01 UTC  (13+ messages)
` [PATCH v4 02/19] flake8: Enforce shorter line length for comments and docstrings
` [PATCH v4 05/19] qapi/expr.py: constrain incoming expression types

[PULL 0/9] Fixes 20210326 patches
 2021-03-26 17:50 UTC  (11+ messages)
` [PULL 1/9] usb: Remove "-usbdevice ccid"
` [PULL 2/9] vhost-user-gpu: glFlush before notifying clients
` [PULL 3/9] vhost-user-gpu: fix vugbm_device_init fallback
` [PULL 4/9] vhost-user-gpu: fix cursor move/update
` [PULL 5/9] hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()
` [PULL 6/9] s390x: move S390_ADAPTER_SUPPRESSIBLE
` [PULL 7/9] s390x: add have_virtio_ccw
` [PULL 8/9] s390x: modularize virtio-gpu-ccw
` [PULL 9/9] hw/usb/hcd-ehci: Fix crash when showing help of EHCI devices

[PATCH v3] qapi: introduce 'query-cpu-model-cpuid' action
 2021-03-26 17:30 UTC 

[PATCH 0/3] aspeed: HACE hash Scatter-Gather support
 2021-03-26 17:00 UTC  (9+ messages)
` [PATCH 2/3] aspeed: Add Scater-Gather support for HACE Hash
` [PATCH 3/3] tests: Aspeed HACE Scatter-Gather tests

[PATCH 1/2] Fix the segment fault when calling yank_register_instance
 2021-03-26 16:13 UTC  (8+ messages)
` [PATCH 2/2] Support monitor chardev hotswap with QMP

[PATCH v2] qapi: introduce 'query-cpu-model-cpuid' action
 2021-03-26 15:29 UTC  (4+ messages)

[PATCH v3 0/7] ui: add vdagent implementation and clipboard support
 2021-03-26 15:18 UTC  (6+ messages)
` [PATCH v3 2/7] ui/vdagent: core infrastructure
` [PATCH v3 3/7] ui/vdagent: add mouse support

[PATCH v3 0/5] qemu-iotests: quality of life improvements
 2021-03-26 15:05 UTC  (7+ messages)
` [PATCH v3 1/5] qemu-iotests: do not buffer the test output
` [PATCH v3 2/5] qemu-iotests: allow passing unittest.main arguments to the test scripts
` [PATCH v3 3/5] qemu-iotests: move command line and environment handling from TestRunner to TestEnv
` [PATCH v3 4/5] qemu-iotests: let "check" spawn an arbitrary test command
` [PATCH v3 5/5] qemu-iotests: fix case of SOCK_DIR already in the environment

[PATCH v4] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-03-26 15:01 UTC  (2+ messages)

[PATCH for-6.0] qapi: qom: do not use target-specific conditionals
 2021-03-26 14:50 UTC  (6+ messages)

[PATCH] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-03-26 14:48 UTC  (3+ messages)

[PATCH 0/4] qcow2: Improve refcount structure rebuilding
 2021-03-26 14:38 UTC  (5+ messages)
` [PATCH 1/4] "

[PATCH] iotests/116: Fix reference output
 2021-03-26 14:22 UTC  (2+ messages)

[PATCH] target/arm: Make number of counters in PMCR follow the CPU
 2021-03-26 14:19 UTC  (2+ messages)

[PATCH v3] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-03-26 14:16 UTC  (7+ messages)

[PATCH] hw/arm/smmuv3: Drop unused CDM_VALID() and is_cd_valid()
 2021-03-26 13:54 UTC  (2+ messages)

[PATCH] hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()
 2021-03-26 13:53 UTC  (2+ messages)

[PATCH] net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not set
 2021-03-26 13:52 UTC  (2+ messages)

[PATCH v3 0/3] spapr: nvdimm: Enable sync-dax property for nvdimm
 2021-03-26 13:45 UTC  (6+ messages)
` [PATCH v3 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall

[PATCH v2 0/5] qemu-iotests: quality of life improvements
 2021-03-26 13:40 UTC  (2+ messages)

[PATCH] linux-user: allow NULL msg in recvfrom
 2021-03-26 13:36 UTC  (4+ messages)

[PATCH 1/2] hw/riscv: sifive_u: Allow passing custom DTB
 2021-03-26 13:29 UTC  (3+ messages)

[PATCH v3 0/8] [RfC] fix tracing for modules
 2021-03-26 12:47 UTC  (5+ messages)

[PATCH v5 00/10] target/ppc: Fix truncation of env->hflags
 2021-03-26 12:41 UTC  (5+ messages)
` [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG


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