qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-20 13:45:24 to 2023-04-21 04:20:24 UTC [more...]

[PATCH v4 0/6] testing/next: avocado, docs, gitlab
 2023-04-21  4:19 UTC  (12+ messages)
` [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0

[PATCH v3 0/2] Improve avocado code coverage for ppc64
 2023-04-21  4:06 UTC  (8+ messages)
` [PATCH v3 2/2] tests/avocado/tuxrun_baselines.py: improve "

[PATCH 0/2] Re-enabling tests/avocado/boot_linux.py for PPC64
 2023-04-21  3:42 UTC  (3+ messages)
` [PATCH 1/2] tests/requirements.txt: bump up avocado-framework version to 101.0

[PATCH v3 00/20] block: remove aio_disable_external() API
 2023-04-21  3:36 UTC  (4+ messages)
` [PATCH v3 13/20] block/export: rewrite vduse-blk drain code

[RESEND][QEMU PATCH] accel/kvm: Don't use KVM maximum support number to alloc user memslots
 2023-04-21  3:25 UTC 

[PATCH v2 0/4] COLO: improve build options
 2023-04-21  3:02 UTC  (13+ messages)
` [PATCH v2 1/4] block/meson.build: prefer positive condition for replication
` [PATCH v2 2/4] scripts/qapi: allow optional experimental enum values
` [PATCH v2 3/4] build: move COLO under CONFIG_REPLICATION
` [PATCH v2 4/4] configure: add --disable-colo-filters option

[RFC PATCH 00/13] gfxstream + rutabaga_gfx: a surprising delight or startling epiphany?
 2023-04-21  1:12 UTC  (14+ messages)
` [RFC PATCH 01/13] virtio: Add shared memory capability
` [RFC PATCH 02/13] virtio-gpu: hostmem
` [RFC PATCH 03/13] virtio-gpu blob prep: improve decoding and add memory region
` [RFC PATCH 04/13] virtio-gpu: CONTEXT_INIT feature
` [RFC PATCH 05/13] gfxstream + rutabaga prep: virtio_gpu_gl -> virtio_gpu_virgl
` [RFC PATCH 06/13] gfxstream + rutabaga prep: make GL device more library agnostic
` [RFC PATCH 07/13] gfxstream + rutabaga prep: define callbacks in realize function
` [RFC PATCH 08/13] gfxstream + rutabaga prep: added need defintions, fields, and options
` [RFC PATCH 09/13] gfxstream + rutabaga: add required meson changes
` [RFC PATCH 10/13] gfxstream + rutabaga: add initial support for gfxstream
` [RFC PATCH 11/13] gfxstream + rutabaga: enable rutabaga
` [RFC PATCH 12/13] HACK: use memory region API to inject memory to guest
` [RFC PATCH 13/13] HACK: schedule fence return on main AIO context

I've made a qemu appimage
 2023-04-20 23:44 UTC 

[PATCH] target/riscv: add Ventana's Veyron V1 CPU
 2023-04-20 23:53 UTC  (3+ messages)

[PATCH RESEND v7 00/12] target/riscv: rework CPU extensions validation
 2023-04-20 23:48 UTC  (7+ messages)
` [PATCH RESEND v7 05/12] target/riscv: Mask the implicitly enabled extensions in isa_string based on priv version
` [PATCH RESEND v7 11/12] target/riscv: rework write_misa()
` [PATCH RESEND v7 12/12] target/riscv: forbid write_misa() for static CPUs

[PATCH v3] riscv: Make sure an exception is raised if a pte is malformed
 2023-04-20 22:58 UTC  (2+ messages)

[PATCH] hvf: Enable 1G page support
 2023-04-20 22:52 UTC 

[PATCH 0/8] Start replacing target_ulong with vaddr
 2023-04-20 21:28 UTC  (9+ messages)
