qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-02 10:33:54 to 2022-03-02 17:28:16 UTC [more...]

propagating vmgenid outward and upward
 2022-03-02 17:27 UTC  (18+ messages)

[PATCH 0/2] Enable vhost-user to be used on BSD systems
 2022-03-02 17:18 UTC  (10+ messages)
` [PATCH 1/2] Allow returning EventNotifier's wfd
` [PATCH 2/2] Allow building vhost-user in BSD

[PATCH v16 0/7] support dirty restraint on vCPU
 2022-03-02 17:18 UTC  (4+ messages)

[PATCH 0/9] Cleanup of qemu_oom_check() and qemu_memalign()
 2022-03-02 17:03 UTC  (4+ messages)
` [PATCH 1/9] hw/usb/redirect.c: Stop using qemu_oom_check()

[PATCH] 9pfs: move qemu_dirent_dup() from osdep -> 9p-util
 2022-03-02 16:59 UTC  (4+ messages)

[PULL 00/87] ppc queue
 2022-03-02 16:58 UTC  (89+ messages)
` [PULL 01/87] hw/ppc/pnv: Determine ns16550's IRQ number from QOM property
` [PULL 02/87] ppc/pnv: fix default PHB4 QOM hierarchy
` [PULL 03/87] target/ppc: make power8-pmu.c CONFIG_TCG only
` [PULL 04/87] target/ppc: finalize pre-EBB PMU logic
` [PULL 05/87] target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
` [PULL 06/87] target/ppc: trigger PERFM EBBs from power8-pmu.c
` [PULL 07/87] target/ppc: Introduce TRANS*FLAGS macros
` [PULL 08/87] target/ppc: moved vector even and odd multiplication to decodetree
` [PULL 09/87] target/ppc: Moved vector multiply high and low "
` [PULL 10/87] target/ppc: vmulh* instructions without helpers
` [PULL 11/87] target/ppc: Implement vmsumcud instruction
` [PULL 12/87] target/ppc: Implement vmsumudm instruction
` [PULL 13/87] target/ppc: Move vexts[bhw]2[wd] to decodetree
` [PULL 14/87] target/ppc: Implement vextsd2q
` [PULL 15/87] target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
` [PULL 16/87] target/ppc: Move Vector Compare Not Equal or Zero "
` [PULL 17/87] target/ppc: Implement Vector Compare Equal Quadword
` [PULL 18/87] target/ppc: Implement Vector Compare Greater Than Quadword
` [PULL 19/87] target/ppc: Implement Vector Compare Quadword
` [PULL 20/87] target/ppc: implement vstri[bh][lr]
` [PULL 21/87] target/ppc: implement vclrlb
` [PULL 22/87] target/ppc: implement vclrrb
` [PULL 23/87] target/ppc: implement vcntmb[bhwd]
` [PULL 24/87] target/ppc: implement vgnb
` [PULL 25/87] target/ppc: move vs[lr][a][bhwd] to decodetree
` [PULL 26/87] target/ppc: implement vslq
` [PULL 27/87] target/ppc: implement vsrq
` [PULL 28/87] target/ppc: implement vsraq
` [PULL 29/87] target/ppc: move vrl[bhwd] to decodetree
` [PULL 30/87] target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi "
` [PULL 31/87] target/ppc: implement vrlq
` [PULL 32/87] target/ppc: implement vrlqnm
` [PULL 33/87] target/ppc: implement vrlqmi
` [PULL 34/87] target/ppc: Move vsel and vperm/vpermr to decodetree
` [PULL 35/87] target/ppc: Move xxsel "
` [PULL 36/87] target/ppc: move xxperm/xxpermr "
` [PULL 37/87] target/ppc: Move xxpermdi "
` [PULL 38/87] target/ppc: Implement xxpermx instruction
` [PULL 39/87] tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i
` [PULL 40/87] target/ppc: Implement xxeval
` [PULL 41/87] target/ppc: Implement xxgenpcv[bhwd]m instruction
` [PULL 42/87] target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetree
` [PULL 43/87] target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]
` [PULL 44/87] target/ppc: Implement xvtlsbb instruction
` [PULL 45/87] target/ppc: Remove xscmpnedp instruction
` [PULL 46/87] target/ppc: Refactor VSX_SCALAR_CMP_DP
` [PULL 47/87] target/ppc: Implement xscmp{eq,ge,gt}qp
` [PULL 48/87] target/ppc: Move xscmp{eq,ge,gt}dp to decodetree
` [PULL 49/87] target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3
` [PULL 50/87] target/ppc: Refactor VSX_MAX_MINC helper
` [PULL 51/87] target/ppc: Implement xs{max,min}cqp
` [PULL 52/87] target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions
` [PULL 53/87] target/ppc: implement plxsd/pstxsd
` [PULL 54/87] target/ppc: implement plxssp/pstxssp
` [PULL 55/87] target/ppc: implement lxvr[bhwd]/stxvr[bhwd]x
` [PULL 56/87] ppc/xive2: Introduce a XIVE2 core framework
` [PULL 57/87] ppc/xive2: Introduce a presenter matching routine
` [PULL 58/87] ppc/pnv: Add a XIVE2 controller to the POWER10 chip
` [PULL 59/87] ppc/pnv: Add a OCC model for POWER10
` [PULL 60/87] ppc/pnv: Add POWER10 quads
` [PULL 61/87] ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
` [PULL 62/87] ppc/pnv: Add a HOMER model to POWER10
` [PULL 63/87] ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
` [PULL 64/87] ppc/xive2: Add support for notification injection on ESB pages
` [PULL 65/87] ppc/xive: Add support for PQ state bits offload
` [PULL 66/87] ppc/pnv: Add support for PQ offload on PHB5
` [PULL 67/87] ppc/pnv: Add support for PHB5 "Address-based trigger" mode
` [PULL 68/87] pnv/xive2: Introduce new capability bits
` [PULL 69/87] ppc/pnv: add XIVE Gen2 TIMA support
` [PULL 70/87] pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)
` [PULL 71/87] xive2: Add a get_config() handler for the router configuration
` [PULL 72/87] pnv/xive2: Add support for automatic save&restore
` [PULL 73/87] pnv/xive2: Add support for 8bits thread id
` [PULL 74/87] hw/ppc/spapr.c: use g_autofree in spapr_dt_chosen()
` [PULL 75/87] hw/ppc/spapr.c: fail early if no firmware found in machine_init()
` [PULL 76/87] hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_set_string()
` [PULL 77/87] hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_get_string()
` [PULL 78/87] hw/ppc/spapr_caps.c: use g_autofree in spapr_caps_add_properties()
` [PULL 79/87] hw/ppc/spapr_drc.c: use g_auto in spapr_dt_drc()
` [PULL 80/87] hw/ppc/spapr_drc.c: use g_autofree in drc_realize()
` [PULL 81/87] hw/ppc/spapr_drc.c: use g_autofree in drc_unrealize()
` [PULL 82/87] hw/ppc/spapr_drc.c: use g_autofree in spapr_dr_connector_new()
` [PULL 83/87] hw/ppc/spapr_drc.c: use g_autofree in spapr_drc_by_index()
` [PULL 84/87] hw/ppc/spapr_numa.c: simplify spapr_numa_write_assoc_lookup_arrays()
` [PULL 85/87] spapr_pci_nvlink2.c: use g_autofree in spapr_phb_nvgpu_ram_populate_dt()
` [PULL 86/87] hw/ppc/spapr_rtas.c: use g_autofree in rtas_ibm_get_system_parameter()
` [PULL 87/87] hw/ppc/spapr_vio.c: use g_autofree in spapr_dt_vdevice()

