qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-25 09:36:05 to 2022-02-25 21:03:11 UTC [more...]

[PATCH 00/10] Python: Fix qmp race condition on accept()
 2022-02-25 20:59 UTC  (3+ messages)
` [PATCH 01/10] python/aqmp: add _session_guard()
` [PATCH 02/10] python/aqmp: rename 'accept()' to 'start_server_and_accept()'

[PATCH 0/2] Resolve some redundant property accessors
 2022-02-25 20:48 UTC  (4+ messages)
` [PATCH] virtio/virtio-balloon: Prefer Object* over void* parameter

[PATCH 0/5] qmp-shell modifications for non-interactive use
 2022-02-25 20:40 UTC  (2+ messages)

[PATCH v4 0/7] malta: Fix PCI IRQ levels to be preserved during migration, cleanup
 2022-02-25 20:36 UTC  (2+ messages)

[PATCH v2 00/18] testing and semihosting pre-PR
 2022-02-25 20:29 UTC  (30+ messages)
` [PATCH v2 01/18] tests/docker: restore TESTS/IMAGES filtering
` [PATCH v2 02/18] tests/docker: add NOUSER for alpine image
` [PATCH v2 03/18] tests/lcitool: update to latest version
` [PATCH v2 04/18] tests/docker: update debian-arm64-cross with lci-tool
` [PATCH v2 05/18] tests/docker: update debian-s390x-cross with lcitool
` [PATCH v2 06/18] tests/docker: introduce debian-riscv64-test-cross
` [PATCH v2 07/18] scripts/ci: add build env rules for aarch32 on aarch64
` [PATCH v2 08/18] scripts/ci: allow for a secondary runner
` [PATCH v2 09/18] gitlab: add a new aarch32 custom runner definition
` [PATCH v2 10/18] tests/tcg/ppc64: clean-up handling of byte-reverse
` [PATCH v2 11/18] tests/tcg: build sha1-vector with O3 and compare
` [PATCH v2 12/18] tests/tcg: add sha512 test
` [PATCH v2 13/18] tests/tcg: add vectorised sha512 versions
` [PATCH v2 14/18] travis.yml: Update the s390x jobs to Ubuntu Focal
` [PATCH v2 15/18] gitlab: upgrade the job definition for s390x to 20.04
` [PATCH v2 16/18] tests/tcg: completely disable threadcount for sh4
` [PATCH v2 17/18] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v2 18/18] tests/tcg: port SYS_HEAPINFO to a system test

[PATCH v14 0/4] PMU-EBB support for PPC64 TCG
 2022-02-25 19:58 UTC  (6+ messages)
` [PATCH v14 1/4] target/ppc: make power8-pmu.c CONFIG_TCG only
` [PATCH v14 2/4] target/ppc: finalize pre-EBB PMU logic
` [PATCH v14 3/4] target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
` [PATCH v14 4/4] target/ppc: trigger PERFM EBBs from power8-pmu.c

[PATCH 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-02-25 19:20 UTC  (6+ messages)
` [PATCH 2/2] Added parameter to take screenshot with screendump as PNG

[PATCH v2 0/3] block: Make bdrv_refresh_limits() non-recursive
 2022-02-25 18:54 UTC  (3+ messages)
` [PATCH v2 2/3] iotests: Allow using QMP with the QSD

[PATCH v4] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-25 18:34 UTC  (4+ messages)

[PATCH v5] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-25 17:44 UTC 

[PATCH v2 0/4] target/nios2: Shadow register set, EIC and VIC
 2022-02-25 17:54 UTC  (8+ messages)
` [PATCH v2 2/4] target/nios2: Exteral Interrupt Controller (EIC)
` [PATCH v2 3/4] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH v2 4/4] hw/nios2: Machine with a Vectored Interrupt Controller

[PATCH v3 4/6] i386/pc: relocate 4g start to 1T where applicable
 2022-02-25 17:40 UTC  (20+ messages)