` [PATCH 1/8] accel: Replace `target_ulong` with `vaddr` in TB/TLB
` [PATCH 2/8] accel: Replace target_ulong with vaddr in probe_*()
` [PATCH 3/8] accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()
` [PATCH 4/8] accel/tcg: Replace target_ulong with vaddr in helper_unaligned_*()
` [PATCH 5/8] accel/tcg: Replace target_ulong with vaddr in translator_*()
` [PATCH 6/8] accel/tcg: Replace target_ulong with vaddr in page_*()
` [PATCH 7/8] cpu: Replace target_ulong with vaddr in tb_invalidate_phys_addr()
` [PATCH 8/8] tcg: Replace target_ulong with vaddr in tcg_gen_code()

[PATCH] async: Suppress GCC13 false positive in aio_bh_poll()
 2023-04-20 21:28 UTC  (4+ messages)

[PATCH v2 00/13] migration/ram.c: Refactor compress code
 2023-04-20 21:13 UTC  (9+ messages)
` [PATCH v2 01/13] qtest/migration-test.c: Add postcopy tests with compress enabled
` [PATCH v2 02/13] ram.c: Let the compress threads return a CompressResult enum
` [PATCH v2 03/13] ram.c: Dont change param->block in the compress thread

[PATCH v2 00/43] Migration: Create options.c for capabilities/params/properties
 2023-04-20 21:07 UTC  (52+ messages)
` [PATCH v2 03/43] migration: Create migration_cap_set()
` [PATCH v2 04/43] migration: Create options.c
` [PATCH v2 06/43] migration: Move migrate_use_compression() to options.c
` [PATCH v2 07/43] migration: Move migrate_use_events() "
` [PATCH v2 08/43] migration: Move migrate_use_multifd() "
` [PATCH v2 11/43] migration: Move migrate_use_block() "
` [PATCH v2 13/43] migration: Create migrate_rdma_pin_all() function
` [PATCH v2 14/43] migration: Move migrate_caps_check() to options.c
` [PATCH v2 15/43] migration: Move qmp_query_migrate_capabilities() "
` [PATCH v2 16/43] migration: Move qmp_migrate_set_capabilities() "
` [PATCH v2 17/43] migration: Move migrate_cap_set() "
` [PATCH v2 18/43] migration: Move parameters functions to option.c
` [PATCH v2 19/43] migration: Use migrate_max_postcopy_bandwidth()
` [PATCH v2 20/43] migration: Move migrate_use_block_incremental() to option.c
` [PATCH v2 21/43] migration: Create migrate_throttle_trigger_threshold()
` [PATCH v2 22/43] migration: Create migrate_checkpoint_delay()
` [PATCH v2 23/43] migration: Create migrate_max_cpu_throttle()
` [PATCH v2 24/43] migration: Move migrate_announce_params() to option.c
` [PATCH v2 25/43] migration: Create migrate_cpu_throttle_initial() "
` [PATCH v2 26/43] migration: Create migrate_cpu_throttle_increment() function
` [PATCH v2 27/43] migration: Create migrate_cpu_throttle_tailslow() function
` [PATCH v2 28/43] migration: Move migrate_use_tls() to options.c
` [PATCH v2 29/43] migration: Move migrate_postcopy() "
` [PATCH v2 30/43] migration: Create migrate_max_bandwidth() function
` [PATCH v2 32/43] migration: Move qmp_migrate_set_parameters() to options.c
` [PATCH v2 36/43] migration: Move migrate_set_block_incremental() "
` [PATCH v2 37/43] migration: Move block_cleanup_parameters() "
` [PATCH v2 39/43] migration: Create migrate_tls_creds() function
` [PATCH v2 40/43] migration: Create migrate_tls_authz() function
` [PATCH v2 42/43] migration: Create migrate_block_bitmap_mapping() function

[PATCH 0/9] docs: various (style, punctuation and typo fixes)
 2023-04-20 20:58 UTC  (19+ messages)
` [PATCH 1/9] docs/devel/kconfig.rst: Fix incorrect markup
` [PATCH 2/9] qemu-options.hx: Update descriptions of memory options for NUMA node
` [PATCH 3/9] docs: Fix typo (wphx => whpx)
` [PATCH 4/9] docs/cxl: Fix sentence
` [PATCH 5/9] MAINTAINERS: Add Juan Quintela to developer guides review
` [PATCH 6/9] docs/system: remove excessive punctuation from guest-loader docs
` [PATCH 7/9] docs/devel: make a statement about includes
` [PATCH 8/9] docs/devel: mention the spacing requirement for QOM
` [PATCH 9/9] docs/style: call out the use of GUARD macros

