qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 17:23:46 to 2022-01-25 08:45:24 UTC [more...]

[RFC PATCH v2 00/44] TDX support
 2022-01-25  8:22 UTC  (10+ messages)
` [RFC PATCH v2 20/44] i386/tdx: Parse tdx metadata and store the result into TdxGuestState

[PATCH v2 00/14] target/ppc: powerpc_excp improvements [40x] (3/n)
 2022-01-25  8:18 UTC  (14+ messages)
` [PATCH v2 08/14] target/ppc: 405: System call exception cleanup
` [PATCH v2 11/14] target/ppc: 405: Data Storage "
` [PATCH v2 12/14] target/ppc: 405: Instruction storage interrupt cleanup
` [PATCH v2 13/14] target/ppc: 405: Program exception cleanup
` [PATCH v2 14/14] target/ppc: 405: Watchdog timer "

[PATCH v6 0/5] support subsets of virtual memory extension
 2022-01-25  8:13 UTC  (7+ 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 v6 3/5] target/riscv: add support for svnapot extension
` [PATCH v6 4/5] target/riscv: add support for svinval extension
` [PATCH v6 5/5] target/riscv: add support for svpbmt extension

[PATCH 0/3] hw/display/artist: cursor & buffer mode fixes
 2022-01-25  8:25 UTC  (5+ messages)
` [PATCH 2/3] hw/display/artist: allow to disable/enable cursor
` [PATCH 3/3] hw/display/artist: rewrite vram access mode handling

[PATCH 0/5] Misc OHCI clean ups
 2022-01-25  7:44 UTC  (3+ messages)

[PATCH v1 00/22] testing and plugin updates
 2022-01-25  7:40 UTC  (30+ messages)
` [PATCH v1 01/22] tests/Makefile.include: clean-up old code
` [PATCH v1 02/22] tests/qtest: enable more vhost-user tests by default
` [PATCH v1 03/22] Makefile: also remove .gcno files when cleaning
` [PATCH v1 04/22] .gitignore: add .gcov pattern
` [PATCH v1 05/22] MAINTAINERS: Cover lcitool submodule with build test / automation
` [PATCH v1 06/22] gitmodules: Correct libvirt-ci submodule URL
` [PATCH v1 07/22] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files
` [PATCH v1 08/22] drop libxml2 checks since libxml is not actually used (for parallels)
` [PATCH v1 09/22] tests/lcitool: Refresh submodule and remove libxml2
` [PATCH v1 10/22] tests: Manually remove libxml2 on MSYS2 runners
` [PATCH v1 11/22] tests/lcitool: Install libibumad to cover RDMA on Debian based distros
` [PATCH v1 12/22] plugins: stxp test case from Aaron (!upstream)
` [PATCH v1 13/22] docs: remove references to TCG tracing
` [PATCH v1 14/22] tracing: remove TCG memory access tracing
` [PATCH v1 15/22] tracing: remove the trace-tcg includes from the build
` [PATCH v1 16/22] tracing: excise the tcg related from tracetool
` [PATCH v1 17/22] plugins: add helper functions for coverage plugins
` [PATCH v1 18/22] contrib/plugins: add a drcov plugin
` [PATCH v1 19/22] tests/plugin: allow libinsn.so per-CPU counts
` [PATCH v1 20/22] tests/plugins: add instruction matching to libinsn.so
` [PATCH v1 21/22] target/i386: use CPU_LOG_INT for IRQ servicing
` [PATCH v1 22/22] plugins: move reset of plugin data to tb_start

[PATCH] docs: expand firmware descriptor to allow flash without NVRAM
 2022-01-25  7:50 UTC  (3+ messages)

RFC: QMP configuration - allocating/setting qdev array properties?
 2022-01-25  6:38 UTC  (5+ messages)

[PATCH v2] target/riscv: correct "code should not be reached" for x-rv128
 2022-01-25  5:36 UTC  (3+ messages)

[PATCH v13 0/7] Add vmnet.framework based network backend
 2022-01-25  4:14 UTC  (9+ messages)
