qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 22:31:14 to 2023-10-19 10:49:11 UTC [more...]

[PATCH v2 00/19] target/i386: decoder changes for 8.2
 2023-10-19 10:46 UTC  (12+ messages)
` [PATCH v2 01/19] target/i386: group common checks in the decoding phase
` [PATCH v2 02/19] target/i386: validate VEX.W for AVX instructions
` [PATCH v2 03/19] target/i386: implement SHA instructions
` [PATCH v2 05/19] tests/tcg/i386: test-avx: add test cases for SHA new instructions
` [PATCH v2 06/19] target/i386: accept full MemOp in gen_ext_tl
` [PATCH v2 07/19] target/i386: introduce flags writeback mechanism
` [PATCH v2 08/19] target/i386: implement CMPccXADD
` [PATCH v2 09/19] target/i386: do not clobber A0 in POP translation
` [PATCH v2 11/19] target/i386: move 00-5F opcodes to new decoder
` [PATCH v2 12/19] target/i386: adjust decoding of J operand
` [PATCH v2 13/19] target/i386: split eflags computation out of gen_compute_eflags

[RFC PATCH v2 0/6] migration/multifd: Locking changes
 2023-10-19 10:43 UTC  (11+ messages)
` [RFC PATCH v2 1/6] migration/multifd: Remove channels_ready semaphore
` [RFC PATCH v2 2/6] migration/multifd: Stop checking p->quit in multifd_send_thread
` [RFC PATCH v2 3/6] migration/multifd: Decouple control flow from the SYNC packet
` [RFC PATCH v2 5/6] migration/multifd: Stop setting 'quit' outside of channels
` [RFC PATCH v2 6/6] migration/multifd: Bring back the 'ready' semaphore

[PATCH v14 00/18] plugins: Allow to read registers
 2023-10-19 10:26 UTC  (19+ messages)
` [PATCH v14 01/18] gdbstub: Add num_regs member to GDBFeature
` [PATCH v14 02/18] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v14 03/18] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v14 04/18] target/arm: Use GDBFeature for dynamic XML
` [PATCH v14 05/18] target/ppc: "
` [PATCH v14 06/18] target/riscv: "
` [PATCH v14 07/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v14 08/18] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v14 09/18] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v14 10/18] gdbstub: Simplify XML lookup
` [PATCH v14 11/18] gdbstub: Infer number of core registers from XML
` [PATCH v14 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v14 13/18] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v14 14/18] gdbstub: Expose functions to read registers
` [PATCH v14 15/18] cpu: Call plugin hooks only when ready
` [PATCH v14 16/18] plugins: Use different helpers when reading registers
` [PATCH v14 17/18] plugins: Allow to read registers
` [PATCH v14 18/18] contrib/plugins: Allow to log registers

[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-19 10:27 UTC  (12+ messages)
` [PATCH V6 4/9] hw/acpi: Init GED framework with CPU hotplug events

[PATCH v4 0/5] gdbstub and TCG plugin improvements
 2023-10-19 10:17 UTC  (6+ messages)
` [PATCH v4 3/5] target/riscv: Move misa_mxl_max to class

[PATCH v5 0/6] gdbstub and TCG plugin improvements
 2023-10-19 10:10 UTC  (7+ messages)
` [PATCH v5 1/6] gdbstub: Check if gdb_regs is NULL
` [PATCH v5 2/6] hw/riscv: Use misa_mxl instead of misa_mxl_max
` [PATCH v5 3/6] target/riscv: Remove misa_mxl validation
` [PATCH v5 4/6] target/riscv: Move misa_mxl_max to class
` [PATCH v5 5/6] target/riscv: Validate misa_mxl_max only once
` [PATCH v5 6/6] plugins: Remove an extra parameter

[PATCH v12 00/11] Add VIRTIO sound card
 2023-10-19 10:03 UTC  (12+ messages)
` [PATCH v12 01/11] Add virtio-sound device stub
` [PATCH v12 02/11] Add virtio-sound-pci device
` [PATCH v12 03/11] virtio-sound: handle control messages and streams
` [PATCH v12 04/11] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v12 05/11] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v12 06/11] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
` [PATCH v12 07/11] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v12 08/11] virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
` [PATCH v12 09/11] virtio-sound: implement audio output (TX)
` [PATCH v12 10/11] virtio-sound: implement audio capture (RX)
` [PATCH v12 11/11] docs/system: add basic virtio-snd documentation

[PATCH v26 00/21] s390x: CPU Topology
 2023-10-19  9:57 UTC  (5+ messages)
` [PATCH v26 01/21] qapi: machine.json: change docs regarding CPU topology