[PATCH] migration: Minor control flow simplification
 2023-04-20 20:50 UTC  (2+ messages)

[PATCH trivial] spelling: information
 2023-04-20 19:55 UTC 

[PATCH 0/2] docs/interop: Convert QMP related txt docs to rst
 2023-04-20 19:43 UTC  (5+ messages)
` [PATCH 1/2] docs/interop: Convert qmp-spec.txt to rST
` [PATCH 2/2] docs/interop: Delete qmp-intro.txt

[RFC PATCH v1 00/26] migration: File based migration with multifd and fixed-ram
 2023-04-20 19:19 UTC  (11+ messages)

[PATCH] coverity: physmem: use simple assertions instead of modelling
 2023-04-20 19:06 UTC  (7+ messages)

[PATCH v3] migration: move migration_global_dump() to migration-hmp-cmds.c
 2023-04-20 18:50 UTC  (2+ messages)

[PATCH for-8.0 v2 0/3] Fixes for GCC13
 2023-04-20 18:43 UTC  (3+ messages)
` [PATCH for-8.0 v2 1/3] async: Suppress GCC13 false positive in aio_bh_poll()

[PATCH] target: ppc: Correctly initialize HILE in HID-0 for book3s processors
 2023-04-20 18:19 UTC  (3+ messages)

[PATCH v2 00/41] igb: Fix for DPDK
 2023-04-20 17:56 UTC  (32+ messages)
` [PATCH v2 01/41] hw/net/net_tx_pkt: Decouple implementation from PCI
` [PATCH v2 02/41] hw/net/net_tx_pkt: Decouple interface "
` [PATCH v2 03/41] e1000x: Fix BPRC and MPRC
` [PATCH v2 04/41] igb: Fix Rx packet type encoding
` [PATCH v2 11/41] tests/avocado: Remove test_igb_nomsi_kvm
` [PATCH v2 16/41] e1000x: Rename TcpIpv6 into TcpIpv6Ex
` [PATCH v2 23/41] igb: Add more definitions for Tx descriptor
` [PATCH v2 27/41] net/eth: Always add VLAN tag
` [PATCH v2 28/41] hw/net/net_rx_pkt: Enforce alignment for eth_header
` [PATCH v2 29/41] tests/qtest/libqos/igb: Set GPIE.Multiple_MSIX
` [PATCH v2 31/41] igb: Use UDP for RSS hash
` [PATCH v2 32/41] igb: Implement Rx SCTP CSO
` [PATCH v2 38/41] igb: Implement Tx timestamp

[PATCH v5] hostmem-file: add offset option
 2023-04-20 17:22 UTC  (5+ messages)

[PATCH v2] s390x/gdb: Split s390-virt.xml
 2023-04-20 17:17 UTC  (3+ messages)

[PATCH 0/3] docs/specs: Convert some PCI specs docs to rST
 2023-04-20 16:03 UTC  (4+ messages)
` [PATCH 1/3] docs/specs/pci-ids: Convert from txt "
` [PATCH 2/3] docs/specs: Convert pci-serial.txt to rst
` [PATCH 3/3] docs/specs: Convert pci-testdev.txt "

[PATCH 0/2] tests/qtest: make migraton-test faster
 2023-04-20 15:58 UTC  (4+ messages)
` [PATCH 2/2] tests/qtest: make more migration pre-copy scenarios run non-live

[PATCH 0/1] pcie: Allow atomic completion on PCIE root port
 2023-04-20 15:38 UTC  (2+ messages)
