qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 02:26:58 to 2021-03-26 19:57:23 UTC [more...]

[RFC v12 00/65] arm cleanup experiment for kvm-only build
 2021-03-26 19:36 UTC  (24+ 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 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 26/65] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v12 29/65] target/arm: move sve_exception_el out of TCG helpers
` [RFC v12 41/65] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v12 43/65] tests: device-introspect-test: cope with ARM TCG-only devices

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

[PULL for 6.0 0/6] Yank fixes
 2021-03-26 18:18 UTC  (10+ 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 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 v4 0/4] yank: Add chardev tests and fixes
 2021-03-26 16:07 UTC  (9+ messages)
` [PATCH v4 1/4] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PATCH v4 2/4] chardev/char.c: Always pass id to chardev_new
` [PATCH v4 3/4] chardev: Fix yank with the chardev-change case
` [PATCH v4 4/4] tests: Add tests for "

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

[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  (12+ messages)
` [PATCH v3 1/7] ui: add clipboard infrastructure
` [PATCH v3 2/7] ui/vdagent: core infrastructure
` [PATCH v3 3/7] ui/vdagent: add mouse support
` [PATCH v3 4/7] ui/vdagent: add clipboard support
` [PATCH v3 5/7] ui/vnc: "
` [PATCH v3 6/7] ui/gtk: move struct GtkDisplayState to ui/gtk.h
` [PATCH v3 7/7] ui/gtk: add clipboard support

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

[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

docs/qemu-qmp-ref.7 markup messed up
 2021-03-26 14:19 UTC 

[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 v2 0/3] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()
 2021-03-26 14:27 UTC  (3+ messages)
` [PATCH v2 1/3] hw/display/bcm2835_fb: Resize console on reset

[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  (4+ messages)

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

[PATCH v3 1/1] docs/devel: Add VFIO device migration documentation
 2021-03-26 13:18 UTC 

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

[RFC PATCH-for-6.1 00/10] hw/misc: Add memory_region_add_subregion_aliased() helper
 2021-03-26 12:58 UTC  (2+ 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

[PATCH V3] target/riscv: Align the data type of reset vector address
 2021-03-26 11:11 UTC  (4+ messages)

[PATCH for-6.0 0/4] Don't treat all sysbus devices as hotpluggable
 2021-03-26 10:26 UTC  (11+ messages)
` [PATCH for-6.0 1/4] include/hw/boards.h: Document machine_class_allow_dynamic_sysbus_dev()
` [PATCH for-6.0 2/4] machine: Provide a function to check the dynamic sysbus whitelist
` [PATCH for-6.0 3/4] hw/arm/virt: Only try to add valid dynamic sysbus devices to platform bus
` [PATCH for-6.0 4/4] hw/ppc/e500plat: "

[PULL 0/2] Block patches
 2021-03-26 10:22 UTC  (2+ messages)

[Bug 1920752] [NEW] USB SoundCard Passthrough not working on arm64
 2021-03-26  9:59 UTC  (2+ messages)
` [Bug 1920752] "

[PATCH for-6.0] hw/usb/hcd-ehci: Fix crash when showing help of EHCI devices
 2021-03-26  9:51 UTC 

[PATCH] Document qemu-img options data_file and data_file_raw
 2021-03-26  9:24 UTC  (2+ messages)

[RFC PATCH v2 0/3] virtio-net: graceful drop of vhost for TAP
 2021-03-26  9:18 UTC  (6+ messages)

[PATCH] MAINTAINERS: add/replace backups for some s390 areas
 2021-03-26  8:50 UTC  (2+ messages)

[PATCH 0/3] s390x: modularize virtio-gpu-ccw
 2021-03-26  8:40 UTC  (3+ messages)

Fail to create sev-guest object on 6.0.0-rc0
 2021-03-26  8:36 UTC  (3+ messages)

[PATCH 0/5] virtio: Implement generic vhost-user-i2c backend
 2021-03-26  8:33 UTC  (7+ messages)
` [PATCH 3/5] tools/vhost-user-i2c: Add backend driver

[PATCH v4 0/4] vhost-vdpa: add support for configure interrupt
 2021-03-26  8:29 UTC  (5+ messages)
` [PATCH v4 1/4] virtio:add support in "

[Bug 1921468] Re: [UBUNTU 20.04] KVM guest fails to find zipl boot menu index
 2021-03-26  8:02 UTC 

[PATCH 0/7] block/nbd: decouple reconnect from drain
 2021-03-26  8:07 UTC  (13+ messages)
` [PATCH 6/7] "
` [PATCH 7/7] block/nbd: stop manipulating in_flight counter

[PATCH v2 00/10] Acceptance Test: introduce base class for Linux based tests
 2021-03-26  8:06 UTC  (3+ messages)

[Bug 1915063] Re: Windows 10 wil not install using qemu-system-x86_64
 2021-03-26  7:36 UTC 

[PATCH 0/6] Add debug interface to kick/call on purpose
 2021-03-26  7:24 UTC  (8+ messages)
` [PATCH 1/6] qdev: introduce qapi/hmp command for kick/call event
` [PATCH 2/6] virtio: introduce helper function for kick/call device event
` [PATCH 3/6] virtio-blk-pci: implement device event interface for kick/call
` [PATCH 4/6] virtio-scsi-pci: "
` [PATCH 5/6] vhost-scsi-pci: "
` [PATCH 6/6] virtio-net-pci: "

[PATCH] hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()
 2021-03-26  6:56 UTC  (2+ messages)

[PATCH v3] linux-user/s390x: Use the guest pointer for the sigreturn stub
 2021-03-26  6:51 UTC  (3+ messages)

[PATCH 00/28] qapi: Enforce naming rules
 2021-03-26  5:25 UTC  (8+ messages)
` [PATCH 10/28] qapi: Rework name checking in preparation of stricter checking

[Bug 1921444] [NEW] Q35 doesn't support to hot add the 2nd PCIe device to KVM guest
 2021-03-26  5:10 UTC  (4+ messages)
` [Bug 1921444] "

[PATCH V4 0/7] Bypass specific network traffic in COLO
 2021-03-26  2:27 UTC  (10+ messages)
` [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition


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