messages from 2022-05-05 08:58:19 to 2022-05-05 18:53:29 UTC [more...]
[PATCH 0/4] target/arm: Implement S2FWB
2022-05-05 18:39 UTC (3+ messages)
` [PATCH 2/4] target/arm: Factor out FWB=0 specific part of combine_cacheattrs()
` [PATCH 4/4] target/arm: Enable FEAT_S2FWB for -cpu max
[PATCH v5 00/24] target/arm: Cleanups, new features, new cpus
2022-05-05 18:49 UTC
[PATCH v2 00/50] hppa: general improvements and tidy-ups
2022-05-05 18:08 UTC (24+ messages)
` [PATCH v2 13/50] dino: change dino_init() to return the DINO device instead of PCIBus
` [PATCH v2 14/50] machine.c: map DINO device during board configuration
` [PATCH v2 15/50] dino.h: add defines for DINO IRQ numbers
` [PATCH v2 16/50] dino: define IRQ inputs as qdev GPIOs
` [PATCH v2 17/50] dino: wire up serial IRQ using a qdev GPIO in machine.c
` [PATCH v2 18/50] dino: remove unused dino_set_timer_irq() IRQ handler
` [PATCH v2 19/50] hppa: move dino_init() from dino.c to machine.c
` [PATCH v2 20/50] dino: use numerical constant for iar0 and iar1 reset values
` [PATCH v2 21/50] dino: move DINO HPA constants from hppa_hardware.h to dino.h
` [PATCH v2 22/50] dino: move from hw/hppa to hw/pci-host
` [PATCH v2 24/50] lasi: move memory region initialisation to new lasi_init() function
[PATCH] disas: Remove old libopcode ppc disassembler
2022-05-05 17:36 UTC
[PULL 00/23] target-arm queue
2022-05-05 17:56 UTC (25+ messages)
` [PULL 01/23] target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
` [PULL 02/23] target/arm: Split out cpregs.h
` [PULL 03/23] target/arm: Reorg CPAccessResult and access_check_cp_reg
` [PULL 04/23] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
` [PULL 05/23] target/arm: Make some more cpreg data static const
` [PULL 06/23] target/arm: Reorg ARMCPRegInfo type field bits
` [PULL 07/23] target/arm: Avoid bare abort() or assert(0)
` [PULL 08/23] target/arm: Change cpreg access permissions to enum
` [PULL 09/23] target/arm: Name CPState type
` [PULL 10/23] target/arm: Name CPSecureState type
` [PULL 11/23] target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliases
` [PULL 12/23] target/arm: Store cpregs key in the hash table directly
` [PULL 13/23] target/arm: Merge allocation of the cpreg and its name
` [PULL 14/23] target/arm: Hoist computation of key in add_cpreg_to_hashtable
` [PULL 15/23] target/arm: Consolidate cpreg updates "
` [PULL 16/23] target/arm: Use bool for is64 and ns "
` [PULL 17/23] target/arm: Hoist isbanked computation "
` [PULL 18/23] target/arm: Perform override check early "
` [PULL 19/23] target/arm: Reformat comments "
` [PULL 20/23] target/arm: Remove HOST_BIG_ENDIAN ifdef "
` [PULL 21/23] target/arm: Add isar predicates for FEAT_Debugv8p2
` [PULL 22/23] target/arm: Add isar_feature_{aa64,any}_ras
` [PULL 23/23] target/arm: read access to performance counters from EL0
[PATCH v9 00/17] vfio-user server in QEMU
2022-05-05 17:33 UTC (27+ messages)
` [PATCH v9 05/17] configure: require cmake 3.19 or newer
` [PATCH v9 06/17] vfio-user: build library
` [PATCH v9 07/17] vfio-user: define vfio-user-server object
` [PATCH v9 10/17] vfio-user: run vfio-user context
` [PATCH v9 12/17] vfio-user: IOMMU support for remote device
` [PATCH v9 14/17] vfio-user: handle PCI BAR accesses
` [PATCH v9 17/17] vfio-user: avocado tests for vfio-user
[PULL v4 00/25] Misc patches for 2022-04-29
2022-05-05 17:19 UTC (3+ messages)
[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
2022-05-05 17:21 UTC (11+ messages)
` [PATCH 1/8] qmp: Support for querying stats
` [PATCH 3/8] qmp: add filtering of statistics by target vCPU
[RFC v5 01/23] vfio-user: introduce vfio-user protocol specification
2022-05-05 17:20 UTC (23+ messages)
` [RFC v5 02/23] vfio-user: add VFIO base abstract class
` [RFC v5 03/23] vfio-user: add container IO ops vector
` [RFC v5 04/23] vfio-user: add region cache
` [RFC v5 05/23] vfio-user: add device IO ops vector
` [RFC v5 06/23] vfio-user: Define type vfio_user_pci_dev_info
` [RFC v5 07/23] vfio-user: connect vfio proxy to remote server
` [RFC v5 08/23] vfio-user: define socket receive functions
` [RFC v5 09/23] vfio-user: define socket send functions
` [RFC v5 10/23] vfio-user: get device info
` [RFC v5 11/23] vfio-user: get region info
` [RFC v5 12/23] vfio-user: region read/write
` [RFC v5 13/23] vfio-user: pci_user_realize PCI setup
` [RFC v5 14/23] vfio-user: forward msix BAR accesses to server
` [RFC v5 15/23] vfio-user: get and set IRQs
` [RFC v5 16/23] vfio-user: proxy container connect/disconnect
` [RFC v5 17/23] vfio-user: dma map/unmap operations
` [RFC v5 18/23] vfio-user: secure DMA support
` [RFC v5 19/23] vfio-user: dma read/write operations
` [RFC v5 20/23] vfio-user: pci reset
` [RFC v5 21/23] vfio-user: add 'x-msg-timeout' option that specifies msg wait times
` [RFC v5 22/23] vfio-user: add tracing to send/recv paths
` [RFC v5 23/23] vfio-user: add dirty_bitmap stub until it support migration
[PATCH 0/2] Confine igd-passthrough-isa-bridge to XEN
2022-05-05 17:13 UTC (3+ messages)
[RFC v5 00/23] vfio-user client
2022-05-05 17:19 UTC
[PATCH v4 00/22] target/ppc: Remove hidden usages of *env
2022-05-05 17:07 UTC (4+ messages)
` [PATCH v4 20/22] target/ppc: Remove msr_de macro
[PATCH v11 0/7] MSG_ZEROCOPY + multifd
2022-05-05 17:01 UTC (9+ messages)
` [PATCH v11 2/7] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
[PATCH 00/11] Random cleanup patches
2022-05-05 16:59 UTC (13+ messages)
` [PATCH 01/11] hw/rtc/mc146818rtc: Inline isa_connect_gpio_out() and remove it
` [PATCH 02/11] hw: Reuse TYPE_I8042 define
` [PATCH 03/11] hw/audio/cs4231a: Const'ify global tables
` [PATCH 04/11] hw/i386/pc: Unexport PC_CPU_MODEL_IDS macro
` [PATCH 05/11] hw/i386/pc: Unexport functions used only internally
` [PATCH 06/11] hw/i386/pc: Remove orphan declarations
` [PATCH 07/11] hw/ppc/e500: Remove unused BINARY_DEVICE_TREE_FILE
` [PATCH 08/11] hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()
` [PATCH 09/11] accel/tcg/cpu-exec: Unexport dump_drift_info()
` [PATCH 10/11] accel/tcg: Inline dump_opcount_info() and remove it
` [PATCH 11/11] docs/devel: Fix link to developer mailing lists
[PATCH RESEND 0/2] Resolve some redundant property accessors
2022-05-05 16:52 UTC (2+ messages)
[PATCH v8 00/17] vfio-user server in QEMU
2022-05-05 16:22 UTC (6+ messages)
` [PATCH v8 15/17] vfio-user: handle device interrupts
[PULL 0/3] Block patches
2022-05-05 16:29 UTC (5+ messages)
` [PULL 1/3] Introduce event-loop-base abstract class
` [PULL 2/3] util/main-loop: Introduce the main loop into QOM
` [PULL 3/3] util/event-loop-base: Introduce options to set the thread pool size
[PATCH] target/arm: fix s2mmu input size check
2022-05-05 16:13 UTC (2+ messages)
iotests and python dependencies
2022-05-05 15:57 UTC (15+ messages)
[PATCH qemu] spapr: Use address from elf parser for kernel address
2022-05-05 15:50 UTC (4+ messages)
[PATCH] docs/about: Update the support statement for Windows
2022-05-05 15:09 UTC (7+ messages)
[PATCH] thread-pool: replace semaphore with condition variable
2022-05-05 14:23 UTC (2+ messages)
[PATCH] accel/tcg: Fix cpu_ldq_be_mmu typo
2022-05-05 14:22 UTC (2+ messages)
[PATCH] qga: add guest-get-diskstats command
2022-05-05 13:36 UTC
[PATCH v2 00/15] Misc cleanups
2022-05-05 13:39 UTC (29+ messages)
` [PATCH v2 03/15] tests: make libqmp buildable for win32
` [PATCH v2 04/15] include: adjust header guards after renaming
` [PATCH v2 05/15] qga: flatten safe_open_or_create()
` [PATCH v2 07/15] qga: use qemu_open_cloexec() for safe_open_or_create()
` [PATCH v2 08/15] qga: throw an Error in ga_channel_open()
` [PATCH v2 09/15] qga: replace qemu_open_old() with qemu_open_cloexec()
` [PATCH v2 11/15] qga/wixl: prefer variables over environment
` [PATCH v2 12/15] qga/wixl: require Mingw_bin
` [PATCH v2 13/15] qga/wixl: simplify some pre-processing
` [PATCH v2 14/15] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir
` [PATCH v2 15/15] test/qga: use g_auto wherever sensible
Fio regression caused by f9fc8932b11f3bcf2a2626f567cb6fdd36a33a94
2022-05-05 13:27 UTC (5+ messages)
[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
2022-05-05 13:26 UTC (8+ messages)
` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device
[PULL 00/13] Block layer patches
2022-05-05 13:09 UTC (2+ messages)
[PATCH] target/arm: fix s2mmu input size check
2022-05-05 12:30 UTC (3+ messages)
[PATCH 0/3] artist: minor fixes and performance improvement
2022-05-05 12:26 UTC (2+ messages)
[PATCH 0/5] net: support for CFI with libslirp >= 4.7
2022-05-05 12:02 UTC (17+ messages)
` [PATCH 1/5] slirp: bump submodule to 4.7 release
` [PATCH 2/5] net: slirp: introduce a wrapper struct for QemuTimer
` [PATCH 3/5] net: slirp: switch to slirp_new
` [PATCH 4/5] net: slirp: add support for CFI-friendly timer API
` [PATCH 5/5] net: slirp: allow CFI with libslirp >= 4.7
[PATCH v2] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
2022-05-05 11:52 UTC (2+ messages)
[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
2022-05-05 11:43 UTC (4+ messages)
` [PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows
[PATCH v2] hw/arm: add versioning to sbsa-ref machine DT
2022-05-05 11:39 UTC
[PATCH v2] MAINTAINERS/.mailmap: update email for Leif Lindholm
2022-05-05 11:37 UTC
[PATCH 0/4] QEMU RISC-V nested virtualization fixes
2022-05-05 10:36 UTC (4+ messages)
` [PATCH 2/4] target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-mode
[RFC 0/3] Introduce a new Qemu machine for RISC-V
2022-05-05 10:04 UTC (6+ messages)
[PATCH v2] Fix 'writeable' typos
2022-05-05 9:50 UTC
[PATCH] hw/arm: virt: Add SBSA watchdog
2022-05-05 10:19 UTC (4+ messages)
[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
2022-05-05 9:57 UTC (10+ messages)
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
[PATCH] qemu-iotests: inline common.config into common.rc
2022-05-05 9:47 UTC
[PATCH] pseries: allow setting stdout-path even on machines with a VGA
2022-05-05 9:26 UTC
[PATCH v3] Warn user if the vga flag is passed but no vga device is created
2022-05-05 8:54 UTC (2+ messages)
[PATCH 0/7] vhost-vdpa multiqueue fixes
2022-05-05 8:40 UTC (8+ messages)
[PATCH] linux-user: Expose risc-v V and H isa bit in get_elf_hwcap()
2022-05-05 9:28 UTC (3+ messages)
[PATCH 0/2] Upgrade mingw base packages
2022-05-05 9:19 UTC (3+ messages)
[PATCH] block/gluster: correctly set max_pdiscard which is int64_t
2022-05-05 8:31 UTC
AMD SEV-SNP: Support for attestating initrd
2022-05-05 8:59 UTC
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).