` [PATCH 1/1] pcie: Allow generic PCIE root port to enable atomic completion

[PATCH 00/10] tracing: remove dynamic vcpu state
 2023-04-20 15:35 UTC  (13+ messages)
` [PATCH 01/10] *-user: remove the guest_user_syscall tracepoints
` [PATCH 02/10] trace-events: remove the remaining vcpu trace events
` [PATCH 03/10] trace: remove vcpu_id from the TraceEvent structure
` [PATCH 04/10] scripts/qapi: document the tool that generated the file
` [PATCH 05/10] qapi: make the vcpu parameters deprecated for 8.1
` [PATCH 06/10] trace: remove code that depends on setting vcpu
` [PATCH 07/10] trace: remove control-vcpu.h
` [PATCH 08/10] tcg: remove the final vestiges of dstate
` [PATCH 09/10] hw/9pfs: use qemu_xxhash4
` [PATCH 10/10] xxhash: remove qemu_xxhash7

[PATCH 0/2] Send all the SVQ control commands in parallel
 2023-04-20 15:22 UTC  (5+ messages)
` [PATCH 2/2] vdpa: send CVQ state load "

[PATCH] nbd: a BlockExport always has a BlockBackend
 2023-04-20 15:06 UTC  (3+ messages)

[PATCH] systemd: Also clear LISTEN_FDNAMES during systemd socket activation
 2023-04-20 15:05 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add Juan Quintela to developer guides review
 2023-04-20 15:04 UTC  (2+ messages)

[PATCH] hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIBridge
 2023-04-20 15:03 UTC  (2+ messages)

[PATCH v2] riscv: Make sure an exception is raised if a pte is malformed
 2023-04-20 15:03 UTC  (3+ messages)

[PATCH 1/2] i386/acpi: fix inconsistent QEMU/OVMF device paths
 2023-04-20 14:54 UTC  (2+ messages)

[PATCH 0/2] hw/pci-bridge: pci_expander_bridge: Fix wrong type and rework inheritance
 2023-04-20 14:27 UTC  (3+ messages)
` [PATCH 1/2] hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset()
` [PATCH 2/2] hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEV

[PATCH v2 0/3] vhost: memslot handling improvements
 2023-04-20 14:28 UTC  (4+ messages)
` [PATCH v2 3/3] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation

[PATCH v2] migration: Handle block device inactivation failures better
 2023-04-20 14:25 UTC  (3+ messages)

[PATCH v2 0/4] hw/acpi: bump MADT to revision 5
 2023-04-20 14:22 UTC  (5+ messages)
` [PATCH v2 3/4] hw/acpi: i386: "

[PATCH v2 RESEND 0/7] Hexagon: add lldb support
 2023-04-20 14:06 UTC  (11+ messages)
` [PATCH v2 RESEND 1/7] gdbstub: only send stop-reply packets when allowed to
` [PATCH v2 RESEND 2/7] gdbstub: add test for untimely stop-reply packets
` [PATCH v2 RESEND 3/7] gdbstub: add support for the qRegisterInfo query
` [PATCH v2 RESEND 4/7] Hexagon: support qRegisterInfo at gdbstub

[PATCH v10 00/11] target/arm: Allow CONFIG_TCG=n builds
 2023-04-20 13:59 UTC  (3+ messages)
` [PATCH v10 07/11] tests/qtest: Fix tests when no KVM or TCG are present

[PATCH] hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ
 2023-04-20 13:56 UTC  (2+ messages)

[PATCH] hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCI
 2023-04-20 13:55 UTC  (2+ messages)

[PATCH] hw/rdma: Compile target-independent parts of the rdma code only once
 2023-04-20 13:54 UTC  (2+ messages)

[PATCH v3 0/7] target/riscv: Fix PMP related problem
 2023-04-20 13:53 UTC  (7+ messages)
` [PATCH v3 2/7] target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp
` [PATCH v3 6/7] target/riscv: Make the short cut really work in pmp_hart_has_privs

[PATCH] docs/about/deprecated.rst: Add "since 7.1" tag to dtb-kaslr-seed deprecation
 2023-04-20 13:51 UTC  (3+ 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).