[PATCH v15 0/8] Add vmnet.framework based network backend
 2022-02-25 17:50 UTC  (11+ messages)
` [PATCH v15 1/8] net/vmnet: add vmnet dependency and customizable option
` [PATCH v15 2/8] net/vmnet: add vmnet backends to qapi/net
` [PATCH v15 3/8] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v15 4/8] net/vmnet: implement host mode (vmnet-host)
` [PATCH v15 5/8] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v15 6/8] net/vmnet: update qemu-options.hx
` [PATCH v15 7/8] net/vmnet: update hmp-commands.hx
` [PATCH v15 8/8] net/vmnet: update MAINTAINERS list

[PATCH] qapi: Belatedly adjust limitations documentation
 2022-02-25 17:24 UTC  (2+ messages)

[PATCH] scripts/qmp-shell-wrap: Fix import path
 2022-02-25 17:41 UTC  (2+ messages)

What is the correct way to handle the VirtIO config space in vhost-user?, What is the correct way to handle the VirtIO config space in vhost-user?
 2022-02-25 17:32 UTC 

[PATCH v14 0/8] Add vmnet.framework based network backend
 2022-02-25 17:06 UTC  (10+ messages)
` [PATCH v14 1/8] net/vmnet: add vmnet dependency and customizable option
` [PATCH v14 2/8] net/vmnet: add vmnet backends to qapi/net
` [PATCH v14 3/8] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v14 4/8] net/vmnet: implement host mode (vmnet-host)
` [PATCH v14 5/8] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v14 6/8] net/vmnet: update qemu-options.hx
` [PATCH v14 7/8] net/vmnet: update hmp-commands.hx
` [PATCH v14 8/8] net/vmnet: update MAINTAINERS list

[PATCH v8 00/11] 9p: Add support for darwin
 2022-02-25 16:44 UTC  (7+ messages)
` [PATCH v8 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH v3 00/18] ppc/pnv: Extend the powernv10 machine
 2022-02-25 16:33 UTC  (31+ messages)
` [PATCH v3 01/18] ppc/xive2: Introduce a XIVE2 core framework
` [PATCH v3 02/18] ppc/xive2: Introduce a presenter matching routine
` [PATCH v3 03/18] ppc/pnv: Add a XIVE2 controller to the POWER10 chip
` [PATCH v3 06/18] ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
` [PATCH v3 08/18] ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
` [PATCH v3 09/18] ppc/xive2: Add support for notification injection on ESB pages
` [PATCH v3 10/18] ppc/xive: Add support for PQ state bits offload
` [PATCH v3 11/18] ppc/pnv: Add support for PQ offload on PHB5
` [PATCH v3 12/18] ppc/pnv: Add support for PHB5 "Address-based trigger" mode
` [PATCH v3 13/18] pnv/xive2: Introduce new capability bits
` [PATCH v3 14/18] ppc/pnv: add XIVE Gen2 TIMA support
` [PATCH v3 15/18] pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)
` [PATCH v3 16/18] xive2: Add a get_config() handler for the router configuration
` [PATCH v3 17/18] pnv/xive2: Add support for automatic save&restore
` [PATCH v3 18/18] pnv/xive2: Add support for 8bits thread id

[RFC PATCH 0/4] ppc: nested TCG migration (KVM-on-TCG)
 2022-02-25 16:11 UTC  (15+ messages)
` [RFC PATCH 1/4] target/ppc: TCG: Migrate tb_offset and decr
` [RFC PATCH 2/4] spapr: TCG: Migrate spapr_cpu->prod
` [RFC PATCH 3/4] hw/ppc: Take nested guest into account when saving timebase
` [RFC PATCH 4/4] spapr: Add KVM-on-TCG migration support

[PATCH v6 00/19] vfio-user server in QEMU
 2022-02-25 16:06 UTC  (5+ messages)
` [PATCH v6 07/19] vfio-user: define vfio-user-server object
` [PATCH v6 10/19] vfio-user: run vfio-user context

