qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 16:59:04 to 2023-05-25 13:30:56 UTC [more...]

[PATCH v1 0/3] memory-device: Some cleanups
 2023-05-25 13:30 UTC  (4+ messages)
` [PATCH v1 2/3] memory-device: Factor out device memory initialization into memory_devices_init()

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-25 13:25 UTC  (10+ messages)
` [PATCH v1 2/9] KVM: x86/mmu: Add support for prewrite page tracking

[RFC PATCH] softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining
 2023-05-25 13:22 UTC  (4+ messages)

[PATCH] tests/decode: Emit TAP
 2023-05-25 13:22 UTC  (4+ messages)

[PATCH 00/12] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-05-25 13:17 UTC  (6+ messages)
` [PATCH 09/12] hw/char/pl011: Check if transmitter is enabled

[PATCH v2] target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system coredump
 2023-05-25 13:18 UTC  (2+ messages)

[PATCH v2 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
 2023-05-25 13:16 UTC  (5+ messages)
` [PATCH v2 1/2] exec/ram_addr: return nr of dirty pages in cpu_physical_memory_set_dirty_lebitmap()
` [PATCH v2 2/2] hw/vfio: Add nr of dirty pages to vfio_get_dirty_bitmap tracepoint

[PATCH] Update copyright dates to 2023
 2023-05-25  9:24 UTC  (2+ messages)

[PATCH] qapi: better docs for calc-dirty-rate and friends
 2023-05-25 13:08 UTC  (2+ messages)

[PATCH] vhost: release memory objects in error path
 2023-05-25 13:02 UTC  (2+ messages)

[PATCH v4 0/2] vhost: register and change IOMMU flag depending on ATS state
 2023-05-25 12:57 UTC  (3+ messages)
` [PATCH v4 1/2] vhost: register and change IOMMU flag depending on Device-TLB state
` [PATCH v4 2/2] virtio-net: pass Device-TLB enable/disable events to vhost

[PATCH 0/5] Use MachineClass->default_nic in more machines
 2023-05-25 12:56 UTC  (3+ messages)
` [PATCH 4/5] hw/loongarch64: Use MachineClass->default_nic in the virt machine

[PATCH v3 0/3] vhost: register and change IOMMU flag depending on ATS state
 2023-05-25 12:55 UTC  (6+ messages)
` [PATCH v3 2/3] vhost: register and change IOMMU flag depending on Device-TLB state

[PATCH v3 0/4] target/riscv: Add Smrnmi support
 2023-05-25 12:50 UTC  (9+ 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

[PATCH 00/12] block: Fix blockdev-create with iothreads
 2023-05-25 12:47 UTC  (13+ messages)
` [PATCH 01/12] block-coroutine-wrapper: Take AioContext lock in no_co_wrappers
` [PATCH 02/12] block: Clarify locking rules for bdrv_open(_inherit)()
` [PATCH 03/12] block: Take main AioContext lock when calling bdrv_open()
` [PATCH 04/12] block-backend: Fix blk_new_open() for iothreads
` [PATCH 05/12] mirror: Hold main AioContext lock for calling bdrv_open_backing_file()
` [PATCH 06/12] qcow2: Fix open with 'file' in iothread
` [PATCH 07/12] raw-format: "
` [PATCH 08/12] copy-before-write: Fix open with child "
` [PATCH 09/12] block: Take AioContext lock in bdrv_open_driver()
` [PATCH 10/12] block: Fix AioContext locking in bdrv_insert_node()
` [PATCH 11/12] iotests: Make verify_virtio_scsi_pci_or_ccw() public
` [PATCH 12/12] iotests: Test blockdev-create in iothread

[PATCH v3 0/7] migration: Add switchover ack capability and VFIO precopy support
 2023-05-25 12:44 UTC  (13+ messages)
` [PATCH v3 1/7] migration: Add switchover ack capability
` [PATCH v3 2/7] migration: Implement switchover ack logic
` [PATCH v3 6/7] vfio/migration: Add VFIO migration pre-copy support

[PATCH v5 00/10] tracing: remove dynamic vcpu state
 2023-05-25 12:43 UTC  (6+ messages)
` [PATCH v5 04/10] scripts/qapi: document the tool that generated the file
` [PATCH v5 05/10] qapi: make the vcpu parameters deprecated for 8.1

[PATCH 00/10] hw/arm/realview: Introduce abstract RealviewMachineClass
 2023-05-25 12:43 UTC  (22+ messages)
` [PATCH 01/10] hw/arm/realview: Simplify using 'break' statement
` [PATCH 02/10] hw/arm/realview: Declare QOM types using DEFINE_TYPES() macro
` [PATCH 03/10] hw/arm/realview: Introduce abstract RealviewMachineClass
` [PATCH 04/10] hw/arm/realview: Factor realview_common_class_init() out
` [PATCH 05/10] hw/arm/realview: Move 'board_id' to RealviewMachineClass
` [PATCH 06/10] hw/arm/realview: Move 'is_pb' "
` [PATCH 07/10] hw/arm/realview: Move 'mpcore_periphbase' "
` [PATCH 08/10] hw/arm/realview: Move 'loader_start' "
` [PATCH 09/10] hw/arm/realview: Use generic realview_common_machine_init()
` [PATCH 10/10] hw/arm/realview: Set MachineClass::default_nic in machine_class_init()