` [PATCH v13 2/7] net/vmnet: add vmnet backends to qapi/net

[PATCH] linux-user: Implement starttime field in self stat emulation
 2022-01-25  2:47 UTC 

[PATCH v2 00/40] bsd-user: upstream our signal implementation
 2022-01-25  1:29 UTC  (41+ 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 07/40] bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-user
` [PATCH v2 08/40] bsd-user/signal.c: implement force_sig_fault
` [PATCH v2 09/40] bsd-user/signal-common.h: Move signal functions prototypes to here
` [PATCH v2 10/40] bsd-user/signal.c: Implement cpu_loop_exit_sigsegv
` [PATCH v2 11/40] bsd-user/signal.c: implement cpu_loop_exit_sigbus
` [PATCH v2 12/40] bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT together
` [PATCH v2 13/40] bsd-user/arm/target_arch_cpu.h: Correct code pointer
` [PATCH v2 14/40] bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF
` [PATCH v2 15/40] bsd-user/arm/target_arch_cpu.h: Implement data faults
` [PATCH v2 16/40] bsd-user/signal.c: implement abstract target / host signal translation
` [PATCH v2 17/40] bsd-user/signal.c: Implement signal_init()
` [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 20/40] bsd-user/host/i386/host-signal.h: "
` [PATCH v2 21/40] bsd-user/host/x86_64/host-signal.h: "
` [PATCH v2 22/40] bsd-user: Add host signals to the build
` [PATCH v2 23/40] bsd-user: Add trace events for bsd-user
` [PATCH v2 24/40] bsd-user/signal.c: host_to_target_siginfo_noswap
` [PATCH v2 25/40] bsd-user/signal.c: Implement rewind_if_in_safe_syscall
` [PATCH v2 26/40] bsd-user/signal.c: Implement host_signal_handler
` [PATCH v2 27/40] bsd-user/strace.c: print_taken_signal
` [PATCH v2 28/40] bsd-user/signal.c: Implement dump_core_and_abort
` [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 35/40] bsd-user/signal.c: implement do_sigreturn
` [PATCH v2 36/40] bsd-user/signal.c: implement do_sigaction
` [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] target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()
 2022-01-24  9:47 UTC  (2+ messages)

[PATCH] hw/misc/macio/cuda: Simplify using the ldst API
 2022-01-24 23:13 UTC 

[PATCH] target/ppc: Put do_rfi under a TCG-only block
 2022-01-24 23:10 UTC  (2+ messages)

[PATCH v2 0/3] block/export/fuse: Fix build failure on FreeBSD
 2022-01-24 22:03 UTC  (4+ messages)
` [PATCH v2 1/3] block/export/fuse: Extract fuse_fallocate_punch_hole()
` [PATCH v2 2/3] block/export/fuse: Extract fuse_fallocate_zero_range()
` [PATCH v2 3/3] block/export/fuse: Fix build failure on FreeBSD

[PATCH 00/30] bsd-user: upstream our signal implementation
 2022-01-24 21:45 UTC  (7+ messages)
` [PATCH 10/30] bsd-user/signal.c: Implement signal_init()
` [PATCH 16/30] bsd-user/signal.c: host_to_target_siginfo_noswap

[PATCH v8 00/23] QEMU RISC-V AIA support
 2022-01-24 21:35 UTC  (3+ messages)