[PATCH v6 00/19] vfio-user server in QEMU
 2022-03-02 16:49 UTC  (9+ messages)
` [PATCH v6 07/19] vfio-user: define vfio-user-server object
` [PATCH v6 12/19] vfio-user: IOMMU support for remote device

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-03-02 16:37 UTC  (11+ messages)
` [RFC PATCH 1/5] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [RFC PATCH 2/5] introduce BDRV_POLL_WHILE_UNLOCKED
` [RFC PATCH 3/5] block/io.c: introduce bdrv_subtree_drained_{begin/end}_unlocked
` [RFC PATCH 4/5] child_job_drained_poll: override polling condition only when in home thread

[PATCH 0/4] block: copy-before-write: cbw-timeout
 2022-03-02 16:24 UTC  (5+ messages)
` [PATCH 1/4] util: add qemu-co-timeout
` [PATCH 2/4] block/block-copy: block_copy(): add timeout_ns parameter
` [PATCH 3/4] block/copy-before-write: implement cbw-timeout option
` [PATCH 4/4] iotests: copy-before-write: add cases for "

[PATCH v6 00/43] CXl 2.0 emulation Support
 2022-03-02 16:07 UTC  (15+ messages)
` [PATCH v6 24/43] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v6 25/43] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v6 26/43] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v6 28/43] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v6 29/43] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v6 30/43] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v6 31/43] CXL/cxl_component: Add cxl_get_hb_cstate()

[PATCH v4 0/3] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
 2022-03-02 15:58 UTC  (14+ messages)
` [PATCH v4 2/3] "

[PATCH v3 0/9] Many improvements to HVF memory-related codes
 2022-03-02 13:04 UTC  (10+ messages)
` [PATCH v3 1/9] hvf: move memory related functions from hvf-accel-ops.c to hvf-mem.c
` [PATCH v3 2/9] hvf: simplify data structures and codes of memory related functions
` [PATCH v3 3/9] hvf: use correct data types for addresses in "
` [PATCH v3 4/9] hvf: rename struct hvf_slot to HVFSlot
` [PATCH v3 5/9] hvf: fix memory dirty-tracking
` [PATCH v3 6/9] hvf: add a lock for memory related functions
` [PATCH v3 7/9] hvf: use GTree to store memory slots instead of fixed-size array
` [PATCH v3 8/9] hvf: only consider directly writeable memory regions for dirty-tracking
` [PATCH v3 9/9] hvf: remove the need to lookup memory slots when clearing dirty-bits

