qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-01 08:18:59 to 2021-12-02 16:46:35 UTC [more...]

[PATCH 0/4] s390x/pci: some small fixes
 2021-12-02 16:41 UTC  (5+ messages)
` [PATCH 1/4] s390x/pci: use a reserved ID for the default PCI group
` [PATCH 2/4] s390x/pci: don't use hard-coded dma range in reg_ioat
` [PATCH 3/4] s390x/pci: use the passthrough measurement update interval
` [PATCH 4/4] s390x/pci: add supported DT information to clp response

[PATCH v3 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-12-02 16:19 UTC  (14+ messages)
` [PATCH v3 17/23] multifd: Use normal pages array on the send side
` [PATCH v3 19/23] multifd: recv side only needs the RAMBlock host address
` [PATCH v3 20/23] multifd: Rename pages_used to normal_pages
` [PATCH v3 21/23] multifd: Support for zero pages transmission

Suggestions for TCG performance improvements
 2021-12-02 15:31 UTC 

[PATCH v7 0/3] support dirty restraint on vCPU
 2021-12-02 16:02 UTC  (3+ messages)
  ` [PATCH v7 3/3] cpus-common: implement dirty page limit "

[PATCH v2 0/6] aio-posix: split poll check from ready handler
 2021-12-02 15:55 UTC  (9+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] virtio: get rid of VirtIOHandleAIOOutput
` [PATCH v2 3/6] virtio-blk: drop unused virtio_blk_handle_vq() return value
` [PATCH v2 4/6] virtio-scsi: prepare virtio_scsi_handle_cmd for dataplane
` [PATCH v2 5/6] virtio: use ->handle_output() instead of ->handle_aio_output()
` [PATCH v2 6/6] virtio: unify dataplane and non-dataplane ->handle_output()

[PATCH v4] s390: kvm: adjust diag318 resets to retain data
 2021-12-02 15:54 UTC  (4+ messages)

[PATCH v2 00/11] 9p: Add support for darwin
 2021-12-02 15:35 UTC  (5+ messages)
` [PATCH v2 03/11] 9p: darwin: Handle struct stat(fs) differences

[RFC v2 0/4] tls: add macros for coroutine-safe TLS variables
 2021-12-02 14:57 UTC  (10+ messages)
` [RFC v2 1/4] "
` [RFC v2 2/4] util/async: replace __thread with QEMU TLS macros
` [RFC v2 3/4] rcu: use coroutine "
` [RFC v2 4/4] cpus: use coroutine TLS macros for iothread_locked

[PATCH 00/14] ppc/pnv: Add support for user created PHB3/PHB4 devices
 2021-12-02 14:42 UTC  (15+ messages)
` [PATCH 01/14] ppc/pnv: Reduce the maximum of PHB3 devices
` [PATCH 02/14] ppc/pnv: Drop the "num-phbs" property
` [PATCH 03/14] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
` [PATCH 04/14] ppc/pnv: Introduce support for user created PHB3 devices
` [PATCH 05/14] ppc/pnv: Reparent user created PHB3 devices to the PnvChip
` [PATCH 06/14] ppc/pnv: Complete user created PHB3 devices
` [PATCH 07/14] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
` [PATCH 08/14] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
` [PATCH 09/14] ppc/pnv: Introduce a "chip" property under the PHB4 model
` [PATCH 10/14] ppc/pnv: Introduce a num_stack class attribute
` [PATCH 11/14] ppc/pnv: Compute the PHB index from the PHB4 PEC model
` [PATCH 12/14] ppc/pnv: Remove "system-memory" property for he "
` [PATCH 13/14] ppc/pnv: Move realize of PEC stacks under the "
` [PATCH 14/14] ppc/pnv: Introduce support for user created PHB4 devices

[PATCH] aio-posix: split poll check from ready handler
 2021-12-02 14:39 UTC  (4+ messages)

[PATCH v5 0/6] MSG_ZEROCOPY + multifd
 2021-12-02 12:10 UTC  (21+ messages)
` [PATCH v5 4/6] migration: Add zerocopy parameter for QMP/HMP for Linux
` [PATCH v5 6/6] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)

[PATCH] edid: set default resolution to 1280x800 (WXGA)
 2021-12-02 11:42 UTC  (5+ messages)

[PATCH] tests/plugin/syscall.c: fix compiler warnings
 2021-12-02 11:08 UTC  (4+ messages)

[PATCH 0/2] MIPS misc fixes
 2021-12-02 10:51 UTC  (4+ messages)
` [PATCH 1/2] hw/mips: bootloader: Fix write_ulong

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-12-02 10:32 UTC  (3+ messages)
` [RFC PATCH v3 14/31] acpi/pci: Consolidate host bridge setup

[PATCH RFC 00/11] vl: Explore redesign of startup
 2021-12-02 10:26 UTC  (13+ messages)