[PATCH v5 0/6] virtio: cleanup vhost-user-generic and reduce c&p
 2023-10-19  9:56 UTC  (7+ messages)
` [PATCH v5 1/6] virtio: split into vhost-user-base and vhost-user-device
` [PATCH v5 2/6] hw/virtio: derive vhost-user-rng from vhost-user-base
` [PATCH v5 3/6] hw/virtio: derive vhost-user-gpio "
` [PATCH v5 4/6] hw/virtio: derive vhost-user-i2c "
` [PATCH v5 5/6] hw/virtio: add vhost-user-snd and virtio-snd-pci devices
` [PATCH v5 6/6] docs/system: add a basic enumeration of vhost-user devices

[PATCH 00/61] target/hppa: Implement hppa64-cpu
 2023-10-19  9:49 UTC  (11+ messages)
` [PATCH 02/61] target/hppa: Remove get_temp
` [PATCH 03/61] target/hppa: Remove get_temp_tl
` [PATCH 06/61] target/hppa: Fix load in do_load_32
` [PATCH 12/61] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH 27/61] linux-user/hppa: Fixes for TARGET_ABI32

[PATCH v2 0/4] virtio-mem: Support "x-ignore-shared" migration
 2023-10-19  9:43 UTC  (10+ messages)
` [PATCH v2 1/4] softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping

[PATCH v4 0/4] hw/cxl: Line length reduction and related
 2023-10-19  9:23 UTC  (8+ messages)
` [PATCH v4 2/4] hw/cxl: Use switch statements for read and write of cachemem registers

[QEMU][PATCH v1 0/7] Xen: support grant mappings
 2023-10-19  9:17 UTC  (5+ messages)
` [QEMU][PATCH v1 1/7] xen: when unplugging emulated devices skip virtio devices

[PATCH v3 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-10-19  9:08 UTC  (10+ messages)
` [PATCH v3 03/13] vfio: Collect container iova range info
` [PATCH v3 13/13] vfio: Remove 64-bit IOVA address space assumption

[PATCH 0/2] migration: Simplify handling of zero pages
 2023-10-19  8:52 UTC  (3+ messages)
` [PATCH 1/2] migration: Receiving a zero page non zero is an error
` [PATCH 2/2] migration: Rename ram_handle_compressed() to ram_handle_zero()

[PATCH v5 00/10] Introduce model for IBM's FSI
 2023-10-19  8:30 UTC  (19+ messages)
` [PATCH v5 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v5 02/10] hw/fsi: Introduce IBM's scratchpad
` [PATCH v5 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v5 04/10] hw/fsi: Introduce IBM's FSI
` [PATCH v5 05/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v5 06/10] hw/fsi: Aspeed APB2OPB interface

[PATCH 0/6] hw/ppc: SysBus simplifications
 2023-10-19  8:28 UTC  (15+ messages)
` [PATCH 1/6] hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()
` [PATCH 2/6] hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
` [PATCH 3/6] hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO region
` [PATCH 4/6] hw/ppc/pnv: "
` [PATCH 5/6] hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
` [PATCH 6/6] hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region

[PATCH v2] intel-iommu: Report interrupt remapping faults, fix return value
 2023-10-19  8:18 UTC  (7+ messages)

