qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-26 19:11:43 to 2022-01-27 14:13:54 UTC [more...]

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-01-27 14:06 UTC  (19+ messages)
` [PATCH v4 06/42] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v4 07/42] hw/cxl/device: Add memory device utilities
` [PATCH v4 08/42] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v4 09/42] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v4 10/42] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v4 11/42] hw/pxb: Use a type for realizing expanders
` [PATCH v4 12/42] hw/pci/cxl: Create a CXL bus type
` [PATCH v4 13/42] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v4 14/42] tests/acpi: allow DSDT.viot table changes

Notes on Generating Python signatures for QMP RPCs
 2022-01-27 14:03 UTC  (2+ messages)

[PATCH] linux-user: Fix inotify on aarch64
 2022-01-27 14:08 UTC  (2+ messages)

[PATCH 0/7] AMX support in Qemu
 2022-01-27 13:46 UTC  (7+ messages)
` [PATCH 3/7] x86: Grant AMX permission for guest
` [PATCH 5/7] x86: Add AMX CPUIDs enumeration

Any example command lines for the RaspberryPi Models
 2022-01-27 13:55 UTC 

[PULL 0/8] QAPI patches patches for 2022-01-27
 2022-01-27 13:55 UTC  (11+ messages)
` [PULL 1/8] schemas: add missing vim modeline
` [PULL 2/8] qapi/gen: Add FOO.trace-events output module
` [PULL 3/8] qapi/commands: refactor error handling code
` [PULL 4/8] qapi/commands: Optionally generate trace for QMP commands
` [PULL 5/8] meson: generate trace events for qmp commands
` [PULL 6/8] docs/qapi-code-gen: update to cover trace events code generation
` [PULL 7/8] meson: document why we don't generate trace events for tests/ and qga/
` [PULL 8/8] qapi: generate trace events by default

[PATCH] linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity
 2022-01-27 13:49 UTC  (2+ messages)

[PATCH] schemas: add missing vim modeline
 2022-01-27 13:48 UTC  (4+ messages)

[PATCH 00/12] Removal of Aiocontext lock through drains: protect bdrv_replace_child_noperm
 2022-01-27 13:46 UTC  (3+ messages)

[PATCH v2 1/1] virtio: fix the condition for iommu_platform not supported
 2022-01-27 13:28 UTC  (3+ messages)

[PATCH] linux-user/syscall: Do not ignore info.si_pid == 0 in waitid()
 2022-01-27 13:18 UTC  (2+ messages)

[PATCH v3 0/2] use a do-while() loop in pnv_phbX_translate_tve()
 2022-01-27 12:33 UTC  (5+ messages)
` [PATCH v3 1/2] ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve()
` [PATCH v3 2/2] ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve()

[PATCH 0/3] linux-user: Fix some minor nits
 2022-01-27 13:20 UTC  (3+ messages)
` [PATCH 1/3] linux-user: Remove unnecessary 'aligned' attribute from TaskState

[Qemu-devel] [PULL v3 00/10] target-arm queue
 2022-01-27 13:10 UTC  (3+ messages)
` [Qemu-devel] [PULL 10/10] hw/arm: versal: Add a virtual Xilinx Versal board

[PATCH] Add --with-branding-prefix and QEMU_BRANDING_PREFIX
 2022-01-27 12:23 UTC  (2+ messages)

[PATCH v5 00/18] vfio-user server in QEMU
 2022-01-27 12:50 UTC  (11+ messages)
` [PATCH v5 03/18] pci: isolated address space for PCI bus

[PATCH v2 0/2] use a do-while() loop in pnv_phbX_translate_tve()
 2022-01-27 12:35 UTC  (10+ messages)
` [PATCH v2 1/2] ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve()
` [PATCH v2 2/2] ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve()

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2022-01-27 11:45 UTC  (6+ messages)
` [RFC PATCH v5 23/26] util: Add iova_tree_alloc

[PULL 00/14] Misc patches for 2022-01-27
 2022-01-27 11:31 UTC  (16+ messages)
