messages from 2022-01-27 20:17:26 to 2022-01-28 12:25:38 UTC [more...]
[PATCH v4 00/19] job: replace AioContext lock with job_mutex
2022-01-28 11:50 UTC (18+ messages)
` [PATCH v4 01/19] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v4 02/19] job.h: categorize fields in struct Job
` [PATCH v4 03/19] job.c: make job_event_* functions static
` [PATCH v4 04/19] job.c: move inner aiocontext lock in callbacks
` [PATCH v4 05/19] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v4 06/19] jobs: remove aiocontext locks since the functions are under BQL
` [PATCH v4 07/19] jobs: protect jobs with job_lock/unlock
` [PATCH v4 08/19] jobs: add job lock in find_* functions
` [PATCH v4 09/19] jobs: use job locks also in the unit tests
` [PATCH v4 10/19] job.h: define locked functions
` [PATCH v4 11/19] jobs: document all static functions and add _locked() suffix
` [PATCH v4 12/19] job.h: define unlocked functions
` [PATCH v4 13/19] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v4 14/19] blockjob: block_job_get_aio_context is a GS function
` [PATCH v4 16/19] job: detect change of aiocontext within job coroutine
` [PATCH v4 17/19] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v4 18/19] job.c: enable job lock/unlock and remove Aiocontext locks
[PATCH v2 1/1] virtio: fix the condition for iommu_platform not supported
2022-01-28 11:52 UTC (9+ messages)
[PATCH] tests/9pfs: Use g_autofree and g_autoptr where possible
2022-01-28 11:49 UTC (2+ messages)
Block alignment of qcow2 compress driver
2022-01-28 11:48 UTC (3+ messages)
[PATCH 0/7] AMX support in Qemu
2022-01-28 11:09 UTC (5+ messages)
` [PATCH 3/7] x86: Grant AMX permission for guest
[PULL 00/38] Migration 20220127 patches
2022-01-28 11:05 UTC (2+ messages)
[PATCH] target/i386: Add kvm_get_one_msr helper
2022-01-28 10:55 UTC (2+ messages)
[PATCH v2 00/13] arm gicv3 ITS: Various bug fixes and refactorings
2022-01-28 10:51 UTC (11+ messages)
` [PATCH v2 01/13] hw/intc/arm_gicv3_its: Fix event ID bounds checks
` [PATCH v2 02/13] hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention
` [PATCH v2 12/13] hw/intc/arm_gicv3_its: Check indexes before use, not after
` [PATCH v2 13/13] hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection table
[PATCH v2 00/40] bsd-user: upstream our signal implementation
2022-01-28 10:37 UTC (6+ messages)
` [PATCH v2 35/40] bsd-user/signal.c: implement do_sigreturn
` [PATCH v2 36/40] bsd-user/signal.c: implement do_sigaction
[PATCH 0/5] Fixups for PMBus and new sensors
2022-01-28 10:34 UTC (5+ messages)
` [PATCH 3/5] hw/sensor: add Intersil ISL69260 device model
[PULL v2 00/14] Misc patches for 2022-01-27
2022-01-28 10:15 UTC (2+ messages)
` [PULL v2 07/14] meson: Use find_program() to resolve the entitlement.sh script
[PATCH v3] linux-user: Implement starttime field in self stat emulation
2022-01-28 10:13 UTC (3+ messages)
[PATCH qemu v2] s390x: sck: load into a temporary not into in1
2022-01-28 10:01 UTC (4+ messages)
[PATCH v5 00/18] vfio-user server in QEMU
2022-01-28 9:18 UTC (17+ messages)
` [PATCH v5 03/18] pci: isolated address space for PCI bus
` [PATCH v5 17/18] vfio-user: register handlers to facilitate migration
[PATCH v14 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2022-01-28 9:01 UTC (6+ messages)
` [PATCH v14 06/10] ACPI ERST: build the ACPI ERST table
[PATCH v2 0/2] qcow2: add keep-dirty open option
2022-01-28 8:27 UTC (3+ messages)
` [PATCH v2 1/2] "
[PATCH v7 0/5] support subsets of virtual memory extension
2022-01-28 8:55 UTC (6+ messages)
` [PATCH v7 1/5] target/riscv: Ignore reserved bits in PTE for RV64
` [PATCH v7 2/5] target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTE
` [PATCH v7 3/5] target/riscv: add support for svnapot extension
` [PATCH v7 4/5] target/riscv: add support for svinval extension
` [PATCH v7 5/5] target/riscv: add support for svpbmt extension
[PATCH 0/1 v2] Patch to adjust coroutine pool size adaptively
2022-01-28 8:50 UTC (4+ messages)
` [PATCH 1/1] util: adjust coroutine pool size to virtio block queue
[PATCH v3 0/1] Patch to adjust coroutine pool size adaptively
2022-01-28 8:36 UTC (2+ messages)
` [PATCH v3 1/1] util: adjust coroutine pool size to virtio block queue
[PATCH 00/31] vDPA shadow virtqueue
2022-01-28 8:10 UTC (26+ messages)
` [PATCH 01/31] vdpa: Reorder virtio/vhost-vdpa.c functions
` [PATCH 02/31] vhost: Add VhostShadowVirtqueue
` [PATCH 03/31] vdpa: Add vhost_svq_get_dev_kick_notifier
` [PATCH 04/31] vdpa: Add vhost_svq_set_svq_kick_fd
` [PATCH 05/31] vhost: Add Shadow VirtQueue kick forwarding capabilities
` [PATCH 06/31] vhost: Route guest->host notification through shadow virtqueue
` [PATCH 21/31] util: Add iova_tree_alloc
[PATCH v6 0/5] support subsets of virtual memory extension
2022-01-28 7:37 UTC (11+ messages)
` [PATCH v6 1/5] target/riscv: Ignore reserved bits in PTE for RV64
` [PATCH v6 2/5] target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTE
[PATCH v4 0/6] support subsets of Float-Point in Integer Registers extensions
2022-01-28 7:36 UTC (10+ messages)
` [PATCH v4 1/6] target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
` [PATCH v4 2/6] target/riscv: hardwire mstatus.FS to zero when enable zfinx
` [PATCH v4 3/6] target/riscv: add support for zfinx
` [PATCH v4 6/6] target/riscv: expose zfinx, zdinx, zhinx{min} properties
[PATCH v3 00/11] This is a followup to https://lists.gnu.org/archive/html/qemu-devel/2021-11/msg04325.html,
2022-01-28 7:03 UTC (13+ messages)
` [PATCH v3 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v3 02/11] 9p: Rename 9p-util -> 9p-util-linux
` [PATCH v3 03/11] 9p: darwin: Handle struct stat(fs) differences
` [PATCH v3 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v3 05/11] 9p: darwin: Ignore O_{NOATIME, DIRECT}
` [PATCH v3 06/11] 9p: darwin: Compatibility defn for XATTR_SIZE_MAX
` [PATCH v3 07/11] 9p: darwin: *xattr_nofollow implementations
` [PATCH v3 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v3 09/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v3 10/11] 9p: darwin: meson: Allow VirtFS on Darwin
` [PATCH v3 11/11] 9p: darwin: adjust assumption on virtio-9p-test
[PATCH] hw/arm/virt: Fix CPU's default NUMA node ID
2022-01-28 7:05 UTC (3+ messages)
[PATCH] target/riscv: correct "code should not be reached" for x-rv128
2022-01-28 5:19 UTC (2+ messages)
[RFC PATCH v5 00/30] Add LoongArch softmmu support
2022-01-28 3:44 UTC (31+ messages)
` [RFC PATCH v5 01/30] target/loongarch: Add system emulation introduction
` [RFC PATCH v5 02/30] target/loongarch: Add CSRs definition
` [RFC PATCH v5 03/30] target/loongarch: Add basic vmstate description of CPU
` [RFC PATCH v5 04/30] target/loongarch: Implement qmp_query_cpu_definitions()
` [RFC PATCH v5 05/30] target/loongarch: Add constant timer support
` [RFC PATCH v5 06/30] target/loongarch: Add MMU support for LoongArch CPU
` [RFC PATCH v5 07/30] target/loongarch: Add LoongArch CSR instruction
` [RFC PATCH v5 08/30] target/loongarch: Add LoongArch IOCSR instruction
` [RFC PATCH v5 09/30] target/loongarch: Add TLB instruction support
` [RFC PATCH v5 10/30] target/loongarch: Add other core instructions support
` [RFC PATCH v5 11/30] target/loongarch: Add LoongArch interrupt and exception handle
` [RFC PATCH v5 12/30] target/loongarch: Add timer related instructions support
` [RFC PATCH v5 13/30] target/loongarch: Add gdb support
` [RFC PATCH v5 14/30] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson3 Platform
` [RFC PATCH v5 15/30] hw/loongarch: Add support loongson3-ls7a machine type
` [RFC PATCH v5 16/30] hw/loongarch: Add LoongArch cpu interrupt support(CPUINTC)
` [RFC PATCH v5 17/30] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [RFC PATCH v5 18/30] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v5 19/30] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [RFC PATCH v5 20/30] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [RFC PATCH v5 21/30] hw/loongarch: Add irq hierarchy for the system
` [RFC PATCH v5 22/30] Enable common virtio pci support for LoongArch
` [RFC PATCH v5 23/30] hw/loongarch: Add some devices support for 3A5000
` [RFC PATCH v5 24/30] hw/loongarch: Add LoongArch ls7a rtc device support
` [RFC PATCH v5 25/30] hw/loongarch: Add default bios startup support
` [RFC PATCH v5 26/30] hw/loongarch: Add -kernel and -initrd options support
` [RFC PATCH v5 27/30] hw/loongarch: Add LoongArch smbios support
` [RFC PATCH v5 28/30] hw/loongarch: Add LoongArch acpi support
` [RFC PATCH v5 29/30] hw/loongarch: Add fdt support
` [RFC PATCH v5 30/30] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
[PATCH v8 00/23] QEMU RISC-V AIA support
2022-01-28 3:50 UTC (6+ messages)
` [PATCH v8 20/23] hw/intc: Add RISC-V AIA IMSIC device emulation
` [PATCH v8 21/23] hw/riscv: virt: Add optional AIA IMSIC support to virt machine
[RFC PATCH v5 00/30] Add LoongArch softmmu support
2022-01-28 3:40 UTC
[PATCH 00/14] arm_gicv3_its: Implement MOVI and MOVALL commands
2022-01-28 3:38 UTC (29+ messages)
` [PATCH 01/14] target/arm: Log CPU index in 'Taking exception' log
` [PATCH 02/14] hw/intc/arm_gicv3_its: Add tracepoints
` [PATCH 03/14] hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS
` [PATCH 04/14] hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is set
` [PATCH 05/14] hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASER
` [PATCH 06/14] hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIs
` [PATCH 07/14] hw/intc/arm_gicv3_its: Sort ITS command list into numeric order
` [PATCH 08/14] hw/intc/arm_gicv3_redist: Remove unnecessary zero checks
` [PATCH 09/14] hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supported
` [PATCH 10/14] hw/intc/arm_gicv3_its: Provide read accessor for translation_ops
` [PATCH 11/14] hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registers
` [PATCH 12/14] hw/intc/arm_gicv3_its: Check table bounds against correct limit
` [PATCH 13/14] hw/intc/arm_gicv3_its: Implement MOVALL
` [PATCH 14/14] hw/intc/arm_gicv3_its: Implement MOVI
[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
2022-01-28 1:58 UTC (9+ messages)
[PATCH v2] target/riscv: correct "code should not be reached" for x-rv128
2022-01-28 1:55 UTC (2+ messages)
[PATCH v3 00/10] hw/dma: Use dma_addr_t type definition when relevant
2022-01-28 0:49 UTC (9+ messages)
` [PATCH v3 01/10] stubs: Restrict fw_cfg to system emulation
` [PATCH v3 02/10] hw/nvram: Restrict fw_cfg QOM interface to sysemu and tools
` [PATCH v3 09/10] hw/dma: Move ScatterGatherEntry / QEMUSGList declarations around
` [PATCH v3 10/10] hw/dma: Use dma_addr_t type definition when relevant
[PATCH] target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp
2022-01-28 0:23 UTC (4+ messages)
[RFC PATCH] docs/devel: mention our .editorconfig
2022-01-28 0:05 UTC (2+ messages)
[PATCH] input/adb: Only include where needed
2022-01-27 23:39 UTC (2+ messages)
[PATCH v2 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)
2022-01-27 23:16 UTC (16+ messages)
` [PATCH v2 2/8] target/ppc: Simplify powerpc_excp_74xx
` [PATCH v2 3/8] target/ppc: 74xx: Machine Check exception cleanup
` [PATCH v2 4/8] target/ppc: 74xx: External interrupt cleanup
` [PATCH v2 5/8] target/ppc: 74xx: Program exception cleanup
` [PATCH v2 6/8] target/ppc: 74xx: System Call "
` [PATCH v2 7/8] target/ppc: 74xx: System Reset interrupt cleanup
` [PATCH v2 8/8] target/ppc: 74xx: Set SRRs directly in exception code
[PATCH 00/11] mos6522: switch to gpios, add control line edge-triggering and extra debugging
2022-01-27 23:16 UTC (13+ messages)
` [PATCH 01/11] mos6522: add defines for IFR bit flags
` [PATCH 02/11] mac_via: use IFR bit flag constants for VIA1 IRQs
` [PATCH 03/11] mac_via: use IFR bit flag constants for VIA2 IRQs
` [PATCH 04/11] mos6522: switch over to use qdev gpios for IRQs
` [PATCH 05/11] mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass
` [PATCH 06/11] mos6522: use device_class_set_parent_reset() to propagate reset to parent
` [PATCH 07/11] mos6522: add register names to register read/write trace events
` [PATCH 08/11] mos6522: add "info via" HMP command for debugging
` [PATCH 09/11] mos6522: record last_irq_levels in mos6522_set_irq()
` [PATCH 10/11] mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
` [PATCH 11/11] macio/pmu.c: remove redundant code
Mouse pointer warping with gtk display
2022-01-27 23:07 UTC (6+ messages)
[PATCH v2] linux-user: Implement starttime field in self stat emulation
2022-01-27 22:47 UTC (2+ messages)
[PATCH v2 00/11] 9p: Add support for darwin
2022-01-27 21:48 UTC (11+ messages)
` [PATCH v2 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v2 10/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v2 04/11] 9p: darwin: Handle struct dirent differences
[PATCH 0/2] Introduce PCI mbox module for Nuvoton SoC
2022-01-27 21:27 UTC (4+ messages)
` [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module
[PATCH] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
2022-01-27 21:27 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).