[PATCH] tests/qtest: Run arm-specific tests only if the required machine is available
 2023-05-25 12:20 UTC  (2+ messages)

[PATCH v4 0/3] Implement the watchdog timer of HiFive 1 rev b
 2023-05-25 12:06 UTC  (8+ messages)
` [PATCH v4 1/3] hw/misc: sifive_e_aon: Support "
` [PATCH v4 2/3] hw/riscv: sifive_e: "
` [PATCH v4 3/3] tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_e

[PATCH 1/2] docs/cxl: Correct CFMW number
 2023-05-25 11:49 UTC  (4+ messages)
` [PATCH 2/2] docs/clx: Change to lowercase as others

[PATCH v2] hw/arm/sbsa-ref: add GIC node into DT
 2023-05-25 11:49 UTC  (12+ messages)
` [PATCH 1/2] docs: sbsa: correct graphics card name

[PATCH 0/3] makefile fixes/cleanups
 2023-05-25 11:49 UTC  (5+ messages)
` [PATCH 1/3] tests/docker: simplify HOST_ARCH definition
` [PATCH 2/3] tests/vm: fix and "
` [PATCH 3/3] Makefile: remove $(TESTS_PYTHON)

[PATCH v2 0/3] hw/{i2c, nvme}: mctp endpoint, nvme management interface model
 2023-05-25 11:34 UTC  (8+ messages)
` [PATCH v2 1/3] hw/i2c: add mctp core
` [PATCH v2 2/3] i2c/mctp: Allow receiving messages to dest eid 0
` [PATCH v2 3/3] hw/nvme: add nvme management interface model

[PATCH] checkpatch: Prefer DEFINE_TYPES() over type_init / type_register_static
 2023-05-25 11:32 UTC  (3+ messages)

[PATCH] intel_iommu: Optimize out some unnecessary UNMAP calls
 2023-05-25 11:29 UTC  (3+ messages)

[PATCH 0/4] tests/qtest: Check for devices before using them
 2023-05-25 11:14 UTC  (9+ messages)
` [PATCH 1/4] tests/qtest/usb-hcd-uhci-test: Check whether "usb-storage" is available
` [PATCH 2/4] tests/qtest: Check for virtio-blk before using -cdrom with the arm virt machine
` [PATCH 3/4] tests/qtest/rtl8139-test: Check whether the rtl8139 device is available
` [PATCH 4/4] tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using them

[PATCH 0/2] qemu-img: fix getting stuck in infinite loop on
 2023-05-25 10:37 UTC  (4+ messages)
` [PATCH 1/2] qemu-img: rebase: stop when reaching EOF of old backing file

Performance improvement with 6d740fb01b9f0f5ea7a82f4d5e458d91940a19ee
 2023-05-25 10:18 UTC 

[PATCH] hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs number
 2023-05-25 10:17 UTC  (2+ messages)

[PATCH v4 0/3] hw/arm/sbsa-ref: sort out graphics a bit
 2023-05-25 10:15 UTC  (3+ messages)