` [PULL 01/14] build-sys: fix a meson deprecation warning
` [PULL 02/14] build-sys: fix undefined ARCH error
` [PULL 03/14] docker: add msitools to Fedora/mingw cross
` [PULL 04/14] intc: Unexport InterruptStatsProviderClass-related functions
` [PULL 05/14] meson.build: Use a function from libfdt 1.5.1 for the library check
` [PULL 06/14] exec/cpu: Make host pages variables / macros 'target agnostic'
` [PULL 07/14] meson: Use find_program() to resolve the entitlement.sh script
` [PULL 08/14] check-block.sh: passthrough -jN flag of make to -j N flag of check
` [PULL 09/14] scripts/mtest2make: add support for SPEED=thorough
` [PULL 10/14] build: make check-block a meson test
` [PULL 11/14] qemu-iotests: require at least an argument to check-block.sh
` [PULL 12/14] check-block: replace -makecheck with TAP output
` [PULL 13/14] qapi: Cleanup SGX related comments and restore @section-size
` [PULL 14/14] configure: fix parameter expansion of --cross-cc-cflags options

[PATCH v4 0/2] virtiofsd: Add support for FUSE_SYNCFS request
 2022-01-27 11:42 UTC  (6+ messages)
` [PATCH v4 1/2] virtiofsd: Track mounts
    ` [Virtio-fs] "

KVM call minutes for 2022-01-25
 2022-01-27 11:34 UTC  (3+ messages)

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-01-27 11:03 UTC  (10+ messages)
` [PATCH v6 01/33] main-loop.h: introduce qemu_in_main_thread()
` [PATCH v6 02/33] include/block/block: split header into I/O and global state API
` [PATCH v6 20/33] block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache
` [PATCH v6 21/33] block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate

[PATCH v6 0/7] trace qmp commands
 2022-01-27 11:10 UTC  (16+ messages)
` [PATCH v6 3/7] qapi/commands: Optionally generate trace for QMP commands
` [PATCH v6 5/7] docs/qapi-code-gen: update to cover trace events code generation
` [PATCH v6 6/7] meson: document, why we don't generate trace events for tests/ and qga/

[PATCH qemu v2] s390x: sck: load into a temporary not into in1
 2022-01-27 10:45 UTC  (3+ messages)

[PATCH] docs/devel/migration.rst: Updates content from code and fixes minor issues
 2022-01-27 10:32 UTC 

[PATCH v2 1/1] multifd: Remove some redundant code
 2022-01-27  9:56 UTC  (3+ messages)

[RFC PATCH v4 00/30] Add LoongArch softmmu support
 2022-01-27 10:01 UTC  (4+ messages)
` [RFC PATCH v4 03/30] target/loongarch: Add basic vmstate description of CPU

[PATCH 0/2] qcow2: add keep-dirty open option
 2022-01-27  9:52 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v4 0/6] Introduce CanoKey QEMU
 2022-01-27  9:47 UTC  (7+ messages)
` [PATCH v4 1/6] hw/usb: Add CanoKey Implementation
` [PATCH v4 2/6] hw/usb/canokey: Add trace events
` [PATCH v4 3/6] meson: Add CanoKey
` [PATCH v4 4/6] docs: Add CanoKey documentation
` [PATCH v4 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples
` [PATCH v4 6/6] MAINTAINERS: add myself as CanoKey maintainer

[PATCH RFC 00/15] migration: Postcopy Preemption
 2022-01-27  9:43 UTC  (11+ messages)
` [PATCH RFC 01/15] migration: No off-by-one for pss->page update in host page size
` [PATCH RFC 03/15] migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat
` [PATCH RFC 04/15] migration: Add postcopy_has_request()
` [PATCH RFC 05/15] migration: Simplify unqueue_page()
` [PATCH RFC 06/15] migration: Move temp page setup and cleanup into separate functions

[PATCH 0/2] i386: Add support for Hyper-V Enlightened MSR-Bitmap feature
 2022-01-27  9:45 UTC  (2+ messages)

[PATCH 00/31] vDPA shadow virtqueue
 2022-01-27  9:24 UTC  (8+ messages)
` [PATCH 21/31] util: Add iova_tree_alloc

