messages from 2023-10-18 21:58:43 to 2023-10-19 09:56:55 UTC [more...]
[PATCH v5 0/6] virtio: cleanup vhost-user-generic and reduce c&p
2023-10-19 9:56 UTC (2+ messages)
` [PATCH v5 1/6] virtio: split into vhost-user-base and vhost-user-device
[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
2023-10-19 9:50 UTC (8+ messages)
[PATCH 00/61] target/hppa: Implement hppa64-cpu
2023-10-19 9:49 UTC (52+ messages)
` [PATCH 01/61] include/hw/elf: Remove truncating signed casts
` [PATCH 02/61] target/hppa: Remove get_temp
` [PATCH 03/61] target/hppa: Remove get_temp_tl
` [PATCH 04/61] target/hppa: Remove load_const
` [PATCH 06/61] target/hppa: Fix load in do_load_32
` [PATCH 10/61] target/hppa: Fix bb_sar for hppa64
` [PATCH 11/61] target/hppa: Fix extrw and depw with sar "
` [PATCH 12/61] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH 14/61] target/hppa: Implement cpu_list
` [PATCH 17/61] target/hppa: Handle absolute addresses for pa2.0
` [PATCH 18/61] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH 21/61] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH 23/61] target/hppa: Pass d to do_sub_cond
` [PATCH 24/61] target/hppa: Pass d to do_log_cond
` [PATCH 26/61] target/hppa: Pass d to do_unit_cond
` [PATCH 27/61] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH 29/61] target/hppa: Remove TARGET_HPPA64
` [PATCH 30/61] target/hppa: Decode d for logical instructions
` [PATCH 31/61] target/hppa: Decode d for unit instructions
` [PATCH 32/61] target/hppa: Decode d for cmpclr instructions
` [PATCH 33/61] target/hppa: Decode d for add instructions
` [PATCH 34/61] target/hppa: Decode d for sub instructions
` [PATCH 35/61] target/hppa: Decode d for bb instructions
` [PATCH 36/61] target/hppa: Decode d for cmpb instructions
` [PATCH 38/61] target/hppa: Decode ADDB double-word
` [PATCH 39/61] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PATCH 40/61] target/hppa: Implement DEPD, DEPDI
` [PATCH 41/61] target/hppa: Implement EXTRD
` [PATCH 42/61] target/hppa: Implement SHRPD
` [PATCH 43/61] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH 44/61] target/hppa: Implement STDBY
` [PATCH 45/61] target/hppa: Implement IDTLBT, IITLBT
` [PATCH 46/61] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH 47/61] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH 49/61] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PATCH 50/61] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH 51/61] target/hppa: Implement HADD
` [PATCH 52/61] target/hppa: Implement HSUB
` [PATCH 54/61] target/hppa: Implement HSHL, HSHR
` [PATCH 55/61] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH 56/61] target/hppa: Implement MIXH, MIXW
` [PATCH 57/61] target/hppa: Implement PERMH
` [PATCH 58/61] target/hppa: Fix interruption based on default PSW
` [PATCH 59/61] target/hppa: Precompute zero into DisasContext
` [PATCH 60/61] target/hppa: Return zero for r0 from load_gpr
` [PATCH 61/61] target/hppa: Simplify trans_dep*_imm
[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
[RFC PATCH v2 0/6] migration/multifd: Locking changes
2023-10-19 9:08 UTC (5+ 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
[PATCH v3 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
2023-10-19 9:08 UTC (12+ messages)
` [PATCH v3 02/13] memory: Introduce memory_region_iommu_set_iova_ranges
` [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 (30+ messages)
` [PULL 01/29] tcg/ppc: Untabify tcg-target.c.inc
` [PULL 02/29] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
` [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 06/29] tcg/ppc: Use ADDPCIS for the constant pool
` [PULL 07/29] tcg/ppc: Use ADDPCIS in tcg_out_goto_tb
` [PULL 08/29] tcg/ppc: Use PADDI in tcg_out_movi
` [PULL 09/29] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [PULL 10/29] tcg/ppc: Use PLD in tcg_out_movi for constant pool
` [PULL 11/29] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
` [PULL 12/29] tcg/ppc: Use PLD in tcg_out_goto_tb
` [PULL 13/29] tcg/ppc: Disable TCG_REG_TB for Power9/Power10
` [PULL 14/29] tcg: Introduce tcg_use_softmmu
` [PULL 15/29] tcg: Provide guest_base fallback for system mode
` [PULL 16/29] tcg/arm: Use tcg_use_softmmu
` [PULL 17/29] tcg/aarch64: "
` [PULL 18/29] tcg/i386: "
` [PULL 19/29] tcg/loongarch64: "
` [PULL 20/29] tcg/mips: "
` [PULL 21/29] tcg/ppc: "
` [PULL 22/29] tcg/riscv: Do not reserve TCG_GUEST_BASE_REG for guest_base zero
` [PULL 23/29] tcg/riscv: Use tcg_use_softmmu
` [PULL 24/29] tcg/s390x: "
` [PULL 25/29] tcg: drop unused tcg_temp_free define
` [PULL 26/29] tcg: Use constant zero when expanding with divu2
` [PULL 27/29] tcg: Optimize past conditional branches
` [PULL 28/29] tcg: Add tcg_gen_{ld,st}_i128
` [PULL 29/29] target/i386: Use i128 for 128 and 256-bit loads and stores
[PULL 00/32] x86 and build system changes for 2023-10-18
2023-10-18 22:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).