[PATCH v5 0/4] tls: add macros for coroutine-safe TLS variables
 2022-03-02 14:16 UTC  (2+ messages)

[PATCH 0/7] target/nios2: Rewrite interrupt handling
 2022-03-02 13:06 UTC  (15+ messages)
` [PATCH 1/7] target/nios2: Remove mmu_read_debug
` [PATCH 2/7] target/nios2: Replace MMU_LOG with tracepoints
` [PATCH 3/7] target/nios2: Only build mmu.c for system mode
` [PATCH 4/7] target/nios2: Hoist R_ZERO check in rdctl
` [PATCH 5/7] target/nios2: Split mmu_write
` [PATCH 6/7] target/nios2: Special case ipending in rdctl and wrctl
` [PATCH 7/7] target/nios2: Rewrite interrupt handling

[PATCH v2 0/3] iotests: Check for zstd support
 2022-03-02 12:45 UTC  (4+ messages)
` [PATCH v2 1/3] iotests.py: Add supports_qcow2_zstd_compression()
` [PATCH v2 2/3] iotests/065: Check for zstd support
` [PATCH v2 3/3] iotests/303: "

[PATCH 0/7] dump: Cleanup and consolidation
 2022-03-02 12:44 UTC  (4+ messages)
` [PATCH 7/7] dump: Consolidate elf note function

[PATCH] gdbstub.c: add support for info proc mappings
 2022-03-02 13:38 UTC  (2+ messages)

[PATCH 00/17] target/ppc: CPU families split
 2022-03-02 13:37 UTC  (4+ messages)
` [PATCH 03/17] target/ppc: Move 40x CPUs code to their own file

[PATCH v2 00/25] migration: Postcopy Preemption
 2022-03-02 12:34 UTC  (5+ messages)
` [PATCH v2 25/25] tests: Pass in MigrateStart** into test_migrate_start()

[PATCH] target/riscv: write back unmodified value for csrrc/csrrs with rs1 is not x0 but holding zero
 2022-03-02 12:29 UTC 

[PATCH] aspeed: Fix a potential memory leak bug in write_boot_rom()
 2022-03-02 12:29 UTC  (2+ messages)

[PATCH v2 0/9] Many improvements to HVF memory-related codes
 2022-03-02 12:26 UTC  (10+ messages)
` [PATCH v2 1/9] hvf: move memory related functions from hvf-accel-ops.c to hvf-mem.c
` [PATCH v2 2/9] hvf: simplify data structures and codes of memory related functions
` [PATCH v2 3/9] hvf: use correct data types for addresses in "
` [PATCH v2 4/9] hvf: rename struct hvf_slot to HVFSlot
` [PATCH v2 5/9] hvf: fix memory dirty-tracking
` [PATCH v2 6/9] hvf: add a lock for memory related functions
` [PATCH v2 7/9] hvf: use GTree to store memory slots instead of fixed-size array
` [PATCH v2 8/9] hvf: only consider directly writeable memory regions for dirty-tracking
` [PATCH v2 9/9] hvf: remove the need to lookup memory slots when clearing dirty-bits

[PATCH] migration: NULL transport_data after freeing
 2022-03-02 12:17 UTC  (3+ messages)

[PATCH v2] migration/rdma: set the REUSEADDR option for destination
 2022-03-02 11:41 UTC  (2+ messages)

[PATCH 0/2] iotests: Check for zstd support
 2022-03-02 11:37 UTC  (9+ messages)
` [PATCH 1/2] iotests/065: "
` [PATCH 2/2] iotests/303: "

[PATCH v8 0/3] VNC-related HMP/QMP fixes
 2022-03-02 11:39 UTC  (2+ messages)

[PATCH v9 0/3] VNC-related HMP/QMP fixes
 2022-03-02 11:26 UTC  (2+ messages)

[PULL 00/18] testing and semihosting updates
 2022-03-02 12:38 UTC  (2+ messages)

[PATCH] migration: Remove load_state_old and minimum_version_id_old
 2022-03-02 12:33 UTC  (2+ messages)

[PATCH v4 00/18] target/arm: Implement LVA, LPA, LPA2 features
 2022-03-02 11:08 UTC  (2+ messages)

[PATCH] virtiofsd: Let meson check for statx.stx_mnt_id
 2022-03-02 11:04 UTC  (2+ messages)

[RESEND] qga: Introduce NVMe disk bus type
 2022-03-02 10:56 UTC 

[PATCH] clock-vmstate: Add missing END_OF_LIST
 2022-03-02 10:49 UTC  (2+ messages)

[PATCH RESEND 0/2] Resolve some redundant property accessors
 2022-03-02 10:49 UTC  (3+ messages)
` [PATCH RESEND 1/2] hw/vfio/pci-quirks: Resolve redundant property getters

[PULL 00/16] Bsd user preen 2022q1 patches
 2022-03-02 10:45 UTC  (2+ messages)

[PATCH v3 0/7] isa: Resolve unneeded IRQ attributes from ISADevice
 2022-03-02  8:05 UTC  (3+ messages)
` [PATCH v3 7/7] isa: Inline and remove one-line isa_init_irq()


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