messages from 2023-07-02 01:36:45 to 2023-07-03 09:56:25 UTC [more...]
[PATCH for-8.1? 00/24] linux-user: mmap range fixes
2023-07-03 9:51 UTC (17+ messages)
` [PATCH 01/24] linux-user: Use assert in mmap_fork_start
` [PATCH 02/24] linux-user: Fix formatting of mmap.c
` [PATCH 03/24] linux-user/strace: Expand struct flags to hold a mask
` [PATCH 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h
` [PATCH 05/24] linux-user: Split TARGET_PROT_* "
` [PATCH 06/24] linux-user: Populate more bits in mmap_flags_tbl
` [PATCH 07/24] accel/tcg: Introduce page_check_range_empty
` [PATCH 09/24] linux-user: Implement MAP_FIXED_NOREPLACE
[PATCH v2 0/2] Fix PSIHB interrupts init PQ state
2023-07-03 9:50 UTC (6+ messages)
` [PATCH v2 1/2] pnv/xive: Add property on xive sources to define PQ state on reset
` [PATCH v2 2/2] pnv/psi: Initialize the PSIHB interrupts to match hardware
[PATCH v4] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
2023-07-03 9:35 UTC (2+ messages)
[PATCH] ui: Link dbus-display with pixman again
2023-07-03 9:29 UTC (3+ messages)
[PATCH] net: add initial support for AF_XDP network backend
2023-07-03 9:03 UTC (16+ messages)
[PATCH] qemu-options.hx: Fix indentation of some option descriptions
2023-07-03 8:45 UTC (2+ messages)
[PATCH 00/21] q800: add support for booting MacOS Classic - part 2
2023-07-03 8:30 UTC (27+ messages)
` [PATCH 01/21] q800-glue.c: convert to Resettable interface
` [PATCH 02/21] q800: add djMEMC memory controller
` [PATCH 03/21] q800: add machine id register
` [PATCH 04/21] q800: implement additional machine id bits on VIA1 port A
` [PATCH 05/21] q800: add IOSB subsystem
` [PATCH 06/21] q800: allow accesses to RAM area even if less memory is available
` [PATCH 07/21] audio: add Apple Sound Chip (ASC) emulation
` [PATCH 08/21] asc: generate silence if FIFO empty but engine still running
` [PATCH 09/21] q800: add Apple Sound Chip (ASC) audio to machine
` [PATCH 10/21] q800: add easc bool machine class property to switch between ASC and EASC
` [PATCH 11/21] swim: add trace events for IWM and ISM registers
` [PATCH 12/21] swim: split into separate IWM and ISM register blocks
` [PATCH 13/21] swim: update IWM/ISM register block decoding
` [PATCH 14/21] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK
` [PATCH 15/21] mac_via: workaround NetBSD ADB bus enumeration issue
` [PATCH 16/21] mac_via: implement ADB_STATE_IDLE state if shift register in input mode
` [PATCH 17/21] mac_via: always clear ADB interrupt when switching to A/UX mode
` [PATCH 18/21] q800: add ESCC alias at 0xc000
` [PATCH 19/21] q800: add alias for MacOS toolbox ROM at 0x40000000
` [PATCH 20/21] mac_via: allow unaligned access to VIA1 registers
` [PATCH 21/21] mac_via: extend timer calibration hack to work with A/UX
[PATCH v5 0/2] vhost: register and change IOMMU flag depending on ATS state
2023-07-03 8:25 UTC (2+ messages)
[PATCH v2] pnv/xive2: Fix TIMA offset for indirect access
2023-07-03 8:23 UTC (2+ messages)
How do you represent a host gcc and a cross gcc in lcitool?
2023-07-03 8:22 UTC (6+ messages)
[PATCH v4 00/38] maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR)
2023-07-03 8:00 UTC (9+ messages)
` [PATCH v4 08/38] tests/qtests: clean-up and fix leak in generic_fuzz
` [PATCH v4 14/38] tests/lcitool: introduce qemu-minimal
` [PATCH v4 15/38] tests/docker: convert riscv64-cross to lcitool
` [PATCH v4 28/38] gdbstub: lightly refactor connection to avoid snprintf
[PATCH v2] hw/ide/piix: properly initialize the BMIBA register
2023-07-03 7:59 UTC (3+ messages)
[RISC-V] ERROR:../accel/tcg/cpu-exec.c:1028:cpu_exec_setjmp: assertion failed: (cpu == current_cpu)
2023-07-03 7:52 UTC
[PATCH] riscv: Generate devicetree only after machine initialization is complete
2023-07-03 7:46 UTC (2+ messages)
[PATCH v2] os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' option
2023-07-03 7:44 UTC
[PATCH v6 0/7] VFIO migration related refactor and bug fix
2023-07-03 7:15 UTC (6+ messages)
` [PATCH v6 3/7] vfio/pci: Disable INTx in vfio_realize error path
` [PATCH v6 4/7] vfio/migration: Change vIOMMU blocker from global to per device
` [PATCH v6 5/7] vfio/migration: Free resources when vfio_migration_realize fails
` [PATCH v6 6/7] vfio/migration: Remove print of "Migration disabled"
` [PATCH v6 7/7] vfio/migration: Return bool type for vfio_migration_realize()
[PATCH v3 0/1] target/riscv: Add support for BF16 extensions
2023-07-03 7:17 UTC (2+ messages)
` [PATCH v3 1/1] target/riscv: Add disas "
[PATCH RFC v2 0/2] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX_EXTRA commands support
2023-07-03 6:59 UTC (3+ messages)
` [PATCH RFC v2 1/2] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA feature
` [PATCH RFC v2 2/2] vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ
[PATCH v3 0/2] vdpa: Refactor vdpa_feature_bits array
2023-07-03 6:54 UTC (3+ messages)
[PATCH v5 0/7] VFIO migration related refactor and bug fix
2023-07-03 6:28 UTC (9+ messages)
` [PATCH v5 3/7] vfio/pci: Disable INTx in vfio_realize error path
` [PATCH v5 4/7] vfio/migration: Return bool type for some vfio migration related functions
` [PATCH v5 5/7] vfio/migration: Change vIOMMU blocker from global to per device
[PATCH v7] riscv: Add support for the Zfa extension
2023-07-03 6:26 UTC
[PATCH v7 0/9] net: Pad short frames for network backends
2023-07-03 6:24 UTC (3+ messages)
[PATCH v6] riscv: Add support for the Zfa extension
2023-07-03 6:21 UTC (3+ messages)
[PATCH v6 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port
2023-07-03 6:08 UTC (12+ messages)
[PATCH] hw/vfio/pci-quirks: Sanitize capability pointer
2023-07-03 6:07 UTC (2+ messages)
[Bug 2025586] [NEW] Align the iov length to the logical block size
2023-07-03 5:36 UTC (3+ messages)
` [Bug 2025586] "
[PATCH 1/1] pcie: Add hotplug detect state register to w1cmask
2023-07-03 5:20 UTC (7+ messages)
[PATCH 0/3] pci: Fix ARI next function numbers
2023-07-03 5:15 UTC (9+ messages)
` [PATCH 1/3] docs: Fix next function numbers in SR/IOV documentation
` [PATCH 2/3] hw/nvme: Fix ARI next function numbers
` [PATCH 3/3] igb: "
[PATCH v3 0/2] pcie: Fix ARI next function numbers
2023-07-03 4:54 UTC (7+ messages)
` [PATCH v3 1/2] pcie: Use common ARI next function number
` [PATCH v3 2/2] pcie: Specify 0 for ARI next function numbers
QEMU RISC-V
2023-07-03 4:15 UTC (2+ messages)
[PATCH] STM32F100: support different density lines
2023-07-03 4:06 UTC (6+ messages)
[PATCH] target/riscv: Set the correct exception for implict G-stage translation fail
2023-07-03 3:37 UTC (3+ messages)
[PATCH v4 0/6] hw/riscv: Add TPM support to the virt board
2023-07-03 3:10 UTC (5+ messages)
` [PATCH v4 6/6] hw/riscv: Enable TPM backends
[PATCH v2 0/6] target/riscv: Add support for BF16 extensions
2023-07-03 3:08 UTC (5+ messages)
` [PATCH v2 1/6] target/riscv: Add properties "
` [PATCH v2 6/6] target/riscv: Add disas support "
[PATCH] linux-user/riscv: Add syscall riscv_hwprobe
2023-07-03 2:51 UTC (4+ messages)
[PATCH 0/2] hw/riscv/virt: Restrict ACLINT to TCG
2023-07-03 2:47 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH 1/2] target/riscv: Remove redundant check in pmp_is_locked
2023-07-03 2:42 UTC (2+ messages)
[PATCH v5 1/1] target/riscv: Add RVV registers to log
2023-07-03 2:37 UTC (3+ messages)
[PATCH 0/2] target/riscv: Only build qemu-system-riscv$$ on rv$$ host
2023-07-03 2:26 UTC (3+ messages)
[PATCH v4 0/8] i386: Make Intel PT configurable
2023-07-03 2:03 UTC (2+ messages)
[PATCH v2] target/riscv: Restrict KVM-specific fields from ArchCPU
2023-07-03 1:41 UTC (2+ messages)
[PATCH v6 0/3] Implement the watchdog timer of HiFive 1 rev b
2023-07-03 1:38 UTC (2+ messages)
[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
2023-07-03 1:33 UTC (5+ messages)
` [RFC 7/7] hw/mem/cxl_type3: add read/write support to dynamic capacity
[PATCH v2 0/4] target/riscv: Misc header cleanups
2023-07-03 1:29 UTC (2+ messages)
[PATCH] target/riscv: Remove unuseful KVM stubs
2023-07-03 1:22 UTC (3+ messages)
[PATCH 1/2] roms/opensbi: Upgrade from v1.2 to v1.3
2023-07-03 0:56 UTC (5+ messages)
` [PATCH 2/2] tests/avocado: riscv: Enable 32-bit Spike OpenSBI boot testing
[PATCH v2] piix: fix regression during unplug in Xen HVM domUs
2023-07-02 22:25 UTC (14+ messages)
[PATCH] linux-user/i386: Properly align signal frame
2023-07-02 18:41 UTC (4+ messages)
[Stable-8.0.3 00/54] Patch Round-up for stable 8.0.3, freeze on 2023-07-06
2023-07-02 18:04 UTC (12+ messages)
` [Stable-8.0.3 55/65] ui: return NULL when getting cursor without a console
` [Stable-8.0.3 56/65] virtio-gpu: Make non-gl display updates work again when blob=true
` [Stable-8.0.3 57/65] Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"
` [Stable-8.0.3 58/65] icount: don't adjust virtual time backwards after warp
` [Stable-8.0.3 59/65] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
` [Stable-8.0.3 60/65] vhost: fix vhost_dev_enable_notifiers() error case
` [Stable-8.0.3 61/65] target/ppc: Fix decrementer time underflow and infinite timer loop
` [Stable-8.0.3 62/65] vfio/pci: Fix a segfault in vfio_realize
` [Stable-8.0.3 63/65] vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
` [Stable-8.0.3 64/65] linux-user: Avoid mmap of the last byte of the reserved_va
` [Stable-8.0.3 65/65] ui/gtk: set the area of the scanout texture correctly
[PATCH v7 00/15] Add RISC-V vector cryptographic instruction set support
2023-07-02 15:53 UTC (16+ messages)
` [PATCH v7 01/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v7 02/15] target/riscv: Refactor vector-vector translation macro
` [PATCH v7 03/15] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PATCH v7 04/15] target/riscv: Add Zvbc ISA extension support
` [PATCH v7 05/15] target/riscv: Move vector translation checks
` [PATCH v7 06/15] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v7 07/15] target/riscv: Refactor some of the generic vector functionality
` [PATCH v7 08/15] target/riscv: Add Zvbb ISA extension support
` [PATCH v7 09/15] target/riscv: Add Zvkned "
` [PATCH v7 10/15] target/riscv: Add Zvknh "
` [PATCH v7 11/15] target/riscv: Add Zvksh "
` [PATCH v7 12/15] target/riscv: Add Zvkg "
` [PATCH v7 13/15] crypto: Create sm4_subword
` [PATCH v7 14/15] crypto: Add SM4 constant parameter CK
` [PATCH v7 15/15] target/riscv: Add Zvksed ISA extension support
[PATCH RESEND v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
2023-07-02 14:15 UTC (5+ messages)
` [PATCH RESEND v2 1/2] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
` [PATCH RESEND v2 2/2] target/i386/kvm: get and put AMD pmu registers
[PATCH v2 0/4] pcie: Fix ARI next function numbers
2023-07-02 13:24 UTC (9+ messages)
` [PATCH v2 1/4] docs: Fix next function numbers in SR/IOV documentation
` [PATCH v2 2/4] hw/nvme: Fix ARI next function numbers
` [PATCH v2 3/4] igb: "
` [PATCH v2 4/4] pcie: Note a caveat regarding ARI next function number
[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
2023-07-02 12:36 UTC (7+ messages)
[PATCH] pcie: Release references of virtual functions
2023-07-02 11:21 UTC (5+ messages)
[PATCH 0/4] pci: Compare function number and ARI next function number
2023-07-02 8:57 UTC (14+ messages)
` [PATCH 1/4] docs: Fix next function numbers in SR/IOV documentation
` [PATCH 3/4] igb: Fix ARI next function numbers
` [PATCH 4/4] pci: Compare function number and ARI next function number
[PATCH v2 00/46] Add LoongArch LASX instructions
2023-07-02 6:11 UTC (17+ messages)
` [PATCH v2 01/46] target/loongarch: Add LASX data support
` [PATCH v2 02/46] target/loongarch: meson.build support build LASX
` [PATCH v2 04/46] target/loongarch: Implement xvadd/xvsub
` [PATCH v2 05/46] target/loongarch: Implement xvreplgr2vr
` [PATCH v2 06/46] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v2 07/46] target/loongarch: Implement xvneg
` [PATCH v2 08/46] target/loongarch: Implement xvsadd/xvssub
` [PATCH v2 09/46] target/loongarch: Implement xvhaddw/xvhsubw
[Stable-7.2.4 00/43] Patch Round-up for stable 7.2.4, freeze on 2023-07-06
2023-07-02 4:38 UTC (7+ messages)
` [Stable-7.2.4 44/49] virtio-gpu: Make non-gl display updates work again when blob=true
` [Stable-7.2.4 45/49] icount: don't adjust virtual time backwards after warp
` [Stable-7.2.4 46/49] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
` [Stable-7.2.4 47/49] target/ppc: Fix decrementer time underflow and infinite timer loop
` [Stable-7.2.4 48/49] vfio/pci: Fix a segfault in vfio_realize
` [Stable-7.2.4 49/49] vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
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).