messages from 2023-02-13 14:35:41 to 2023-02-13 22:35:22 UTC [more...]
[PULL 00/10] xenpvh machine
2023-02-13 22:34 UTC (3+ messages)
DMAR fault with qemu 7.2 and Ubuntu 22.04 base image
2023-02-13 22:21 UTC (2+ messages)
[PATCH 1/2] log: Add separate debug option for logging invalid memory accesses
2023-02-13 21:25 UTC (18+ messages)
[PATCH v3] tests/docker: Use binaries for debian-tricore-cross
2023-02-13 21:24 UTC (2+ messages)
[PATCH v3 00/12] qtests vs. default devices
2023-02-13 21:07 UTC (13+ messages)
` [PATCH v3 01/12] tests/qtest: Skip PXE tests for missing devices
` [PATCH v3 02/12] tests/qtest: Do not run lsi53c895a test if device is not present
` [PATCH v3 03/12] tests/qtest: Add dependence on PCIE_PORT for virtio-net-failover.c
` [PATCH v3 04/12] tests/qtest: Don't build virtio-serial-test.c if device not present
` [PATCH v3 05/12] tests/qtest: hd-geo-test: Check for missing devices
` [PATCH v3 06/12] tests/qtest: Fix coding style in device-plug-test.c
` [PATCH v3 07/12] tests/qtest: Skip unplug tests that use missing devices
` [PATCH v3 08/12] tests/qtest: drive_del-test: Skip tests that require "
` [PATCH v3 09/12] tests/qtest: Check for devices in bios-tables-test
` [PATCH v3 10/12] tests/qtest: Do not include hexloader-test if loader device is not present
` [PATCH v3 11/12] tests/qemu-iotests: Require virtio-scsi-pci
` [PATCH v3 12/12] tests/qtest: bios-tables-test: Skip if missing configs
[PATCH v3 0/4] Fix deadlock when dying because of a signal
2023-02-13 20:57 UTC (5+ messages)
` [PATCH v3 1/4] linux-user: Always exit from exclusive state in fork_end()
` [PATCH v3 2/4] cpus: Make {start,end}_exclusive() recursive
` [PATCH v3 3/4] linux-user/microblaze: Handle privileged exception
` [PATCH v3 4/4] tests/tcg/linux-test: Add linux-fork-trap test
[PATCH 0/4] Adds support for running QEMU natively on windows-arm64
2023-02-13 18:08 UTC (8+ messages)
` [PATCH 1/4] util/cacheflush: fix illegal instruction "
` [PATCH 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH 3/4] qga/vss-win32: fix warning for clang++-15
` [PATCH 4/4] target/ppc: fix warning with clang-15
[PATCH] crypto: allow client/server cert chains
2023-02-13 18:00 UTC
[PATCH RESEND v5 00/28] target/arm: Allow CONFIG_TCG=n builds
2023-02-13 20:29 UTC (29+ messages)
` [PATCH RESEND v5 01/28] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [PATCH RESEND v5 02/28] target/arm: wrap psci call with tcg_enabled
` [PATCH RESEND v5 03/28] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [PATCH RESEND v5 04/28] target/arm: Move PC alignment check
` [PATCH RESEND v5 05/28] target/arm: Move cpregs code out of cpu.h
` [PATCH RESEND v5 06/28] target/arm: Move cpregs code into cpregs.c
` [PATCH RESEND v5 07/28] target/arm: Move define_debug_regs() to cpregs.c
` [PATCH RESEND v5 08/28] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [PATCH RESEND v5 09/28] target/arm: move translate modules to tcg/
` [PATCH RESEND v5 10/28] target/arm: move helpers "
` [PATCH RESEND v5 11/28] target/arm: Move psci.c into the tcg directory
` [PATCH RESEND v5 12/28] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [PATCH RESEND v5 13/28] target/arm: Move hflags code into the tcg directory
` [PATCH RESEND v5 14/28] target/arm: Move regime_using_lpae_format into internal.h
` [PATCH RESEND v5 15/28] target/arm: Don't access TCG code when debugging with KVM
` [PATCH RESEND v5 16/28] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [PATCH RESEND v5 17/28] target/arm: Move cortex sysregs into cpregs.c
` [PATCH RESEND v5 18/28] tests/avocado: Skip tests that require a missing accelerator
` [PATCH RESEND v5 19/28] tests/avocado: Tag TCG tests with accel:tcg
` [PATCH RESEND v5 20/28] target/arm: Move 64-bit TCG CPUs into tcg/
` [PATCH RESEND v5 21/28] target/arm: move cpu_tcg to tcg/cpu32.c
` [PATCH RESEND v5 22/28] target/arm: Use "max" as default cpu for the virt machine with KVM
` [PATCH RESEND v5 23/28] tests/qtest: arm-cpu-features: Match tests to required accelerators
` [PATCH RESEND v5 24/28] tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCG
` [PATCH RESEND v5 25/28] target/avocado: Pass parameters to migration test on aarch64
` [PATCH RESEND v5 26/28] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [PATCH RESEND v5 27/28] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
` [PATCH RESEND v5 28/28] gitlab-ci: Check building KVM-only aarch64 target
[PATCH v6 0/4] memory: prevent dma-reentracy issues
2023-02-13 20:26 UTC (4+ messages)
[PATCH v2 0/4] Fix deadlock when dying because of a signal
2023-02-13 20:12 UTC (5+ messages)
` [PATCH v2 1/4] linux-user: Always exit from exclusive state in fork_end()
` [PATCH v2 2/4] cpus: Make {start,end}_exclusive() recursive
[PATCH v4] hw/arm/smmuv3: Add GBPA register
2023-02-13 19:45 UTC (6+ messages)
[PATCH] MAINTAINERS: update my email address for the clock framework
2023-02-13 19:35 UTC (2+ messages)
[PATCH 00/18] target/riscv: Various fixes to gdbstub and CSR access
2023-02-13 19:19 UTC (13+ messages)
` [PATCH 01/18] target/riscv: gdbstub: Check priv spec version before reporting CSR
` [PATCH 02/18] target/riscv: Correct the priority policy of riscv_csrrw_check()
` [PATCH 03/18] target/riscv: gdbstub: Minor change for better readability
` [PATCH 04/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
` [PATCH 05/18] target/riscv: Coding style fixes in csr.c
` [PATCH 06/18] target/riscv: Use 'bool' type for read_only
` [PATCH 07/18] target/riscv: Simplify {read, write}_pmpcfg() a little bit
` [PATCH 08/18] target/riscv: Simplify getting RISCVCPU pointer from env
` [PATCH 09/18] target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
` [PATCH 10/18] target/riscv: gdbstub: Turn on debugger mode before calling CSR predicate()
` [PATCH 11/18] target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xml
[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
2023-02-13 19:19 UTC
[RFC PATCH 00/43] Add LoongArch LSX instructions
2023-02-13 19:18 UTC (5+ messages)
` [RFC PATCH 01/43] target/loongarch: Add vector data type vec_t
[PATCH V2 00/10] Add basic ACPI support for risc-v virt
2023-02-13 18:48 UTC (12+ messages)
` [PATCH V2 01/10] hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fields
` [PATCH V2 02/10] hw/riscv/virt: Add a switch to enable/disable ACPI
` [PATCH V2 03/10] hw/riscv/virt: Add memmap pointer to RiscVVirtState
` [PATCH V2 04/10] hw/riscv/virt: virt-acpi-build.c: Add basic ACPI tables
` [PATCH V2 05/10] hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADT
` [PATCH V2 06/10] hw/riscv/virt: virt-acpi-build.c: Add RHCT Table
` [PATCH V2 07/10] hw/riscv: meson.build: Build virt-acpi-build.c
` [PATCH V2 08/10] hw/riscv/Kconfig: virt: Enable ACPI config option
` [PATCH V2 09/10] hw/riscv/virt.c: Initialize the ACPI tables
` [PATCH V2 10/10] MAINTAINERS: Add entry for RISC-V ACPI
[PATCH v3 00/14] hw: Use QOM macros and remove DO_UPCAST() uses
2023-02-13 18:43 UTC (15+ messages)
` [PATCH v3 01/14] hw/char/serial-pci: Replace DO_UPCAST(PCISerialState) by PCI_SERIAL()
` [PATCH v3 02/14] hw/char/serial-pci-multi: Batch register types using DEFINE_TYPES macro
` [PATCH v3 03/14] hw/char/serial-pci-multi: Introduce PCI_MULTISERIAL QOM abstract parent
` [PATCH v3 04/14] hw/char/serial-pci-multi: Factor multi_serial_class_initfn() out
` [PATCH v3 05/14] hw/char/serial-pci-multi: Replace DO_UPCAST() by PCI_MULTISERIAL()
` [PATCH v3 06/14] hw/ide/qdev: Replace DO_UPCAST(IDEDevice) by IDE_DEVICE()
` [PATCH v3 07/14] hw/ide/qdev: Replace DO_UPCAST(IDEBus) by IDE_BUS()
` [PATCH v3 08/14] hw/net/ne2000-pci: Replace DO_UPCAST(PCINE2000State) by PCI_NE2000()
` [PATCH v3 09/14] hw/net/tulip: Finish QOM conversion
` [PATCH v3 10/14] hw/pci/pci: Replace DO_UPCAST(PCIBus) by PCI_BUS()
` [PATCH v3 11/14] hw/scsi/scsi-bus: Replace DO_UPCAST(SCSIBus) by SCSI_BUS()
` [PATCH v3 12/14] hw/scsi/scsi-bus: Inline two uses of scsi_bus_from_device()
` [PATCH v3 13/14] hw/usb/dev-hub: Use QOM USB_HUB() macro instead of casting
` [PATCH v3 14/14] hw/usb: Replace DO_UPCAST(USBBus) by USB_BUS()
[PATCH v3 0/6] hw/vfio/ccw: hw: Use QOM macros and remove DO_UPCAST() uses
2023-02-13 18:40 UTC (11+ messages)
` [PATCH v3 1/6] hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT()
` [PATCH v3 2/6] hw/vfio/ccw: Simplify using DEVICE() macro
` [PATCH v3 3/6] hw/vfio/ccw: Use intermediate S390CCWDevice variable
` [PATCH v3 4/6] hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()
` [PATCH v3 5/6] hw/vfio/ccw: Remove pointless S390CCWDevice variable
` [PATCH v3 6/6] hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
[PATCH v2] target/arm: Add raw_writes ops for register whose write induce TLB maintenance
2023-02-13 18:38 UTC
[PATCH] usb/dev-wacom: fix OOB write in usb_mouse_poll()
2023-02-13 18:26 UTC (2+ messages)
[PATCH 00/12] ICH9 cleanup
2023-02-13 17:30 UTC (13+ messages)
` [PATCH 01/12] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
` [PATCH 02/12] hw/isa/lpc_ich9: Unexport PIRQ functions
` [PATCH 03/12] hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
` [PATCH 04/12] hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front of ich9_smbus_realize()
` [PATCH 05/12] hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it
` [PATCH 06/12] hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_DEVICE
` [PATCH 07/12] hw/isa/lpc_ich9: Connect pm stuff to lpc internally
` [PATCH 08/12] hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation
` [PATCH 09/12] hw/i386/ich9: Remove redundant GSI_NUM_PINS
` [PATCH 10/12] hw: Move ioapic*.h to intc/
` [PATCH 11/12] hw/i386/ich9: Clean up includes
` [PATCH 12/12] hw: Move ich9.h to southbridge/
[PATCH 0/7] Implement Most ARMv8.3 Pointer Authentication Features
2023-02-13 17:11 UTC (16+ messages)
` [PATCH 1/7] target/arm: v8.3 PAC ID_AA64ISAR[12] feature-detection
` [PATCH 2/7] target/arm: Implement v8.3 QARMA3 PAC cipher
` [PATCH 3/7] target/arm: Implement v8.3 EnhancedPAC
` [PATCH 4/7] target/arm: Implement v8.3 Pauth2
` [PATCH 5/7] targer/arm: Inform helpers whether a PAC instruction is 'combined'
` [PATCH 6/7] target/arm: Implement v8.3 FPAC and FPACCOMBINE
` [PATCH 7/7] target/arm: Add CPU properties for most v8.3 PAC features
[PATCH v2 00/19] hw: Use QOM macros and remove DO_UPCAST() uses
2023-02-13 17:03 UTC (11+ messages)
` [PATCH v2 14/19] hw/scsi/scsi-bus: Inline two uses of scsi_bus_from_device()
` [PATCH v2 15/19] hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT()
` [PATCH v2 16/19] hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
[PATCH v4 0/9] PC cleanups
2023-02-13 16:45 UTC (11+ messages)
` [PATCH v4 1/9] hw/pci-host/i440fx: Inline sysbus_add_io()
` [PATCH v4 2/9] hw/pci-host/q35: "
` [PATCH v4 3/9] hw/i386/pc_q35: Reuse machine parameter
` [PATCH v4 4/9] hw/i386/pc_{q35, piix}: Reuse MachineClass::desc as SMB product name
` [PATCH v4 5/9] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
` [PATCH v4 6/9] hw/i386/pc: Initialize ram_memory variable directly
` [PATCH v4 7/9] hw/pci-host/pam: Make init_pam() usage more readable
` [PATCH v4 8/9] hw/i386/x86: Make TYPE_X86_MACHINE the owner of smram
` [PATCH v4 9/9] target/i386/tcg/sysemu/tcg-cpu: Avoid own opinion about smram size
[PATCH v3 0/3] Add gdbstub support to HVF
2023-02-13 16:35 UTC (7+ messages)
` [PATCH v3 1/3] arm: move KVM breakpoints helpers
[PATCH 0/2] hw/arm/smmu: Fixes for TTB1
2023-02-13 16:30 UTC (5+ messages)
` [PATCH 1/2] hw/arm/smmu-common: Support 64-bit addresses
` [PATCH 2/2] hw/arm/smmu-common: Fix TTB1 handling
[PATCH 0/3] qga/win/vss: add VSS backup type options
2023-02-13 16:20 UTC (2+ messages)
[PATCH] target/riscv: Fix vslide1up.vf and vslide1down.vf
2023-02-13 15:56 UTC (2+ messages)
[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
2023-02-13 15:51 UTC (4+ messages)
` [PATCH v2 07/13] vdpa: add vdpa net migration state notifier
[PATCH v10 00/59] Xen HVM support under KVM
2023-02-13 15:31 UTC (7+ messages)
` [PATCH v10 42/59] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v10 43/59] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v10 44/59] hw/xen: Support mapping grant frames
[PATCH 00/18] vfio: Add migration pre-copy support and device dirty tracking
2023-02-13 15:25 UTC (5+ messages)
` [PATCH 08/18] vfio/common: Record DMA mapped IOVA ranges
[PATCH 0/2] docs/devel/qapi-code-gen: Update features doc, minor improvements
2023-02-13 15:07 UTC (5+ messages)
` [PATCH 1/2] docs/devel/qapi-code-gen: Belatedly update features documentation
` [PATCH 2/2] docs/devel/qapi-code-gen: Fix a missing 'may', clarify SchemaInfo
Windows 11 guest crashing supposedly in smm after some time of use
2023-02-13 14:58 UTC
[RFC PATCH 0/5] Deprecate/rename singlestep command line option
2023-02-13 15:01 UTC (3+ messages)
[PATCH 00/10] Retire Fork-Based Fuzzing
2023-02-13 14:48 UTC (15+ messages)
` [PATCH 04/10] fuzz/generic-fuzz: add a limit on DMA bytes written
` [PATCH 05/10] fuzz/virtio-scsi: remove fork-based fuzzer
` [PATCH 06/10] fuzz/virtio-net: "
` [PATCH 07/10] fuzz/virtio-blk: "
` [PATCH 08/10] fuzz/i440fx: "
` [PATCH 09/10] fuzz: remove fork-fuzzing scaffolding
` [PATCH 10/10] docs/fuzz: remove mentions of fork-based fuzzing
[RFC PATCH] Do not include "qemu/error-report.h" in headers that do not need it
2023-02-13 14:42 UTC (4+ 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).