[PATCH v4 00/12] tests/migration-test: Allow testing older machine types
 2023-10-19  8:07 UTC  (14+ messages)
` [PATCH v4 06/12] tests/qtest/migration: Introduce find_common_machine_version
` [PATCH v4 07/12] tests/qtest/migration: Define a machine for all architectures
` [PATCH v4 08/12] tests/qtest/migration: Specify the geometry of the bootsector
` [PATCH v4 09/12] tests/qtest/migration: Set q35 as the default machine for x86_86
` [PATCH v4 10/12] tests/qtest/migration: Support more than one QEMU binary
` [PATCH v4 11/12] tests/qtest/migration: Allow user to specify a machine type

[PATCH v2 00/12] hw: Strengthen SysBus & QBus API
 2023-10-19  7:46 UTC  (20+ messages)
` [PATCH v2 01/12] hw/i386/amd_iommu: Do not use SysBus API to map local MMIO region
` [PATCH v2 02/12] hw/i386/intel_iommu: "
` [PATCH v2 03/12] hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realize
` [PATCH v2 04/12] hw/misc/allwinner-dramc: Do not use SysBus API to map local MMIO region
` [PATCH v2 05/12] hw/pci-host/bonito: "
` [PATCH v2 06/12] hw/acpi: Realize ACPI_GED sysbus device before accessing it
` [PATCH v2 07/12] hw/arm/virt: Realize ARM_GICV2M "
` [PATCH v2 08/12] hw/isa: Realize ISA BUS "
` [PATCH v2 09/12] hw/s390x/css-bridge: Realize "
` [PATCH v2 10/12] hw/qdev: Ensure parent device is not realized before adding bus
` [PATCH v2 11/12] hw/sysbus: Ensure device is not realized before adding MMIO region
` [PATCH v2 12/12] hw/sysbus: Ensure device is realized before mapping it

[PATCH v2] hw/audio/pcspk: Inline pcspk_init()
 2023-10-19  7:33 UTC 

[PATCH v2 00/11] qapi-go: add generator for Golang interface
 2023-10-19  7:30 UTC  (10+ messages)
` [PATCH v2 02/11] scripts: qapi: black format main.py
` [PATCH v2 11/11] docs: add notes on Golang code generator

Re: [PATCH] virtio-blk: don't start dataplane during the stop of dataplane
 2023-10-19  7:28 UTC 

[PATCH RFC] hw/sh4/sh7750: Add STBCR/STBCR2 register support
 2023-10-19  7:14 UTC  (3+ messages)

[PATCH 0/4] vhost-user-blk: live resize additional APIs
 2023-10-19  7:10 UTC  (16+ messages)
` [PATCH 4/4] qapi: introduce CONFIG_READ event

[RFC PATCH v3 00/78] Strict disable implicit fallthrough
 2023-10-19  7:17 UTC  (3+ messages)
` [RFC PATCH v3 25/78] target/i386: add fallthrough pseudo-keyword

[PATCH v3] target/riscv: pmp: Ignore writes when RW=01
 2023-10-19  6:57 UTC 

[PATCH v2] target/riscv: pmp: Clear pmp/smepmp bits on reset
 2023-10-19  6:56 UTC 

[PATCH v2] Add epmp to extensions list and rename it to smepmp
 2023-10-19  6:55 UTC 

[PATCH v2] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
 2023-10-19  6:49 UTC  (3+ messages)

[PATCH v3 00/10] Validate and test qapi examples
 2023-10-19  6:26 UTC  (5+ messages)
