qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 11:48:54 to 2023-05-25 10:18:29 UTC [more...]

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

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  (5+ messages)

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

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

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

[PATCH] tests/decode: Emit TAP
 2023-05-25 10:00 UTC  (2+ messages)

[PATCH v3 0/7] migration: Add switchover ack capability and VFIO precopy support
 2023-05-25  9:51 UTC  (15+ 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 v3 7/7] vfio/migration: Add support for switchover ack capability

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

[PATCH 0/4] tests/qtest: Check for devices before using them
 2023-05-25  9:28 UTC  (7+ 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 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)

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

[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

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

[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 00/10] hw/arm/realview: Introduce abstract RealviewMachineClass
 2023-05-24 19:13 UTC  (21+ 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 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) "

[PATCH] checkpatch: Prefer DEFINE_TYPES() over type_init / type_register_static
 2023-05-24 17:16 UTC  (2+ messages)

[PATCH] intel_iommu: Optimize out some unnecessary UNMAP calls
 2023-05-24 16:58 UTC  (2+ messages)

[PATCH v2 0/2] Hexagon: minor cleanups to comments and python scripts
 2023-05-24 16:43 UTC  (5+ messages)
` [PATCH v2 1/2] target/hexagon/*.py: clean up used 'toss' and 'numregs' vars
` [PATCH v2 2/2] Hexagon: fix outdated `hex_new_*` comments

[RFC PATCH 0/6] block: Make raw_co_get_allocated_file_size asynchronous
 2023-05-24 15:57 UTC  (9+ messages)
` [RFC PATCH 4/6] Convert query-block/info_block to coroutine
` [RFC PATCH 6/6] block: Add a thread-pool version of fstat

[PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
 2023-05-24 15:20 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v2 00/10] hw/virtio: Build various target-agnostic objects just once
 2023-05-24 15:06 UTC  (18+ messages)
` [PATCH v2 01/10] softmmu: Introduce qemu_target_page_mask() helper
` [PATCH v2 02/10] hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig
` [PATCH v2 03/10] hw/scsi: Rearrange meson.build
` [PATCH v2 05/10] hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in Kconfig
` [PATCH v2 06/10] hw/virtio/virtio-mem: Use qemu_ram_get_fd() helper
` [PATCH v2 07/10] hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' header
` [PATCH v2 08/10] hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()
` [PATCH v2 09/10] hw/virtio: Remove unnecessary 'virtio-access.h' header

[PATCH v3 0/5] hw/arm/sbsa-ref: sort out graphics a bit
 2023-05-24 14:59 UTC  (7+ messages)
` [PATCH v3 1/5] hw/arm: Use MachineClass->default_nic in the sbsa-ref machine
` [PATCH v3 2/5] Add Bochs to list of vga_interfaces
` [PATCH v3 3/5] hw/arm/sbsa-ref: honor "-vga none" argument

[RFC PATCH] Add support for RAPL MSRs in KVM/Qemu
 2023-05-24 14:53 UTC  (5+ messages)

[QEMU][PATCH v5 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
 2023-05-24 14:39 UTC  (3+ messages)
` [QEMU][PATCH v5 2/4] hw/net/can: Introduce Xilinx Versal CANFD controller

[PATCH] hw/arm: Use MachineClass->default_nic in the sbsa-ref machine
 2023-05-24 14:38 UTC  (2+ messages)

[PATCH] tests/qtest: Run arm-specific tests only if the required machine is available
 2023-05-24 14:18 UTC  (4+ messages)

[PATCH v5 00/10] tracing: remove dynamic vcpu state
 2023-05-24 13:56 UTC  (12+ messages)
` [PATCH v5 01/10] *-user: remove the guest_user_syscall tracepoints
` [PATCH v5 02/10] trace-events: remove the remaining vcpu trace events
` [PATCH v5 03/10] trace: remove vcpu_id from the TraceEvent structure
` [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 v5 06/10] trace: remove code that depends on setting vcpu
` [PATCH v5 07/10] trace: remove control-vcpu.h
` [PATCH v5 08/10] tcg: remove the final vestiges of dstate
` [PATCH v5 09/10] hw/9pfs: use qemu_xxhash4
` [PATCH v5 10/10] accel/tcg: include cs_base in our hash calculations

[PATCH 0/5] Use MachineClass->default_nic in more machines
 2023-05-24 13:55 UTC  (2+ messages)

[PATCH] target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRF
 2023-05-24 13:18 UTC  (2+ messages)

[PATCH] tests/decode: Convert tests to meson
 2023-05-24 12:58 UTC  (2+ messages)

[PATCH] hw/mips: Use MachineClass->default_nic in the virt machine
 2023-05-24 12:43 UTC  (2+ messages)

[PATCH] meson: Adjust check for __int128_t
 2023-05-24 12:41 UTC  (6+ messages)


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