[PATCH v3 0/2] migration: Tally pre-copy, downtime and post-copy bytes independently
 2022-01-27  9:12 UTC  (5+ messages)
` [PATCH v3 1/2] migration: Introduce ram_transferred_add()
` [PATCH v3 2/2] migration: Tally pre-copy, downtime and post-copy bytes independently

[PATCH v2 0/3] hw/nvme: zoned random write area
 2022-01-27  8:19 UTC  (4+ messages)
` [PATCH v2 1/3] hw/nvme: add struct for zone management send
` [PATCH v2 2/3] hw/nvme: add ozcs enum
` [PATCH v2 3/3] hw/nvme: add support for zoned random write area

[PATCH v14 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-01-27  8:36 UTC  (3+ messages)
` [PATCH v14 06/10] ACPI ERST: build the ACPI ERST table

[PATCH v2 00/40] bsd-user: upstream our signal implementation
 2022-01-27  8:00 UTC  (47+ messages)
` [PATCH v2 01/40] bsd-user: Complete FreeBSD siginfo
` [PATCH v2 02/40] bsd-user: Create setup_sigframe_arch to setup sigframe context
` [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 05/40] bsd-user: Remove vestiges of signal queueing code
` [PATCH v2 06/40] bsd-user: Bring in docs from linux-user for signal_pending
` [PATCH v2 09/40] bsd-user/signal-common.h: Move signal functions prototypes to here
` [PATCH v2 14/40] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF
` [PATCH v2 16/40] bsd-user/signal.c: implement abstract target / host signal translation
` [PATCH v2 18/40] bsd-user/signal.c: Add si_type argument to queue_signal
` [PATCH v2 19/40] bsd-user/host/arm/host-signal.h: Implement host_signal_*
` [PATCH v2 24/40] bsd-user/signal.c: host_to_target_siginfo_noswap
` [PATCH v2 26/40] bsd-user/signal.c: Implement host_signal_handler
` [PATCH v2 29/40] bsd-user/signal.c: Fill in queue_signal
` [PATCH v2 30/40] bsd-user/signal.c: sigset manipulation routines
` [PATCH v2 31/40] bsd-user/signal.c: setup_frame
` [PATCH v2 32/40] bsd-user/signal.c: handle_pending_signal
` [PATCH v2 33/40] bsd-user/signal.c: tswap_siginfo
` [PATCH v2 34/40] bsd-user/signal.c: process_pending_signals
` [PATCH v2 37/40] bsd-user/signal.c: do_sigaltstack
` [PATCH v2 38/40] MAINTAINERS: Add tests/vm/*bsd to the list to get reviews on
` [PATCH v2 39/40] bsd-user: Rename arg name for target_cpu_reset to env
` [PATCH v2 40/40] bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchState args

[PATCH] tests/9pfs: Use g_autofree and g_autoptr where possible
 2022-01-27  7:57 UTC  (2+ messages)

[PATCH v3 0/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region
 2022-01-27  7:51 UTC  (3+ messages)

[PATCH 0/4] target/arm: SVE fixes versus VHE
 2022-01-27  6:34 UTC  (5+ messages)
` [PATCH 1/4] target/arm: Fix sve_zcr_len_for_el for VHE mode running
` [PATCH 2/4] target/arm: Tidy sve_exception_el for CPACR_EL1 access
` [PATCH 3/4] target/arm: Fix {fp, sve}_exception_el for VHE mode running
` [PATCH 4/4] target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el

[PATCH V2 0/3] Some minor fixes for migration states
 2022-01-27  1:49 UTC  (4+ messages)
` [PATCH V2 1/3] migration/migration.c: Add missed default error handler for migration state
` [PATCH V2 2/3] migration/migration.c: Avoid COLO boot in postcopy migration
` [PATCH V2 3/3] migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished

[PATCH 0/3] Some minor fixes for migration states
 2022-01-27  2:03 UTC  (8+ messages)