` [PATCH RFC 01/11] vl: Cut off the CLI with an axe
` [PATCH RFC 02/11] vl: Drop x-exit-preconfig
` [PATCH RFC 03/11] vl: Hardcode a QMP monitor on stdio for now
` [PATCH RFC 04/11] vl: Hardcode a VGA device "
` [PATCH RFC 05/11] vl: Demonstrate (bad) CLI wrapped around QMP
` [PATCH RFC 06/11] vl: Factor qemu_until_phase() out of qemu_init()
` [PATCH RFC 07/11] vl: Implement qemu_until_phase() running from arbitrary phase
` [PATCH RFC 08/11] vl: Implement qemu_until_phase() running to "
` [PATCH RFC 09/11] vl: New QMP command until-phase
` [PATCH RFC 10/11] vl: Disregard lack of 'allow-preconfig': true
` [PATCH RFC 11/11] vl: Enter main loop in phase @machine-initialized

How to enable virgl in headless mode?
 2021-12-02 10:03 UTC  (4+ messages)

[PATCH] QIO: Add force_quit to the QIOChannel to ensure QIO exits cleanly in some corner case
 2021-12-02  9:54 UTC  (9+ messages)

[RFC PATCH v2 00/44] TDX support
 2021-12-02  8:56 UTC  (4+ messages)
` [RFC PATCH v2 11/44] i386/tdx: Implement user specified tsc frequency

Redesign of QEMU startup & initial configuration
 2021-12-02  6:57 UTC 

[PATCH v2] docs: Minor updates on the powernv documentation
 2021-12-02  6:51 UTC  (2+ messages)

[PULL for-6.2 0/3] Ide patches
 2021-12-02  6:17 UTC  (2+ messages)
` [PULL for-6.2 1/3] hw/block/fdc: Extract blk_create_empty_drive()

[PATCH v9 00/10] PMU-EBB support for PPC64 TCG
 2021-12-02  2:42 UTC  (12+ messages)
` [PATCH v9 01/10] target/ppc: introduce PMUEventType and PMU overflow timers
` [PATCH v9 02/10] target/ppc: PMU basic cycle count for pseries TCG
` [PATCH v9 03/10] target/ppc: PMU: update counters on PMCs r/w
` [PATCH v9 04/10] target/ppc: PMU: update counters on MMCR1 write
` [PATCH v9 05/10] target/ppc: enable PMU counter overflow with cycle events
` [PATCH v9 06/10] target/ppc: enable PMU instruction count
` [PATCH v9 07/10] target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
` [PATCH v9 08/10] PPC64/TCG: Implement 'rfebb' instruction
` [PATCH v9 09/10] target/ppc: PMU Event-Based exception support
` [PATCH v9 10/10] target/ppc/excp_helper.c: EBB handling adjustments

[PATCH-for-6.2] docs: add a word of caution on x-native-hotplug property for pcie-root-ports
 2021-12-02  5:21 UTC  (5+ messages)

[PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation
 2021-12-02  3:53 UTC  (4+ messages)
` [PATCH 2/2] intel_iommu: Only allow interrupt remapping to be enabled if it's supported

[PATCH] virtio: signal after wrapping packed used_idx
 2021-12-02  3:11 UTC  (4+ messages)

[PATCH v8 00/10] PMU-EBB support for PPC64 TCG
 2021-12-02  1:23 UTC  (7+ messages)
` [PATCH v8 06/10] target/ppc: enable PMU instruction count

[PATCH] hw/i386/vmmouse: Require 'i8042' property to be set
 2021-12-01 22:32 UTC 

[PATCH v12 00/26] Add LoongArch linux-user emulation support
 2021-12-01 21:28 UTC  (29+ messages)
` [PATCH v12 01/26] target/loongarch: Add README
` [PATCH v12 02/26] target/loongarch: Add core definition
` [PATCH v12 03/26] target/loongarch: Add main translation routines
` [PATCH v12 04/26] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v12 05/26] target/loongarch: Add fixed point shift "
` [PATCH v12 06/26] target/loongarch: Add fixed point bit "
` [PATCH v12 07/26] target/loongarch: Add fixed point load/store "
` [PATCH v12 08/26] target/loongarch: Add fixed point atomic "
` [PATCH v12 09/26] target/loongarch: Add fixed point extra "
` [PATCH v12 10/26] target/loongarch: Add floating point arithmetic "
` [PATCH v12 11/26] target/loongarch: Add floating point comparison "
` [PATCH v12 12/26] target/loongarch: Add floating point conversion "
` [PATCH v12 13/26] target/loongarch: Add floating point move "
` [PATCH v12 14/26] target/loongarch: Add floating point load/store "
` [PATCH v12 15/26] target/loongarch: Add branch "
` [PATCH v12 16/26] target/loongarch: Add disassembler
` [PATCH v12 17/26] linux-user: Add LoongArch generic header files
` [PATCH v12 18/26] linux-user: Add LoongArch specific structures
` [PATCH v12 19/26] linux-user: Add LoongArch signal support
` [PATCH v12 20/26] linux-user: Add LoongArch elf support
` [PATCH v12 21/26] linux-user: Add LoongArch syscall support
` [PATCH v12 22/26] linux-user: Add LoongArch cpu_loop support
` [PATCH v12 23/26] default-configs: Add loongarch linux-user support
` [PATCH v12 24/26] target/loongarch: Add target build suport
` [PATCH v12 25/26] target/loongarch: 'make check-tcg' support
` [PATCH v12 26/26] scripts: add loongarch64 binfmt config

