messages from 2022-01-27 15:17:13 to 2022-01-28 03:20:40 UTC [more...]
[PATCH 00/14] arm_gicv3_its: Implement MOVI and MOVALL commands
2022-01-28 3:15 UTC (15+ 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 v2 1/1] virtio: fix the condition for iommu_platform not supported
2022-01-28 2:29 UTC (6+ messages)
[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 v8 00/23] QEMU RISC-V AIA support
2022-01-28 1:54 UTC (5+ 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
[PATCH v2 00/13] arm gicv3 ITS: Various bug fixes and refactorings
2022-01-28 1:44 UTC (9+ 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 v3 00/11] This is a followup to https://lists.gnu.org/archive/html/qemu-devel/2021-11/msg04325.html,
2022-01-28 0:56 UTC (12+ 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 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 v14 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2022-01-28 0:37 UTC (5+ messages)
` [PATCH v14 06/10] ACPI ERST: build the ACPI ERST table
[PATCH] target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp
2022-01-28 0:23 UTC (4+ messages)
[PATCH v3] linux-user: Implement starttime field in self stat emulation
2022-01-28 0:12 UTC
[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 (17+ messages)
` [PATCH v2 1/8] target/ppc: Introduce powerpc_excp_74xx
` [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 00/40] bsd-user: upstream our signal implementation
2022-01-27 23:05 UTC (20+ messages)
` [PATCH v2 03/40] bsd-user/arm/signal.c: Implement setup_sigframe_arch for arm
` [PATCH v2 04/40] bsd-user/arm/signal.c: get_mcontext should zero vfp data
` [PATCH v2 14/40] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF
` [PATCH v2 29/40] bsd-user/signal.c: Fill in queue_signal
` [PATCH v2 31/40] bsd-user/signal.c: setup_frame
` [PATCH v2 35/40] bsd-user/signal.c: implement do_sigreturn
` [PATCH v2 36/40] bsd-user/signal.c: implement do_sigaction
[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 (6+ messages)
` [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH 2/2] hw/arm: Add PCI mailbox module to Nuvoton SoC
[PATCH] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
2022-01-27 21:27 UTC
[PATCH v5 00/18] vfio-user server in QEMU
2022-01-27 21:22 UTC (16+ messages)
` [PATCH v5 03/18] pci: isolated address space for PCI bus
` [PATCH v5 17/18] vfio-user: register handlers to facilitate migration
[PATCH 0/5] Fixups for PMBus and new sensors
2022-01-27 20:54 UTC (6+ messages)
` [PATCH 1/5] hw/i2c: pmbus updates
` [PATCH 3/5] hw/sensor: add Intersil ISL69260 device model
[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
2022-01-27 20:14 UTC (2+ messages)
[PATCH v3 1/1] multifd: Remove some redundant code
2022-01-27 20:02 UTC
[PATCH v4 0/9] virtiofsd: Add support for file security context at creation
2022-01-27 19:50 UTC (15+ messages)
` [PATCH v4 1/9] linux-headers: Update headers to v5.17-rc1
` [PATCH v4 2/9] virtiofsd: Fix breakage due to fuse_init_in size change
` [PATCH v4 3/9] virtiofsd: Parse extended "struct fuse_init_in"
` [PATCH v4 4/9] virtiofsd: Extend size of fuse_conn_info->capable and ->want fields
` [PATCH v4 6/9] virtiofsd: Move core file creation code in separate function
[PATCH] MAINTAINERS: Remove myself (for raspi)
2022-01-27 19:32 UTC (2+ messages)
[PATCH v2 1/1] multifd: Remove some redundant code
2022-01-27 19:10 UTC (5+ messages)
[PATCH 1/3] hw/sensor: add MAX31790 fan controller
2022-01-27 19:02 UTC (6+ messages)
` [PATCH 2/3] tests/qtest: add tests for "
` [PATCH 3/3] hw/arm: kudo add max31790 behind bus 1 switch at 75
[PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support
2022-01-27 18:24 UTC (3+ messages)
Any example command lines for the RaspberryPi Models
2022-01-27 17:30 UTC (2+ messages)
[PULL v2 0/8] QAPI patches patches for 2022-01-27
2022-01-27 17:12 UTC (2+ messages)
[PATCH v2 0/2] qcow2: add keep-dirty open option
2022-01-27 17:00 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iotests: add qcow2-keep-dirty
[PATCH for-7.0] rtc: Move RTC function prototypes to their own header
2022-01-27 16:34 UTC (2+ messages)
[PATCH] qsd: Document fuse's allow-other option
2022-01-27 16:02 UTC (2+ messages)
[PATCH 00/16] arm: Fix handling of unrecognized functions in PSCI emulation
2022-01-27 15:46 UTC (17+ messages)
` [PATCH 01/16] target/arm: make psci-conduit settable after realize
` [PATCH 02/16] cpu.c: Make start-powered-off "
` [PATCH 03/16] hw/arm/boot: Support setting psci-conduit based on guest EL
` [PATCH 04/16] hw/arm: imx: Don't enable PSCI conduit when booting guest in EL3
` [PATCH 05/16] hw/arm: allwinner: "
` [PATCH 06/16] hw/arm/xlnx-zcu102: "
` [PATCH 07/16] hw/arm/versal: Let boot.c handle PSCI enablement
` [PATCH 08/16] hw/arm/virt: "
` [PATCH 09/16] hw/arm: highbank: For EL3 guests, don't enable PSCI, start all cores
` [PATCH 10/16] Revert "Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2""
` [PATCH 11/16] hw/arm/highbank: Drop use of secure_board_setup
` [PATCH 12/16] hw/arm/boot: Prevent setting both psci_conduit and secure_board_setup
` [PATCH 13/16] hw/arm/boot: Don't write secondary boot stub if using PSCI
` [PATCH 14/16] hw/arm/highbank: Drop unused secondary boot stub code
` [PATCH 15/16] hw/arm/boot: Drop nb_cpus field from arm_boot_info
` [PATCH 16/16] hw/arm/boot: Drop existing dtb /psci node rather than retaining it
[PATCH v4 00/42] CXl 2.0 emulation Support
2022-01-27 16:42 UTC (3+ messages)
[PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)
2022-01-27 16:51 UTC (4+ messages)
[RFC PATCH] block/export/fuse: Fix build failure on FreeBSD
2022-01-27 16:15 UTC (2+ messages)
[PATCH v3 0/4] Python: Improvements for iotest 040,041
2022-01-27 15:50 UTC (3+ messages)
` [PATCH v3 4/4] python/aqmp: add socket bind step to legacy.py
[PULL 0/2] Xen queue
2022-01-27 15:42 UTC (3+ messages)
` [PULL 1/2] xen-hvm: Allow disabling buffer_io_timer
` [PULL 2/2] xen-mapcache: Avoid entry->lock overflow
[PATCH v2 0/3] vmsd checks
2022-01-27 15:49 UTC (4+ messages)
` [PATCH v2 3/3] migration: Perform vmsd structure check during tests
[PULL 00/38] Migration 20220127 patches
2022-01-27 15:05 UTC (37+ messages)
` [PULL 03/38] migration: ram_release_pages() always receive 1 page as argument
` [PULL 04/38] migration: Remove masking for compression
` [PULL 05/38] migration: simplify do_compress_ram_page
` [PULL 06/38] migration: Move ram_release_pages() call to save_zero_page_to_file()
` [PULL 07/38] multifd: Use proper maximum compression values
` [PULL 08/38] multifd: Move iov from pages to params
` [PULL 09/38] multifd: Make zlib use iov's
` [PULL 10/38] multifd: Make zstd "
` [PULL 11/38] multifd: Remove send_write() method
` [PULL 12/38] multifd: Use a single writev on the send side
` [PULL 13/38] multifd: Unfold "used" variable by its value
` [PULL 14/38] multifd: Use normal pages array on the send side
` [PULL 15/38] multifd: Use normal pages array on the recv side
` [PULL 16/38] multifd: recv side only needs the RAMBlock host address
` [PULL 17/38] multifd: Rename pages_used to normal_pages
` [PULL 18/38] Remove unnecessary minimum_version_id_old fields
` [PULL 19/38] migration/migration.c: Add missed default error handler for migration state
` [PULL 20/38] migration/migration.c: Avoid COLO boot in postcopy migration
` [PULL 21/38] migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished
` [PULL 22/38] migration: Report the error returned when save_live_iterate fails
` [PULL 23/38] migration: Add canary to VMSTATE_END_OF_LIST
` [PULL 24/38] migration: Perform vmsd structure check during tests
` [PULL 25/38] migration/ram: clean up unused comment
` [PULL 26/38] migration: Drop dead code of ram_debug_dump_bitmap()
` [PULL 27/38] migration: Don't return for postcopy_chunk_hostpages()
` [PULL 28/38] migration: Drop postcopy_chunk_hostpages()
` [PULL 29/38] migration: Do chunk page in postcopy_each_ram_send_discard()
` [PULL 30/38] migration: Drop return code for disgard ram process
` [PULL 31/38] migration: Don't return for postcopy_send_discard_bm_ram()
` [PULL 32/38] migration: Introduce ram_transferred_add()
` [PULL 33/38] migration: Tally pre-copy, downtime and post-copy bytes independently
` [PULL 34/38] migration: No off-by-one for pss->page update in host page size
` [PULL 35/38] migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat
` [PULL 36/38] migration: Add postcopy_has_request()
` [PULL 37/38] migration: Simplify unqueue_page()
` [PULL 38/38] migration: Move temp page setup and cleanup into separate functions
[PATCH 0/1 v2] Patch to adjust coroutine pool size adaptively
2022-01-27 15:47 UTC (3+ messages)
` [PATCH 1/1] util: adjust coroutine pool size to virtio block queue
[PATCH] schemas: add missing vim modeline
2022-01-27 14:36 UTC (4+ messages)
[PATCH v4 00/23] Migration: Transmit and detect zero pages in the multifd threads
2022-01-27 15:26 UTC (6+ messages)
` [PATCH v4 21/23] multifd: Zero pages transmission
[PATCH v3 00/19] Make image fleecing more usable
2022-01-27 15:28 UTC (5+ messages)
` [PATCH v3 10/19] block: introduce fleecing block driver
[PATCH v2 0/4] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
2022-01-27 14:29 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).