qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 09:26:18 to 2024-03-06 17:20:20 UTC [more...]

[PATCH v7 0/9] riscv: set vstart_eq_zero on mark_vs_dirty
 2024-03-06 17:19 UTC  (3+ messages)
` [PATCH v7 2/9] trans_rvv.c.inc: remove 'is_store' bool from load/store fns
` [PATCH v7 4/9] target/riscv/translate.c: remove 'cpu_vstart' global

[PATCH-for-9.1 00/18] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-03-06 17:19 UTC  (32+ messages)
` [PATCH-for-9.1 01/18] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH-for-9.1 02/18] hw/usb/hcd-xhci: Enumerate xhci_flags setting values
` [PATCH-for-9.1 03/18] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH-for-9.1 04/18] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH-for-9.1 05/18] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH-for-9.1 06/18] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH-for-9.1 07/18] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH-for-9.1 08/18] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH-for-9.1 09/18] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH-for-9.1 10/18] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH-for-9.1 11/18] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH-for-9.1 13/18] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH-for-9.1 14/18] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH-for-9.1 15/18] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH-for-9.1 16/18] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine

[PATCH] target/riscv/vector_helper.c: Avoid shifting negative in fractional LMUL checking
 2024-03-06 17:17 UTC  (2+ messages)

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2024-03-06 17:16 UTC  (6+ messages)
` [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()

Questions about CXL RAS injection test in qemu
 2024-03-06 17:16 UTC  (3+ messages)
` Enabling internal errors for VH CXL devices: [was: Re: Questions about CXL RAS injection test in qemu]

[PATCH 0/5] target/riscv: Support Zve32x and Zve64x extensions
 2024-03-06 17:08 UTC  (6+ messages)
` [PATCH 1/5] target/riscv: Add support for Zve32x extension
` [PATCH 2/5] target/riscv: Expose Zve32x extension to users
` [PATCH 3/5] target/riscv: Add support for Zve64x extension
` [PATCH 4/5] target/riscv: Expose Zve64x extension to users
` [PATCH 5/5] target/riscv: Relax vector register check in RISCV gdbstub

[RFC PATCH-for-9.0 0/9] hw/xen: Have ARM targets use common xen_memory_listener
 2024-03-06 17:03 UTC  (3+ messages)

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-03-06 16:37 UTC  (16+ messages)
` [PATCH v5 01/13] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v5 02/13] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v5 03/13] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v5 04/13] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v5 05/13] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size insead of mr as argument
` [PATCH v5 06/13] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v5 07/13] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support

[PATCH 0/4] docs/interop/firmware.json: scripts/qapi-gen.py compatibility
 2024-03-06 16:35 UTC  (8+ messages)
` [PATCH 1/4] docs/interop/firmware.json: Align examples
` [PATCH 2/4] docs/interop/firmware.json: Fix doc for FirmwareFlashMode
` [PATCH 3/4] docs/interop/firmware.json: Use full include paths
` [PATCH 4/4] docs/interop/firmware.json: Include pragma.json

(no subject)
 2024-03-06 16:30 UTC  (2+ messages)
` Problem with migration/rdma

How do I enumerate devices connected to i2c busses on running QEMU?
 2024-03-06 16:27 UTC  (2+ messages)

[PATCH 0/2] blockdev: Fix block_resize error reporting for op blockers
 2024-03-06 16:23 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] qerror: QERR_DEVICE_IN_USE is no longer used, drop

[PATCH v3 0/7] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-06 16:01 UTC  (20+ messages)
` [PATCH v3 1/7] Add 'to' object into migrate_qmp()
` [PATCH v3 2/7] Replace connect_uri and move migrate_get_socket_address inside migrate_qmp
` [PATCH v3 3/7] Add channels parameter in migrate_qmp_fail
` [PATCH v3 4/7] Add migrate_set_ports into migrate_qmp to change migration port number
` [PATCH v3 5/7] Add channels parameter in migrate_qmp
` [PATCH v3 6/7] Add multifd_tcp_plain test using list of channels instead of uri
` [PATCH v3 7/7] Add negative tests to validate migration QAPIs

QEMU Compatibility for Cortex-A55 AArch32 Firmware
 2024-03-06 15:24 UTC  (2+ messages)

[PATCH v2] hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output payload space zeroing
 2024-03-06 15:06 UTC  (2+ messages)

[PATCH v2 0/3 qemu] tcg/i386: Page tables in MMIO memory fixes (CXL)
 2024-03-06 15:04 UTC  (3+ messages)

[PATCH v4 00/10] Enabling DCD emulation support in Qemu
 2024-03-06 14:58 UTC  (7+ messages)
` [PATCH v4 08/10] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response

[PULL v2 0/1] loongarch-to-apply queue
 2024-03-06 14:56 UTC  (5+ messages)