[PATCH v3 0/2] VM fork detection for RNG
 2022-02-25 15:57 UTC  (37+ messages)
` [PATCH v3 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v3 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork
      ` [PATCH v4] "

[PATCH 0/4] Fix broken PCIe device after migration
 2022-02-25 15:50 UTC  (18+ messages)
` [PATCH 2/4] pcie: update slot power status only is power control is enabled

[PATCH v4 00/14] Initial support for machine creation via QMP
 2022-02-25 15:31 UTC  (8+ messages)
` [PATCH v4 13/14] hw/mem/system-memory: add a memory sysbus device

[PATCH] qom: assert integer does not overflow
 2022-02-25 14:35 UTC  (2+ messages)

[PULL 0/6] OpenRISC DTS Generation patches for 7.0
 2022-02-25 13:52 UTC  (4+ messages)
` [PULL 1/6] hw/openrisc/openrisc_sim: Create machine state for or1ksim
` [PULL 5/6] hw/openrisc/openrisc_sim: Add automatic device tree generation

[PATCH v5 00/16] host: Support macOS 12
 2022-02-25 13:13 UTC  (12+ messages)
` [PATCH v5 05/16] hvf: Fix OOB write in RDTSCP instruction decode
` [PATCH v5 13/16] ui/cocoa: Add Services menu
` [PATCH v5 15/16] lcitool: refresh
` [PATCH v5 16/16] gitlab-ci: Support macOS 12 via cirrus-run

Call for GSoC and Outreachy project ideas for summer 2022
 2022-02-25 12:55 UTC  (9+ messages)

[PATCH v9 0/3] VNC-related HMP/QMP fixes
 2022-02-25 12:44 UTC  (7+ messages)
` [PATCH v9 1/3] monitor/hmp: add support for flag argument with value
` [PATCH v9 2/3] qapi/monitor: refactor set/expire_password with enums
` [PATCH v9 3/3] qapi/monitor: allow VNC display id in set/expire_password

[PATCH] hw/intc/armv7m_nvic: Fix typo in comment
 2022-02-25 11:44 UTC  (3+ messages)

Fix a potential Use-after-free bug in handle_simd_shift_fpint_conv() (v6.2.0)
 2022-02-25 11:41 UTC  (4+ messages)
  `  "

Fix a potential memory leak bug in write_boot_rom() (v6.2.0)
 2022-02-25 11:37 UTC  (5+ messages)

[PULL 0/6] Python patches
 2022-02-25 11:27 UTC  (2+ messages)

[PATCH v2 0/5] Misc OHCI clean ups
 2022-02-25 11:08 UTC  (4+ messages)

[PATCH v2 0/8] AMX support in Qemu
 2022-02-25 10:40 UTC  (5+ messages)
` [PATCH v2 3/8] x86: Grant AMX permission for guest

[PATCH RFC v1 0/2] VM fork detection for RNG
 2022-02-25 10:40 UTC  (6+ messages)

[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
 2022-02-25 10:32 UTC  (4+ messages)

[PATCH v2] Added parameter to take screenshot with screendump as PNG
 2022-02-25  9:35 UTC  (5+ messages)

[PATCH 0/2] Minor doc fixes
 2022-02-25  8:50 UTC  (2+ messages)

[PATCH v13 0/4] PMU-EBB support for PPC64 TCG
 2022-02-25 10:10 UTC  (4+ messages)
` [PATCH v13 4/4] target/ppc: trigger PERFM EBBs from power8-pmu.c

[PATCH] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-02-25 10:03 UTC  (5+ messages)

[PATCH v2 0/3] qapi: Move RTC_CHANGE back out of target schema
 2022-02-25  8:38 UTC  (2+ messages)

[RFC PATCH v6 00/29] Add LoongArch softmmu support
 2022-02-25  8:02 UTC  (3+ messages)
` [RFC PATCH v6 07/29] target/loongarch: Add LoongArch CSR instruction
` [RFC PATCH v6 14/29] hw/loongarch: Add support loongson3 virt machine type


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