[PATCH v4 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-12-01 17:58 UTC  (5+ messages)
` [PATCH v4 1/3] target/ppc: Fixed call to deferred exception
` [PATCH v4 2/3] test/tcg/ppc64le: test mtfsf
` [PATCH v4 3/3] target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52

Questiones About MORPHUZZ (the generic-fuzzer)
 2021-12-01 17:02 UTC 

[ANNOUNCE] QEMU 6.2.0-rc3 is now available
 2021-12-01 16:09 UTC 

[PATCH v4 00/11] Xilinx Versal's PMC SLCR and OSPI support
 2021-12-01 15:40 UTC  (12+ messages)
` [PATCH v4 01/11] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v4 02/11] hw/arm/xlnx-versal: Connect "
` [PATCH v4 03/11] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
` [PATCH v4 04/11] hw/dma: Add the DMA control interface
` [PATCH v4 05/11] hw/dma/xlnx_csu_dma: Implement "
` [PATCH v4 06/11] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v4 07/11] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PATCH v4 08/11] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g
` [PATCH v4 09/11] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI
` [PATCH v4 10/11] MAINTAINERS: Add an entry for Xilinx Versal OSPI
` [PATCH v4 11/11] docs/devel: Add documentation for the DMA control interface

[PATCH v3 00/10] Xilinx Versal's PMC SLCR and OSPI support
 2021-12-01 15:40 UTC  (4+ messages)
` [PATCH v3 04/10] hw/dma: Add the DMA control interface

[PULL 0/1] MAINTAINERS update
 2021-12-01 13:49 UTC  (3+ messages)

[PATCH 0/2] migration: multifd live migration improvement
 2021-12-01 14:15 UTC  (11+ messages)
` [PATCH 1/2] multifd: use qemu_sem_timedwait in multifd_recv_thread to avoid waiting forever

Odd square bracket encoding in QOM names
 2021-12-01 13:58 UTC  (3+ messages)

[PATCH 0/4] firmware: qemu_fw_cfg: misc bug fixes
 2021-12-01 13:25 UTC  (5+ messages)
` [PATCH 1/4] firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
` [PATCH 2/4] firmware: qemu_fw_cfg: fix kobject leak in probe error path
` [PATCH 3/4] firmware: qemu_fw_cfg: fix sysfs information leak
` [PATCH 4/4] firmware: qemu_fw_cfg: remove sysfs entries explicitly

[PATCH] target/arm: Correct calculation of tlb range invalidate length
 2021-12-01 13:08 UTC  (2+ messages)

[PATCH for-7.0 0/4] qemu-common.h include cleanup
 2021-12-01 13:05 UTC  (4+ messages)
` [PATCH for-7.0 3/4] target/rx/cpu.h: Don't include qemu-common.h

[PATCH for-7.0] rtc: Move RTC function prototypes to their own header
 2021-12-01 12:58 UTC  (2+ messages)

[PATCH v4] target/ppc: fix Hash64 MMU update of PTE bit R
 2021-12-01 12:37 UTC  (6+ messages)

[PATCH v6 00/18] Adding partial support for 128-bit riscv target
 2021-12-01 12:33 UTC  (3+ messages)
` [PATCH v6 08/18] target/riscv: moving some insns close to similar insns

Follow-up on the CXL discussion at OFTC
 2021-12-01 10:29 UTC  (13+ messages)

[PATCH for-7.0 0/4] qtest patches for binaries with reduced machines
 2021-12-01 10:43 UTC  (5+ messages)
` [PATCH for-7.0 1/4] tests/qtest: Run the PPC 32-bit tests with the 64-bit target binary, too
` [PATCH for-7.0 2/4] tests/qtest: Fence the tests that need xlnx-zcu102 with CONFIG_XLNX_ZYNQMP_ARM
` [PATCH for-7.0 3/4] tests/qtest: Add a function that gets a list with available machine types
` [PATCH for-7.0 4/4] tests/qtest: Add a function to check whether a machine is available

[RFC PATCH v2 0/4] QEMU/openbios: PPC Software TLB support in the G4 family
 2021-12-01 10:09 UTC  (3+ messages)
` [RFC PATCH v2 4/4] tests/avocado: ppc: Add smoke tests for MPC7400 and MPC7450 families

[PATCH 0/1] hw/arm/virt: Support for virtio-mem-pci
 2021-12-01  9:03 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] gitlab-ci.d/buildtest: Add jobs that run the device-crash-test
 2021-12-01  8:44 UTC  (3+ messages)

[PATCH v1 0/3] virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
 2021-12-01  8:23 UTC  (3+ 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).