` [PATCH v8 19/23] hw/riscv: virt: Add optional AIA APLIC support to virt machine

[PATCH v4 0/9] virtiofsd: Add support for file security context at creation
 2022-01-24 21:24 UTC  (10+ 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 5/9] virtiofsd, fuse_lowlevel.c: Add capability to parse security context
` [PATCH v4 6/9] virtiofsd: Move core file creation code in separate function
` [PATCH v4 7/9] virtiofsd: Create new file with fscreate set
` [PATCH v4 8/9] virtiofsd: Create new file using O_TMPFILE and set security context
` [PATCH v4 9/9] virtiofsd: Add an option to enable/disable security label

[PATCH] target/hexagon: remove unused variable
 2022-01-24 20:11 UTC  (2+ messages)

[PATCH v2] hw/smbios: Add table 4 parameter, "processor-id"
 2022-01-24 20:11 UTC 

[PATCH v6 0/7] tests: Refresh lcitool submodule & remove libxml2
 2022-01-24 19:33 UTC  (5+ messages)

[PATCH] hw/smbios: Add table 4 parameter, "processor-id"
 2022-01-24 19:52 UTC  (5+ messages)

[PATCH 0/2] Python: setuptools v60+ workaround
 2022-01-24 18:56 UTC  (3+ messages)
` [PATCH 1/2] Python: setuptools v60.0 workaround
` [PATCH 2/2] Revert "python: pin setuptools below v60.0.0"

[PATCH] hw/nvram: use at24 macro
 2022-01-24 19:46 UTC  (2+ messages)

[PATCH 0/5] target/ppc: powerpc_excp improvements [BookS] (4/n)
 2022-01-24 18:46 UTC  (6+ messages)
` [PATCH 1/5] target/ppc: Introduce powerpc_excp_books
` [PATCH 2/5] target/ppc: Simplify powerpc_excp_books
` [PATCH 3/5] target/ppc: books: Machine Check exception cleanup
` [PATCH 4/5] target/ppc: books: External interrupt cleanup
` [PATCH 5/5] target/ppc: books: Program exception cleanup

[PATCH v2] ide: Increment BB in-flight counter for TRIM BH
 2022-01-24 18:41 UTC  (4+ messages)

[PATCH v3 0/4] Python: Improvements for iotest 040,041
 2022-01-24 18:06 UTC  (5+ messages)
` [PATCH v3 1/4] python/aqmp: Fix negotiation with pre-"oob" QEMU
` [PATCH v3 2/4] python/machine: raise VMLaunchFailure exception from launch()
` [PATCH v3 3/4] python: upgrade mypy to 0.780
` [PATCH v3 4/4] python/aqmp: add socket bind step to legacy.py

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-01-24 18:11 UTC  (44+ messages)
` [PATCH v4 01/42] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v4 02/42] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v4 03/42] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v4 04/42] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v4 05/42] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [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
` [PATCH v4 15/42] acpi/pci: Consolidate host bridge setup
` [PATCH v4 16/42] tests/acpi: Add update DSDT.viot
` [PATCH v4 17/42] cxl: Machine level control on whether CXL support is enabled
` [PATCH v4 18/42] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v4 19/42] hw/cxl/rp: Add a root port
` [PATCH v4 20/42] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v4 21/42] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PATCH v4 22/42] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v4 23/42] tests/acpi: allow CEDT table addition
` [PATCH v4 24/42] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v4 25/42] hw/cxl/device: Add some trivial commands
` [PATCH v4 26/42] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v4 27/42] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v4 28/42] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v4 29/42] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v4 30/42] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v4 31/42] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v4 32/42] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v4 33/42] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PATCH v4 34/42] mem/cxl_type3: Add read and write functions for associated hostmem
` [PATCH v4 35/42] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v4 36/42] arm/virt: Allow virt/CEDT creation
` [PATCH v4 37/42] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v4 38/42] RFC: softmmu/memory: Add ops to memory_region_ram_init_from_file
` [PATCH v4 39/42] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v4 40/42] i386/pc: Enable CXL fixed memory windows
` [PATCH v4 41/42] qtest/acpi: Add reference CEDT tables
` [PATCH v4 42/42] qtest/cxl: Add very basic sanity tests

[PATCH v2] configure: fix parameter expansion of --cross-cc-cflags options
 2022-01-24 18:18 UTC 

[PATCH] block: bdrv_set_backing_hd(): use drained section
 2022-01-24 17:37 UTC 

TR: Openstack NOVA - Improve the time of file system freeze during live-snapshot
 2022-01-24 17:24 UTC  (2+ messages)

[PATCH v13 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-01-24 17:17 UTC  (10+ messages)
` [PATCH v13 01/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v13 02/10] ACPI ERST: specification for ERST support
` [PATCH v13 03/10] ACPI ERST: PCI device_id for ERST
` [PATCH v13 04/10] ACPI ERST: header file "
` [PATCH v13 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v13 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v13 08/10] ACPI ERST: qtest for ERST
` [PATCH v13 09/10] ACPI ERST: bios-tables-test testcase
` [PATCH v13 10/10] ACPI ERST: step 6 of bios-tables-test.c


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