` [PATCH 1/3] migration/migration.c: Add missed default error handler for migration state
` [PATCH 2/3] migration/migration.c: Avoid COLO boot in postcopy migration
` [PATCH 3/3] migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished

[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
 2022-01-27  0:09 UTC  (5+ messages)

[PATCH 0/2] Adds designware i2c module and adds it to virt arm
 2022-01-26 23:42 UTC  (7+ messages)

[PATCH v2 00/14] target/ppc: powerpc_excp improvements [40x] (3/n)
 2022-01-26 22:20 UTC  (10+ messages)
` [PATCH v2 03/14] target/ppc: Introduce powerpc_excp_40x
` [PATCH v2 05/14] target/ppc: 405: Critical exceptions cleanup
` [PATCH v2 07/14] target/ppc: 405: External exception cleanup
` [PATCH v2 08/14] target/ppc: 405: System call "

[PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)
 2022-01-26 21:58 UTC  (5+ messages)

[RFC v4 00/21] vfio-user client
 2022-01-26 21:57 UTC  (3+ messages)
` [RFC v4 12/21] vfio-user: region read/write

[RFC PATCH] linux-user: expand reserved brk space for 64bit guests
 2022-01-26 21:46 UTC  (2+ messages)

[PATCH 1/2] softmmu/cpus: Check if the cpu work list is empty atomically
 2022-01-26 21:43 UTC  (4+ messages)
` [PATCH 2/2] qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all

[PATCH v1 00/22] testing and plugin updates
 2022-01-26 21:33 UTC  (3+ messages)
` [PATCH v1 21/22] target/i386: use CPU_LOG_INT for IRQ servicing

[PATCH v3 0/2] linux-user: check read permissions before how
 2022-01-26 21:25 UTC  (3+ messages)
` [PATCH v3 1/2] linux-user: rt_sigprocmask, check read perms first
` [PATCH v3 2/2] linux-user: sigprocmask "

[PATCH] migration: Don't return for postcopy_send_discard_bm_ram()
 2022-01-26 21:20 UTC  (2+ messages)

[PATCH 0/7] migration: Postcopy cleanup on ram disgard
 2022-01-26 21:17 UTC  (11+ messages)
` [PATCH 1/7] migration: Drop dead code of ram_debug_dump_bitmap()
` [PATCH 2/7] migration: Don't return for postcopy_chunk_hostpages()
` [PATCH 3/7] migration: Drop postcopy_chunk_hostpages()
` [PATCH 4/7] migration: Do chunk page in postcopy_each_ram_send_discard()
` [PATCH 5/7] migration: Drop return code for disgard ram process

[PATCH v2 0/2] linux-user: check read permissions before how
 2022-01-26 21:10 UTC  (6+ messages)
` [PATCH v2 1/2] linux-user: rt_sigprocmask, check read perms first
` [PATCH v2 2/2] linux-user: sigprocmask "

[PATCH] migration/ram: clean up unused comment
 2022-01-26 21:00 UTC  (2+ messages)

[PATCH v2 0/3] vmsd checks
 2022-01-26 20:53 UTC  (5+ messages)
` [PATCH v2 1/3] ppc: Fix vmstate_pbr403 subsection name
` [PATCH v2 3/3] migration: Perform vmsd structure check during tests

[PATCH] migration/colo.c: Add missed return in error handling
 2022-01-26 20:51 UTC  (2+ messages)

[PATCH] migration: Report the error returned when save_live_iterate fails
 2022-01-26 20:24 UTC  (2+ messages)

[PATCH 0/2] initialize 'taddr' in pnv_phbX_translate_tve()
 2022-01-26 20:09 UTC  (4+ messages)
` [PATCH 1/2] ppc/pnv: initialize 'taddr' in pnv_phb3_translate_tve()

[PATCH v7 00/10] Xilinx Versal's PMC SLCR and OSPI support
 2022-01-26 19:04 UTC  (3+ messages)
` [PATCH v7 05/10] hw/dma/xlnx_csu_dma: Support starting a read transfer through a class method


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