` [PATCH v4 2/3] Add Bochs to list of vga_interfaces

[PATCH v3 0/4] hw/arm/sbsa-ref: platform version 0.1
 2023-05-25 10:08 UTC  (2+ messages)

[PATCH v4 00/11] *** Add allwinner r40 support ***
 2023-05-25  9:48 UTC  (3+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-25  8:54 UTC  (11+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH v2 00/16] Migration: More migration atomic counters
 2023-05-25  8:38 UTC  (29+ messages)
` [PATCH v2 03/16] migration: Move setup_time to mig_stats
` [PATCH v2 04/16] qemu-file: Account for rate_limit usage on qemu_fflush()
` [PATCH v2 05/16] migration: Move rate_limit_max and rate_limit_used to migration_stats
` [PATCH v2 06/16] migration: Move migration_total_bytes() to migration-stats.c
` [PATCH v2 07/16] migration: Add a trace for migration_transferred_bytes
` [PATCH v2 08/16] migration: Use migration_transferred_bytes() to calculate rate_limit
` [PATCH v2 09/16] migration: We don't need the field rate_limit_used anymore
` [PATCH v2 10/16] migration: Don't abuse qemu_file transferred for RDMA
` [PATCH v2 11/16] migration/RDMA: It is accounting for zero/normal pages in two places
` [PATCH v2 12/16] migration/rdma: Remove QEMUFile parameter when not used
` [PATCH v2 13/16] migration/rdma: Don't use imaginary transfers
` [PATCH v2 14/16] migration: Remove unused qemu_file_credit_transfer()
` [PATCH v2 15/16] migration/rdma: Simplify the function that saves a page
` [PATCH v2 16/16] migration/multifd: Compute transferred bytes correctly

[PATCH 00/30] q800: add support for booting MacOS Classic
 2023-05-25  8:20 UTC  (36+ messages)
` [PATCH 01/30] q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty array
` [PATCH 02/30] q800: introduce Q800MachineState
` [PATCH 03/30] q800: rename q800_init() to q800_machine_init()
` [PATCH 04/30] q800: move CPU object into Q800MachineState
` [PATCH 05/30] q800: move ROM memory region to Q800MachineState
` [PATCH 06/30] q800: move GLUE device "
` [PATCH 07/30] q800: introduce mac-io container memory region
` [PATCH 08/30] q800: reimplement mac-io region aliasing using IO "
` [PATCH 09/30] q800: add djMEMC memory controller
` [PATCH 10/30] q800: add machine id register
` [PATCH 11/30] q800: implement additional machine id bits on VIA1 port A
` [PATCH 12/30] q800: add IOSB subsystem
` [PATCH 13/30] q800: allow accesses to RAM area even if less memory is available
` [PATCH 14/30] audio: add Apple Sound Chip (ASC) emulation
` [PATCH 15/30] asc: generate silence if FIFO empty but engine still running
` [PATCH 16/30] q800: add Apple Sound Chip (ASC) audio to machine
` [PATCH 17/30] q800: add easc bool machine class property to switch between ASC and EASC
` [PATCH 18/30] swim: add trace events for IWM and ISM registers
` [PATCH 19/30] swim: split into separate IWM and ISM register blocks
` [PATCH 20/30] swim: update IWM/ISM register block decoding
` [PATCH 21/30] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK
` [PATCH 22/30] mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xf
` [PATCH 23/30] mac_via: fix rtc command decoding for the PRAM seconds registers
` [PATCH 24/30] mac_via: workaround NetBSD ADB bus enumeration issue
` [PATCH 25/30] mac_via: implement ADB_STATE_IDLE state if shift register in input mode
` [PATCH 26/30] mac_via: always clear ADB interrupt when switching to A/UX mode
` [PATCH 27/30] q800: add ESCC alias at 0xc000
` [PATCH 28/30] q800: add alias for MacOS toolbox ROM at 0x40000000
` [PATCH 29/30] mac_via: extend timer calibration hack to work with A/UX
` [PATCH 30/30] mac_via: work around QEMU unaligned MMIO access bug

[PATCH] meson.build: Fix glib -Wno-unused-function workaround
 2023-05-25  8:01 UTC  (3+ messages)

[PATCH] target/i386: EPYC-Rome model without XSAVES
 2023-05-25  7:30 UTC  (2+ messages)

[RFC 0/3] Getting rid of "uint" and friends
 2023-05-25  7:00 UTC  (3+ messages)
` [RFC 3/3] s390-ccw: Getting rid of ulong

[PATCH] hw/mips: Improve the default USB settings in the loongson3-virt machine
 2023-05-25  6:47 UTC 

[PATCH v3 0/1] Add vpd data for Rainier machine
 2023-05-25  6:37 UTC  (7+ messages)
` [PATCH v3 1/1] hw/arm/aspeed:Add "

[PATCH v3] target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
 2023-05-25  4:15 UTC  (3+ messages)

New container build error: mountpoint does not exit
 2023-05-25  4:12 UTC  (2+ messages)

[PATCH 0/2] Refresh the dynamic CSR xml after updating the state of the cpu
 2023-05-25  2:33 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Add a function to refresh the dynamic CSRs xml

[PATCH v5] hw/riscv: qemu crash when NUMA nodes exceed available CPUs
 2023-05-25  2:24 UTC  (2+ messages)

[PATCH 0/5] hw/riscv/opentitan: Correct QOM type/size of OpenTitanState
 2023-05-25  2:21 UTC  (12+ 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

[PULL 0/2] vfio queue
 2023-05-25  0:46 UTC  (2+ messages)

[PATCH v12 00/15] TCG code quality tracking
 2023-05-25  0:45 UTC  (6+ messages)
` [PATCH v12 02/15] accel: collecting TB execution count

Add CI configuration for Kubernetes
 2023-05-24 21:23 UTC  (2+ messages)

[PATCH] tcg: Fix register move type in tcg_out_ld_helper_ret
 2023-05-24 20:02 UTC 

[PATCH] Prepare bcm properties for videocore 4
 2023-05-24 19:14 UTC 

[PATCH v3 0/2] accel/tcg: Improvements to atomic128.h
 2023-05-24 18:32 UTC  (3+ messages)
` [PATCH v3 1/2] meson: Split test for __int128_t type from __int128_t arithmetic
` [PATCH v3 2/2] qemu/atomic128: Add x86_64 atomic128-ldst.h

[PATCH v3 0/5] Move ASID test to vhost-vdpa net initialization
 2023-05-24 17:36 UTC  (6+ messages)
` [PATCH v3 2/5] vdpa: add vhost_vdpa_reset_status_fd

[PATCH v3] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
 2023-05-24 17:33 UTC  (3+ messages)

[PATCH 0/1] Change Hexagon maintainer
 2023-05-24 17:24 UTC  (3+ messages)
` [PATCH 1/1] Hexagon (target/hexagon) "


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).