messages from 2022-02-11 16:26:42 to 2022-02-14 04:10:36 UTC [more...]
[PULL 0/8] Net patches
2022-02-14 3:59 UTC (4+ messages)
` [PULL 1/8] hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR
` [PULL 4/8] net/colo-compare.c: Optimize compare order for performance
` [PULL 8/8] net/eth: Don't consider ESP to be an IPv6 option header
[PATCH 1/8] hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR
2022-02-14 3:59 UTC (9+ messages)
` [PATCH 2/8] net/tap: Set return code on failure
` [PATCH 3/8] net: Fix uninitialized data usage
` [PATCH 4/8] net/colo-compare.c: Optimize compare order for performance
` [PATCH 5/8] net/colo-compare.c: Update the default value comments
` [PATCH 6/8] net/filter: Optimize filter_send to coroutine
` [PATCH 7/8] hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts
` [PATCH 8/8] net/eth: Don't consider ESP to be an IPv6 option header
[PATCH v2] hw/net: e1000e: Clear ICR on read when using non MSI-X interrupts
2022-02-14 3:33 UTC (2+ messages)
[PATCH v4 00/13] host: Support macOS 12
2022-02-14 3:27 UTC (23+ messages)
` [PATCH v4 01/13] lcitool: refresh
` [PATCH v4 02/13] configure: Allow passing extra Objective C compiler flags
` [PATCH v4 03/13] tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives
` [PATCH v4 04/13] hvf: Use standard CR0 and CR4 register definitions
` [PATCH v4 05/13] hvf: Fix OOB write in RDTSCP instruction decode
` [PATCH v4 06/13] hvf: Enable RDTSCP support
` [PATCH v4 07/13] hvf: Make hvf_get_segments() / hvf_put_segments() local
` [PATCH v4 08/13] hvf: Remove deprecated hv_vcpu_flush() calls
` [PATCH v4 09/13] block/file-posix: Remove a deprecation warning on macOS 12
` [PATCH v4 10/13] audio/coreaudio: "
` [PATCH v4 11/13] audio/dbus: Fix building with modules on macOS
` [PATCH v4 12/13] ui/cocoa: Remove allowedFileTypes restriction in SavePanel
` [PATCH v4 13/13] gitlab-ci: Support macOS 12 via cirrus-run
[RFC] vhost-vdpa: make notifiers _init()/_uninit() symmetric
2022-02-14 3:20 UTC (2+ messages)
[PATCH] hw/virtio: vdpa: Fix leak of host-notifier memory-region
2022-02-14 3:09 UTC (2+ messages)
[PULL 0/5] 9p queue 2022-02-10
2022-02-13 20:33 UTC (2+ messages)
bdrv_is_allocated
2022-02-13 20:03 UTC (2+ messages)
[PATCH v2 0/5] malta: Fix PCI IRQ levels to be preserved during migration
2022-02-13 15:22 UTC (27+ messages)
` [PATCH v2 1/5] malta: Move PCI interrupt handling from gt64xxx to piix4
` [PATCH v2 2/5] pci: Always pass own DeviceState to pci_map_irq_fn's
` [PATCH v2 3/5] isa/piix4: Resolve global variables
` [PATCH v2 4/5] isa/piix4: Fix PCI IRQ levels to be preserved in VMState
` [PATCH v2 5/5] isa/piix4: Resolve redundant i8259[] attribute
[PULL 00/38] target-arm queue
2022-02-13 12:57 UTC (7+ messages)
` [PULL 18/38] hw/arm/virt: Honor highmem setting when computing the memory map
[PATCH] ui/cocoa: Fix the leak of qemu_console_get_label
2022-02-13 11:11 UTC (2+ messages)
[PULL v2 0/7] nbd: handle AioContext change correctly
2022-02-13 10:41 UTC (2+ messages)
[PATCH v1 0/4] HyperV: Synthetic Debugging device
2022-02-13 7:49 UTC (2+ messages)
[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
2022-02-13 3:57 UTC
[PATCH 0/6] ui/dbus: Share one listener for a console
2022-02-13 2:42 UTC (7+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] Revert "console: save current scanout details"
` [PATCH 3/6] Revert "ui: split the GL context in a different object"
` [PATCH 4/6] Revert "ui: dispatch GL events to all listeners"
` [PATCH 5/6] Revert "ui: associate GL context outside of display listener registration"
` [PATCH 6/6] Revert "ui: factor out qemu_console_set_display_gl_ctx()"
[PATCH] softmmu/qdev-monitor: Add virtio-gpu-gl aliases
2022-02-13 2:18 UTC
[PATCH] edid: Fix clock of Detailed Timing Descriptor
2022-02-13 2:15 UTC
[PATCH] ui/cocoa: Do not alert even without block devices
2022-02-13 2:14 UTC
[PATCH] MAINTAINERS: Add Akihiko Odaki to macOS-relateds
2022-02-13 2:12 UTC
[PATCH] target/arm: Support PSCI 1.1 and SMCCC 1.0
2022-02-13 2:10 UTC
[PULL 00/28] testing and plugin updates
2022-02-12 22:03 UTC (2+ messages)
[PATCH] net/eth: Don't consider ESP to be an IPv6 option header
2022-02-12 18:56 UTC
[RFC PATCH 00/27] Virtio sound card implementation
2022-02-12 19:20 UTC (30+ messages)
` [RFC PATCH v2 00/25] Virtio Sound card Implementation
` [RFC PATCH 01/25] virtio-snd: Add virtio sound header file
` [RFC PATCH 02/25] virtio-snd: Add jack control structures
` [RFC PATCH 03/25] virtio-snd: Add PCM "
` [RFC PATCH 04/25] virtio-snd: Add chmap "
` [RFC PATCH 05/25] virtio-snd: Add device implementation structures
` [RFC PATCH 06/25] virtio-snd: Add PCI wrapper code for VirtIOSound
` [RFC PATCH 07/25] virtio-snd: Add properties for class init
` [RFC PATCH 08/25] virtio-snd: Add code for get config function
` [RFC PATCH 09/25] virtio-snd: Add code for the realize function
` [RFC PATCH 10/25] virtio-snd: Add macros for logging
` [RFC PATCH 11/25] virtio-snd: Add control virtqueue handler
` [RFC PATCH 12/25] virtio-snd: Add VIRTIO_SND_R_JACK_INFO handler
` [RFC PATCH 13/25] virtio-snd: Add stub for VIRTIO_SND_R_JACK_REMAP handler
` [RFC PATCH 14/25] virtio-snd: Add VIRTIO_SND_R_PCM_INFO handler
` [RFC PATCH 15/25] virtio-snd: Add VIRITO_SND_R_PCM_SET_PARAMS handle
` [RFC PATCH 16/25] virtio-snd: Add VIRTIO_SND_R_PCM_PREPARE handler
` [RFC PATCH 17/25] virtio-snd: Add default configs to realize fn
` [RFC PATCH 18/25] virtio-snd: Add callback for SWVoiceOut
` [RFC PATCH 19/25] virtio-snd: Add start/stop handler
` [RFC PATCH 20/25] virtio-snd: Add VIRTIO_SND_R_PCM_RELEASE handler
` [RFC PATCH 21/25] virtio-snd: Replaced goto with if else
` [RFC PATCH 22/25] virtio-snd: Add code to device unrealize function
` [RFC PATCH 23/25] virtio-snd: Add xfer handler
` [RFC PATCH 24/25] virtio-snd: Add event vq and a handler stub
` [RFC PATCH 25/25] virtio-snd: Replaced AUD_log with tracepoints
[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO)
2022-02-12 15:57 UTC (7+ messages)
` [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
[PULL 0/7] nbd: handle AioContext change correctly
2022-02-12 13:13 UTC (4+ messages)
[PATCH v4 0/6] Introduce CanoKey QEMU
2022-02-12 13:29 UTC (2+ messages)
[PATCH] multifd: ensure multifd threads are terminated before cleanup params
2022-02-12 13:07 UTC
[PATCH v2] target/i386: Add kvm_get_one_msr helper
2022-02-12 3:58 UTC (2+ messages)
[PULL 00/40] riscv-to-apply queue
2022-02-12 0:00 UTC (41+ messages)
` [PULL 01/40] include: hw: remove ibex_plic.h
` [PULL 02/40] Allow setting up to 8 bytes with the generic loader
` [PULL 03/40] target/riscv: correct "code should not be reached" for x-rv128
` [PULL 04/40] target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUConfig'
` [PULL 05/40] target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr
` [PULL 06/40] target/riscv: access configuration through cfg_ptr in DisasContext
` [PULL 07/40] target/riscv: access cfg structure through DisasContext
` [PULL 08/40] target/riscv: iterate over a table of decoders
` [PULL 09/40] target/riscv: Add XVentanaCondOps custom extension
` [PULL 10/40] target/riscv: add a MAINTAINERS entry for XVentanaCondOps
` [PULL 11/40] target/riscv: Fix vill field write in vtype
` [PULL 12/40] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PULL 13/40] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PULL 14/40] target/riscv: Implement hgeie and hgeip CSRs
` [PULL 15/40] target/riscv: Improve delivery of guest external interrupts
` [PULL 16/40] target/riscv: Allow setting CPU feature from machine/device emulation
` [PULL 17/40] target/riscv: Add AIA cpu feature
` [PULL 18/40] target/riscv: Add defines for AIA CSRs
` [PULL 19/40] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PULL 20/40] target/riscv: Implement AIA local interrupt priorities
` [PULL 21/40] target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
` [PULL 22/40] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PULL 23/40] target/riscv: Implement AIA interrupt filtering CSRs
` [PULL 24/40] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
` [PULL 25/40] target/riscv: Implement AIA xiselect and xireg CSRs
` [PULL 26/40] target/riscv: Implement AIA IMSIC interface CSRs
` [PULL 27/40] hw/riscv: virt: Use AIA INTC compatible string when available
` [PULL 28/40] target/riscv: Allow users to force enable AIA CSRs in HART
` [PULL 29/40] hw/intc: Add RISC-V AIA APLIC device emulation
` [PULL 30/40] hw/riscv: virt: Add optional AIA APLIC support to virt machine
` [PULL 31/40] hw/intc: Add RISC-V AIA IMSIC device emulation
` [PULL 32/40] hw/riscv: virt: Add optional AIA IMSIC support to virt machine
` [PULL 33/40] docs/system: riscv: Document AIA options for "
` [PULL 34/40] hw/riscv: virt: Increase maximum number of allowed CPUs
` [PULL 35/40] target/riscv: Ignore reserved bits in PTE for RV64
` [PULL 36/40] target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTE
` [PULL 37/40] target/riscv: add support for svnapot extension
` [PULL 38/40] target/riscv: add support for svinval extension
` [PULL 39/40] target/riscv: add support for svpbmt extension
` [PULL 40/40] docs/system: riscv: Update description of CPU
[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-02-11 23:40 UTC (5+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier
[PATCH v1 00/11] testing/next (docker, lcitool, ci, tcg)
2022-02-11 21:50 UTC (11+ messages)
` [PATCH v1 02/11] tests/docker: add NOUSER for alpine image
` [PATCH v1 04/11] tests/docker: update debian-arm64-cross with lci-tool
` [PATCH v1 05/11] tests/docker: introduce debian-riscv64-test-cross
` [PATCH v1 09/11] tests/tcg: build sha1-vector with O3 and compare
[RFC PATCH 0/3] tests/tcg/ppc64le: fix the build of TCG tests with Clang
2022-02-11 20:22 UTC (3+ messages)
Adding a handshake to qemu-guest-agent
2022-02-11 19:38 UTC
[PATCH] scripts/qapi: minor delinting
2022-02-11 18:36 UTC (6+ messages)
[PATCH v11 0/4] PMU-EBB support for PPC64 TCG
2022-02-11 18:33 UTC (5+ messages)
` [PATCH v11 1/4] target/ppc: fix indent of function parameters
` [PATCH v11 2/4] target/ppc: finalize pre-EBB PMU logic
` [PATCH v11 3/4] target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
` [PATCH v11 4/4] target/ppc: trigger PERFM EBBs from power8-pmu.c
[PATCH v2] scripts/qapi: minor delinting
2022-02-11 18:36 UTC
[PULL 0/3] Block layer patches
2022-02-11 17:58 UTC (4+ messages)
` [PULL 1/3] block: Lock AioContext for drain_end in blockdev-reopen
` [PULL 2/3] iotests: Test blockdev-reopen with iothreads and throttling
` [PULL 3/3] hw/block/fdc-isa: Respect QOM properties when building AML
[PATCH v2 0/8] Improve integration of iotests in the meson test harness
2022-02-11 17:32 UTC (7+ messages)
` [PATCH v2 1/8] tests/qemu-iotests/testrunner: Allow parallel test invocations
[PATCH v5 00/43] CXl 2.0 emulation Support
2022-02-11 16:52 UTC (5+ messages)
` [PATCH v5 20/43] hw/cxl/device: Add a memory device (8.2.8.5)
[PATCH 0/6] Improve integration of iotests in the meson test harness
2022-02-11 16:48 UTC (10+ messages)
` [PATCH 1/6] tests/qemu-iotests: Improve the check for GNU sed
[PATCH] hw/block/fdc-isa: Respect QOM properties when building AML
2022-02-11 16:37 UTC (2+ messages)
[PATCH v6 00/43] CXl 2.0 emulation Support
2022-02-11 16:50 UTC (3+ messages)
` [PATCH v6 17/43] hw/cxl/device: Add a memory device (8.2.8.5)
[PATCH 0/4] Make qemu-img dd more flexible
2022-02-11 16:42 UTC (3+ 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).