` [PULL v2 1/1] loongarch: Change the UEFI loading mode to loongarch

[PULL for 9.0 00/29] maintainer updates (tests, gdbstub, plugins)
 2024-03-06 14:40 UTC  (30+ messages)
` [PULL 01/29] tests: bump QOS_PATH_MAX_ELEMENT_SIZE again
` [PULL 02/29] gdbstub: Support disablement in a multi-threaded process
` [PULL 03/29] {linux,bsd}-user: Introduce get_task_state()
` [PULL 04/29] {linux,bsd}-user: Update ts_tid after fork()
` [PULL 05/29] gdbstub: Introduce gdbserver_fork_start()
` [PULL 06/29] {linux,bsd}-user: Pass pid to fork_end()
` [PULL 07/29] {linux,bsd}-user: Pass pid to gdbserver_fork()
` [PULL 08/29] gdbstub: Call gdbserver_fork() both in parent and in child
` [PULL 09/29] gdbstub: Introduce gdb_handle_query_supported_user()
` [PULL 10/29] gdbstub: Introduce gdb_handle_set_thread_user()
` [PULL 11/29] gdbstub: Introduce gdb_handle_detach_user()
` [PULL 12/29] gdbstub: Implement follow-fork-mode child
` [PULL 13/29] tests/tcg: Add two follow-fork-mode tests
` [PULL 14/29] plugins: scoreboard API
` [PULL 15/29] plugins: define qemu_plugin_u64
` [PULL 16/29] plugins: implement inline operation relative to cpu_index
` [PULL 17/29] plugins: add inline operation per vcpu
` [PULL 18/29] tests/plugin: add test plugin for inline operations
` [PULL 19/29] tests/plugin/mem: migrate to new per_vcpu API
` [PULL 20/29] tests/plugin/insn: "
` [PULL 21/29] tests/plugin/bb: "
` [PULL 22/29] contrib/plugins/hotblocks: "
` [PULL 23/29] contrib/plugins/howvec: "
` [PULL 24/29] plugins: remove non per_vcpu inline operation from API
` [PULL 25/29] plugins: cleanup codepath for previous inline operation
` [PULL 26/29] disas: introduce show_opcodes
` [PULL 27/29] disas/hppa: honour show_opcodes
` [PULL 28/29] target/loongarch: honour show_opcodes when disassembling
` [PULL 29/29] target/riscv: "

Does "-object" support structured options now?
 2024-03-06 14:42 UTC  (6+ messages)

[PATCH] blockdev: Fix blockdev-snapshot-sync error reporting for no medium
 2024-03-06 14:28 UTC 

[PATCH v8 0/2] acpi: report NUMA nodes for device memory using GI
 2024-03-06 13:58 UTC  (5+ messages)
` [PATCH v8 1/2] qom: new object to associate device to NUMA node
` [PATCH v8 2/2] hw/acpi: Implement the SRAT GI affinity structure

[RFC 0/4] mirror: implement incremental and bitmap modes
 2024-03-06 13:44 UTC  (7+ messages)

[PATCH v4 00/25] migration: Improve error reporting
 2024-03-06 13:34 UTC  (26+ messages)
` [PATCH v4 01/25] migration: Report error when shutdown fails
` [PATCH v4 02/25] migration: Remove SaveStateHandler and LoadStateHandler typedefs
` [PATCH v4 03/25] migration: Add documentation for SaveVMHandlers
` [PATCH v4 04/25] migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
` [PATCH v4 05/25] s390/stattrib: Add Error** argument to set_migrationmode() handler
` [PATCH v4 06/25] vfio: Always report an error in vfio_save_setup()
` [PATCH v4 07/25] migration: Always report an error in block_save_setup()
` [PATCH v4 08/25] migration: Always report an error in ram_save_setup()
` [PATCH v4 09/25] migration: Add Error** argument to vmstate_save()
` [PATCH v4 10/25] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH v4 11/25] migration: Add Error** argument to .save_setup() handler
` [PATCH v4 12/25] migration: Add Error** argument to .load_setup() handler
` [PATCH v4 13/25] memory: Add Error** argument to .log_global_start() handler
` [PATCH v4 14/25] memory: Add Error** argument to the global_dirty_log routines
` [PATCH v4 15/25] migration: Modify ram_init_bitmaps() to report dirty tracking errors
` [PATCH v4 16/25] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v4 17/25] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v4 18/25] vfio: Add Error** argument to vfio_devices_dma_logging_stop()
` [PATCH v4 19/25] vfio: Use new Error** argument in vfio_save_setup()
` [PATCH v4 20/25] vfio: Add Error** argument to .vfio_save_config() handler
` [PATCH v4 21/25] vfio: Reverse test on vfio_get_dirty_bitmap()
` [PATCH v4 22/25] memory: Add Error** argument to memory_get_xlat_addr()
` [PATCH v4 23/25] vfio: Add Error** argument to .get_dirty_bitmap() handler
` [PATCH v4 24/25] vfio: Also trace event failures in vfio_save_complete_precopy()
` [PATCH v4 25/25] vfio: Extend vfio_set_migration_error() with Error* argument

[RFC 0/2] Add RISC-V Server Platform Reference Board
 2024-03-06 13:26 UTC  (8+ messages)
