messages from 2023-05-22 11:51:33 to 2023-05-23 01:49:08 UTC [more...]
[PATCH v12 00/15] TCG code quality tracking
2023-05-23 1:48 UTC (7+ messages)
` [PATCH v12 02/15] accel: collecting TB execution count
` [PATCH v12 15/15] docs/tb-stats: add how to
[PATCH v1] migration: fail the cap check if it requires the use of deferred incoming
2023-05-23 1:44 UTC (8+ messages)
[PATCH v4 00/11] *** Add allwinner r40 support ***
2023-05-23 1:24 UTC (19+ messages)
` [PATCH v4 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
` [PATCH v4 03/11] hw: allwinner-r40: Complete uart devices
` [PATCH v4 05/11] hw/misc: Rename axp209 to axp22x and add support AXP221 PMU
` [PATCH v4 06/11] hw/arm/allwinner-r40: add SDRAM controller device
` [PATCH v4 07/11] hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support
` [PATCH v4 08/11] hw: arm: allwinner-r40: Add emac and gmac support
[PATCH 0/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
2023-05-23 1:25 UTC (6+ messages)
` [PATCH 1/4] hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes
[PATCH] bitops.h: Compile out asserts without --enable-debug
2023-05-22 23:34 UTC (9+ messages)
[PATCH v7 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-22 23:19 UTC (13+ messages)
` [PATCH v7 1/7] hw/cxl/events: Add event status register
` [PATCH v7 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v7 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v7 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v7 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v7 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v7 7/7] hw/cxl/events: Add injection of Memory Module Events
Add CI configuration for Kubernetes
2023-05-22 22:52 UTC (7+ messages)
` [PATCH v2 1/5] Remove redundant CI variables
` [PATCH v2 2/5] Use docker "stable" tag
` [PATCH v2 3/5] Add loop over docker info
` [PATCH v2 4/5] Add CI variable RUNNER_TAG
` [PATCH v2 5/5] Add Kubernetes runner configuration
[PULL 00/20] Allow "make check" with "--without-default-devices"
2023-05-22 22:20 UTC (19+ messages)
` [PULL 01/20] hw/i386/Kconfig: ISAPC works fine without VGA_ISA
` [PULL 02/20] softmmu/vl.c: Check for the availability of the VGA device before using it
` [PULL 03/20] hw: Move the default NIC machine class setting from the x86 to the generic one
` [PULL 04/20] softmmu/vl.c: Disable default NIC if it has not been compiled into the binary
` [PULL 05/20] hw/ppc: Use MachineClass->default_nic in the ppc machines
` [PULL 06/20] hw/s390x: Use MachineClass->default_nic in the s390x machine
` [PULL 07/20] hw/sh4: Use MachineClass->default_nic in the sh4 r2d machine
` [PULL 08/20] hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file
` [PULL 09/20] hw/i386: Ignore the default parallel port if it has not been compiled into QEMU
` [PULL 12/20] tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not available
` [PULL 13/20] tests/qtest/cdrom-test: Fix the test to also work without optional devices
` [PULL 14/20] tests/qtest/virtio-ccw-test: Remove superfluous tests
` [PULL 15/20] tests/qtest: Check for the availability of virtio-ccw devices before using them
` [PULL 16/20] tests/qtest/meson.build: Run the net filter tests only with default devices
` [PULL 17/20] tests/qemu-iotests/172: Run QEMU with -vga none and -nic none
` [PULL 19/20] acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipeline
` [PULL 20/20] memory: stricter checks prior to unsetting engaged_in_io
[PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
2023-05-22 21:16 UTC (4+ messages)
` [PATCH 1/1] "
[QEMU][PATCH v5 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
2023-05-22 21:01 UTC (3+ messages)
` [QEMU][PATCH v5 3/4] xlnx-versal: Connect Xilinx VERSAL CANFD controllers
[PATCH] qcow2: Explicit mention of padding bytes
2023-05-22 20:26 UTC (2+ messages)
Building QEMU errors
2023-05-22 19:11 UTC
Help finding Coverity defects for generated Hexagon code
2023-05-22 20:24 UTC
[PATCH v4 0/1] ROM migration
2023-05-22 20:17 UTC (2+ messages)
` [PATCH v4 1/1] pci: ROM preallocation for incoming migration
[PATCH v20 00/21] s390x: CPU Topology
2023-05-22 19:47 UTC (7+ messages)
` [PATCH v20 14/21] tests/avocado: s390x cpu topology core
` [PATCH v20 15/21] tests/avocado: s390x cpu topology polarisation
` [PATCH v20 16/21] tests/avocado: s390x cpu topology entitlement tests
[PATCH 00/12] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
2023-05-22 19:38 UTC (16+ messages)
` [PATCH 01/12] util/fifo8: Fix typo in fifo8_push_all() description
` [PATCH 02/12] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PATCH 03/12] util/fifo8: Introduce fifo8_peek_buf()
` [PATCH 04/12] hw/char/pl011: Display register name in trace events
` [PATCH 05/12] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
` [PATCH 06/12] hw/char/pl011: Replace magic values by register field definitions
` [PATCH 07/12] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH 08/12] hw/char/pl011: Extract pl011_write_tx() from pl011_write()
` [PATCH 09/12] hw/char/pl011: Check if transmitter is enabled
` [PATCH 10/12] hw/char/pl011: Check if receiver "
` [PATCH 11/12] hw/char/pl011: Rename RX FIFO methods
` [PATCH 12/12] hw/char/pl011: Implement TX FIFO
[PATCH v3 0/3] ROM migration
2023-05-22 19:33 UTC (5+ messages)
` [PATCH v3 3/3] pci: ROM preallocation for incoming migration
[PATCH] ui/cursor: incomplete check for integer overflow in cursor_alloc
2023-05-22 19:14 UTC (5+ messages)
[PATCH v3 00/19] Fix qemu_strtosz() read-out-of-bounds
2023-05-22 19:04 UTC (20+ messages)
` [PATCH v3 01/19] test-cutils: Avoid g_assert in unit tests
` [PATCH v3 02/19] test-cutils: Use g_assert_cmpuint where appropriate
` [PATCH v3 03/19] test-cutils: Test integral qemu_strto* value on failures
` [PATCH v3 04/19] test-cutils: Test more integer corner cases
` [PATCH v3 05/19] cutils: Fix wraparound parsing in qemu_strtoui
` [PATCH v3 06/19] cutils: Document differences between parse_uint and qemu_strtou64
` [PATCH v3 07/19] cutils: Adjust signature of parse_uint[_full]
` [PATCH v3 08/19] cutils: Allow NULL endptr in parse_uint()
` [PATCH v3 09/19] test-cutils: Add coverage of qemu_strtod
` [PATCH v3 10/19] test-cutils: Prepare for upcoming semantic change in qemu_strtosz
` [PATCH v3 11/19] test-cutils: Refactor qemu_strtosz tests for less boilerplate
` [PATCH v3 12/19] cutils: Allow NULL str in qemu_strtosz
` [PATCH v3 13/19] numa: Check for qemu_strtosz_MiB error
` [PATCH v3 14/19] test-cutils: Add more coverage to qemu_strtosz
` [PATCH v3 15/19] cutils: Set value in all qemu_strtosz* error paths
` [PATCH v3 16/19] cutils: Set value in all integral qemu_strto* "
` [PATCH v3 17/19] cutils: Use parse_uint in qemu_strtosz for negative rejection
` [PATCH v3 18/19] cutils: Improve qemu_strtod* error paths
` [PATCH v3 19/19] cutils: Improve qemu_strtosz handling of fractions
[PATCH 0/8] testing/next: avocado logging, docs, gitlab
2023-05-22 19:11 UTC (5+ messages)
` [PATCH 7/8] python/qemu: allow avocado to set logging name space
[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
2023-05-22 18:52 UTC (4+ messages)
` [PULL 32/62] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH] i386/xen: consistent locking around Xen singleshot timers
[PATCH v3] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
2023-05-22 18:20 UTC (2+ messages)
[PATCH v4 0/2] docs: Speedup docs build
2023-05-22 18:17 UTC (4+ messages)
` [PATCH v4 2/2] meson: Deserialize the man pages and html builds
[PATCH] vhost: release memory objects in error path
2023-05-22 18:10 UTC
[PATCH v2] Hexagon (target/hexagon) Fix assignment to tmp registers
2023-05-22 18:06 UTC (2+ messages)
[PATCH] acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipeline
2023-05-22 18:00 UTC (4+ messages)
[PATCH] Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests
2023-05-22 17:43 UTC
[PATCH] Hexagon (target/hexagon) Fix assignment to tmp registers
2023-05-22 17:39 UTC (2+ messages)
[PATCH 0/6] Add RISC-V Virtual IRQs and IRQ filtering support
2023-05-22 17:18 UTC (5+ messages)
` [PATCH 3/6] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
` [PATCH 6/6] target/riscv: Add HS-mode virtual interrupt and IRQ filtering support
[REPOST PATCH v3 0/5] Support x2APIC mode with TCG accelerator
2023-05-22 16:59 UTC (5+ messages)
` [REPOST PATCH v3 5/5] amd_iommu: report x2APIC support to the operating system
[PATCH v4 0/5] Support x2APIC mode with TCG accelerator
2023-05-22 16:31 UTC (6+ messages)
` [PATCH v4 1/5] i386/tcg: implement x2APIC registers MSR access
` [PATCH v4 2/5] apic: add support for x2APIC mode
` [PATCH v4 3/5] apic, i386/tcg: add x2apic transitions
` [PATCH v4 4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
` [PATCH v4 5/5] amd_iommu: report x2APIC support to the operating system
[PATCH 00/27] accel/tcg: Improvements to atomic128.h
2023-05-22 16:24 UTC (9+ messages)
` [PATCH 15/27] target/s390x: Use tcg_gen_qemu_{ld, st}_i128 for LPQ, STPQ
` [PATCH 15/27] target/s390x: Use tcg_gen_qemu_{ld,st}_i128 "
` [PATCH 16/27] accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu
[PULL v3 00/21] Block layer patches
2023-05-22 16:04 UTC (4+ messages)
[PATCH] meson: remove -no-pie linker flag
2023-05-22 15:54 UTC (3+ messages)
[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
2023-05-22 15:42 UTC (5+ messages)
[PATCH v2 0/1] Add vpd data for Rainier machine
2023-05-22 15:36 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH v1 1/1] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
2023-05-22 15:25 UTC (5+ messages)
[PATCH] [rpi4b] Make bootable rpi4b model
2023-05-22 15:21 UTC (9+ messages)
[PATCH v6 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-22 14:57 UTC (6+ messages)
` [PATCH v6 6/7] hw/cxl/events: Add injection of DRAM events
[PATCH v7 0/4] hw/cxl: Poison get, inject, clear
2023-05-22 14:50 UTC (5+ messages)
` [PATCH v7 1/4] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v7 2/4] hw/cxl: QMP based poison injection support
` [PATCH v7 3/4] hw/cxl: Add poison injection via the mailbox
` [PATCH v7 4/4] hw/cxl: Add clear poison mailbox command support
[PATCH 0/7] Add support for extension specific disas
2023-05-22 14:30 UTC (20+ messages)
` [PATCH 1/7] disas: Change type of disassemble_info.target_info to pointer
` [PATCH 2/7] target/riscv: Pass RISCVCPUConfig as target_info to disassemble_info
` [PATCH 3/7] disas/riscv.c: Support disas for Zcm* extensions
` [PATCH 4/7] disas/riscv.c: Support disas for Z*inx extensions
` [PATCH 5/7] disas/riscv.c: Remove unused decomp_rv32/64 value for vector instructions
` [PATCH 6/7] disas/riscv.c: Fix lines with over 80 characters
` [PATCH 7/7] disas/riscv.c: Remove redundant parentheses
[PULL 0/7] Python fixes and related patches
2023-05-22 14:02 UTC (2+ messages)
[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-22 13:53 UTC (8+ messages)
` [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v5 6/7] hw/cxl/events: Add injection of DRAM events
[PATCH] meson: fix rule for qemu-ga installer
2023-05-22 13:43 UTC (2+ messages)
[PATCH v2 0/4] Virtio shared dma-buf
2023-05-22 13:42 UTC (6+ messages)
` [PATCH v2 1/4] uuid: add hash_func and equal_func
[PATCH] machine: do not crash if default RAM backend name has been stollen
2023-05-22 13:33 UTC (2+ messages)
[PATCH 0/5] hw/riscv/opentitan: Correct QOM type/size of OpenTitanState
2023-05-22 13:27 UTC (11+ messages)
` [PATCH 1/5] hw/riscv/opentitan: Rename machine_[class]_init() functions
` [PATCH 2/5] hw/riscv/opentitan: Declare QOM types using DEFINE_TYPES() macro
` [PATCH 3/5] hw/riscv/opentitan: Add TYPE_OPENTITAN_MACHINE definition
` [PATCH 4/5] hw/riscv/opentitan: Explicit machine type definition
` [PATCH 5/5] hw/riscv/opentitan: Correct OpenTitanState parent type/size
[PATCH v3 0/4] target/riscv: Add Smrnmi support
2023-05-22 13:11 UTC (5+ messages)
` [PATCH v3 1/4] target/riscv: Add Smrnmi cpu extension
` [PATCH v3 2/4] target/riscv: Add Smrnmi CSRs
` [PATCH v3 3/4] target/riscv: Handle Smrnmi interrupt and exception
` [PATCH v3 4/4] target/riscv: Add Smrnmi mnret instruction
Status of DAX for virtio-fs/virtiofsd?
2023-05-22 12:54 UTC (3+ messages)
[PATCH] crypto: Always initialize splitkeylen
2023-05-22 13:08 UTC (3+ messages)
[PATCH v2 00/19] Fix qemu_strtosz() read-out-of-bounds
2023-05-22 12:59 UTC (6+ messages)
` [PATCH v2 09/19] test-cutils: Add coverage of qemu_strtod
[PATCH] util/vfio-helpers: Use g_file_read_link()
2023-05-22 12:47 UTC (4+ messages)
[PATCH 0/2] MIPS: Enable Loongson-3A4000 TCG for system emulation
2023-05-22 12:43 UTC (4+ messages)
` [PATCH 2/2] hw/mips/loongson3_virt: Remove CPU restrictions for TCG
[PATCH v7 0/4] pci hotplug tracking
2023-05-22 12:32 UTC (12+ messages)
` [PATCH v7 1/4] qapi/qdev.json: unite DEVICE_* event data into single structure
` [PATCH v7 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure
[PATCH v3] linux-user, bsd-user: preserve incoming order of environment variables in the target
2023-05-22 12:30 UTC (2+ messages)
[PATCH v6 0/4] hw/cxl: Poison get, inject, clear
2023-05-22 12:09 UTC (8+ messages)
` [PATCH v6 1/4] bswap: Add the ability to store to an unaligned 24 bit field
[PATCH v2] hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)
2023-05-22 12:08 UTC (2+ messages)
[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
2023-05-22 12:04 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).