` [PATCH v3 10/10] qapi: scripts: add a generator for qapi's examples

[PATCH v3] qapi: provide a friendly string representation of QAPI classes
 2023-10-19  5:22 UTC  (5+ messages)

[PATCH v13 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-19  5:18 UTC  (4+ messages)

[PATCH] ipmi-bt-test: force ipv4
 2023-10-19  5:17 UTC  (2+ messages)

[PATCH 00/18] target/i386: decoder changes for 8.2
 2023-10-19  4:51 UTC  (13+ messages)
` [PATCH 03/18] target/i386: implement SHA instructions
` [PATCH 08/18] target/i386: implement CMPccXADD
` [PATCH 11/18] target/i386: move 00-5F opcodes to new decoder
` [PATCH 12/18] target/i386: adjust decoding of J operand
` [PATCH 13/18] target/i386: split eflags computation out of gen_compute_eflags
` [PATCH 14/18] target/i386: move 60-BF opcodes to new decoder

[PATCH v1 0/3] Allow user enable/disable LSX/LASX features
 2023-10-19  3:27 UTC  (4+ messages)
` [PATCH v1 2/3] target/loongarch: "

[PATCH v2 00/27] vfio: Adopt iommufd
 2023-10-19  2:29 UTC  (6+ messages)
` [PATCH v2 02/27] vfio: Introduce base object for VFIOContainer and targetted interface

[PULL 0/2] hex queue - GETPC() fixes, shadowing fixes
 2023-10-19  2:17 UTC  (3+ messages)
` [PULL 1/2] target/hexagon: move GETPC() calls to top level helpers
` [PULL 2/2] target/hexagon: fix some occurrences of -Wshadow=local

[PATCH] cpu/cpuid: check CPUID_PAE to determine 36 bit processor address space
 2023-10-19  2:06 UTC  (5+ messages)

[PATCH] i386/pc: Drop pc_machine_kvm_type()
 2023-10-19  1:54 UTC  (3+ messages)

[PATCH 00/17] More build system cleanups, optional non-relocatable installs
 2023-10-19  0:06 UTC  (3+ messages)
` [PATCH 02/17] meson: do not use set10

[PATCH] hw/timer/hpet: fix IRQ routing in legacy support mode
 2023-10-19  0:00 UTC 

[PULL 00/14] linux-user patch queue
 2023-10-18 23:31 UTC  (15+ messages)
` [PULL 01/14] linux-user: Fixes for zero_bss
` [PULL 02/14] linux-user/mips: fix abort on integer overflow
` [PULL 03/14] linux-user/sh4: Fix crashes on signal delivery
` [PULL 04/14] linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch
` [PULL 05/14] linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
` [PULL 06/14] linux-user: Split out die_with_signal
` [PULL 07/14] linux-user: Exit not abort in die_with_backtrace
` [PULL 08/14] linux-user: Detect and report host crashes
` [PULL 09/14] linux-user: Only register handlers for core_dump_signal by default
` [PULL 10/14] linux-user: Map unsupported signals to an out-of-bounds value
` [PULL 11/14] linux-user: Simplify signal_init
` [PULL 12/14] linux-user: Split out host_sig{segv,bus}_handler
` [PULL 13/14] linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP
` [PULL 14/14] linux-user: Remap guest SIGABRT

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-18 23:13 UTC  (4+ messages)
` [PATCH 11/12] hw/xen: automatically assign device index to block devices

[PULL 00/22] vfio queue
 2023-10-18 22:32 UTC  (2+ messages)

[PULL 00/29] tcg patch queue
 2023-10-18 22:25 UTC  (11+ messages)
` [PULL 03/29] tcg/ppc: Reinterpret tb-relative to TB+4
` [PULL 04/29] tcg/ppc: Use ADDPCIS in tcg_out_tb_start
` [PULL 05/29] tcg/ppc: Use ADDPCIS in tcg_out_movi_int
` [PULL 13/29] tcg/ppc: Disable TCG_REG_TB for Power9/Power10
` [PULL 18/29] tcg/i386: Use tcg_use_softmmu
` [PULL 19/29] tcg/loongarch64: "
` [PULL 21/29] tcg/ppc: "
` [PULL 23/29] tcg/riscv: "
` [PULL 25/29] tcg: drop unused tcg_temp_free define
` [PULL 26/29] tcg: Use constant zero when expanding with divu2

[PULL 00/32] x86 and build system changes for 2023-10-18
 2023-10-18 22:32 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).