` [RFC 1/2] hw/riscv: Add server platform reference machine
` [RFC 2/2] target/riscv: Add server platform reference cpu
    ` [RISC-V][tech-server-soc] "

[PATCH v4 0/5] Virtio dmabuf improvements
 2024-03-06 13:13 UTC  (4+ messages)
` [PATCH v4 2/5] hw/virtio: document SharedObject structures

[PATCH 0/4] target: Improve error reporting for CpuModelInfo member @props
 2024-03-06 13:05 UTC  (5+ messages)
` [PATCH 1/4] target: Simplify type checks "
` [PATCH 3/4] target: Improve error reporting "

[PATCH 0/4] target/riscv: Fix the element agnostic function problem
 2024-03-06  9:20 UTC  (5+ messages)
` [PATCH 1/4] target/riscv: Rename vext_set_elems_1s function
` [PATCH 2/4] target/riscv: Add right functions to set agnostic elements
` [PATCH 3/4] target/riscv: Replace element agnostic for vector instructions
` [PATCH 4/4] target/riscv: Delete the former element agnostic function

[PATCH] target/riscv: Implement dynamic establishment of custom decoder
 2024-03-06  9:33 UTC 

[PATCH v2 00/13] contrib/elf2dmp: Improve robustness
 2024-03-06 12:53 UTC  (5+ messages)
` [PATCH v2 04/13] contrib/elf2dmp: Conform to the error reporting pattern

[PATCH 0/2] RISC-V APLIC fixes
 2024-03-06 12:50 UTC  (5+ messages)
` [PATCH 1/2] hw/intc/riscv_aplic: Fix setipnum_le write emulation for APLIC MSI-mode
` [PATCH 2/2] hw/intc/riscv_aplic: Fix in_clrip[x] read emulation

[PATCH v4 0/8] Live Migration With IAA
 2024-03-06 11:56 UTC  (5+ messages)
` [PATCH v4 3/8] configure: add --enable-qpl build option

[PATCH v7 0/2] acpi: report numa nodes for device memory using GI
 2024-03-06 11:46 UTC  (13+ messages)
` [PATCH v7 2/2] hw/acpi: Implement the SRAT GI affinity structure

[Stable-8.2.1 00/71] Patch Round-up for stable 8.2.1, frozen on 2024-01-27
 2024-03-06 11:31 UTC  (5+ messages)
` [Stable-8.2.1 61/71] linux-user/riscv: Adjust vdso signal frame cfa offsets

[PATCH v3 00/26] migration: Improve error reporting
 2024-03-06 10:51 UTC  (6+ messages)
` [PATCH v3 02/26] vfio: Always report an error in vfio_save_setup()

[PATCH] char: Slightly better error reporting when chardev is in use
 2024-03-06 10:17 UTC  (3+ messages)

[PATCH v2 00/20] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
 2024-03-06 10:04 UTC  (11+ messages)
` [PATCH v2 11/20] smbios: build legacy mode code only for 'pc' machine
  ` [PATCH v3 "
` [PATCH v2 17/20] smbios: clear smbios_type4_count before building tables
` [PATCH v2 20/20] tests: acpi: update expected SSDT.dimmpxm blob

[PATCH] migration/multifd: Don't fsync when closing QIOChannelFile
 2024-03-06  9:53 UTC  (5+ messages)

[PATCH 00/14] Cleanup on SMP and its test
 2024-03-06  9:54 UTC  (15+ messages)
` [PATCH 01/14] hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations
` [PATCH 02/14] hw/core/machine-smp: Deprecate unsupported "parameter=1" "
` [PATCH 03/14] hw/core/machine-smp: Simplify variables' initialization in machine_parse_smp_config()
` [PATCH 04/14] hw/core/machine-smp: Calculate total CPUs once "
` [PATCH 05/14] tests/unit/test-smp-parse: Drop the unsupported "dies=1" case
` [PATCH 06/14] tests/unit/test-smp-parse: Use CPU number macros in invalid topology case
` [PATCH 07/14] tests/unit/test-smp-parse: Bump max_cpus to 4096
` [PATCH 08/14] tests/unit/test-smp-parse: Make test cases aware of the book/drawer
` [PATCH 09/14] tests/unit/test-smp-parse: Test "books" parameter in -smp
` [PATCH 10/14] tests/unit/test-smp-parse: Test "drawers" "
` [PATCH 11/14] tests/unit/test-smp-parse: Test "drawers" and "books" combination case
` [PATCH 12/14] tests/unit/test-smp-parse: Test the full 7-levels topology hierarchy
` [PATCH 13/14] tests/unit/test-smp-parse: Test smp_props.has_clusters
` [PATCH 14/14] tests/unit/test-smp-parse: Test "parameter=0" SMP configurations

[PATCH v3] target/riscv: Fix shift count overflow
 2024-03-06  9:37 UTC  (3+ messages)

What is the correct way to add linker dependency to QEMU build system?
 2024-03-06  9:28 UTC  (4+ messages)


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