qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-01 22:40:03 to 2022-03-02 13:44:14 UTC [more...]

[PATCH v2 0/9] Many improvements to HVF memory-related codes
 2022-03-02 12:26 UTC  (8+ 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 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 0/3] iotests: Check for zstd support
 2022-03-02 12:45 UTC  (3+ messages)
` [PATCH v2 2/3] iotests/065: "
` [PATCH v2 3/3] iotests/303: "

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

[PATCH v6 00/43] CXl 2.0 emulation Support
 2022-03-02 12:18 UTC  (17+ messages)
` [PATCH v6 21/43] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v6 22/43] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v6 23/43] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [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 27/43] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v6 28/43] acpi/cxl: Introduce CFMWS structures in CEDT

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

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

[PATCH 0/7] target/nios2: Rewrite interrupt handling
 2022-03-02 13:06 UTC  (5+ messages)
` [PATCH 6/7] target/nios2: Special case ipending in rdctl and wrctl
` [PATCH 7/7] target/nios2: Rewrite interrupt handling

[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 v3 0/9] Many improvements to HVF memory-related codes
 2022-03-02 13:04 UTC  (3+ messages)
` [PATCH v3 2/9] hvf: simplify data structures and codes of memory related functions
` [PATCH v3 7/9] hvf: use GTree to store memory slots instead of fixed-size array

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

propagating vmgenid outward and upward
 2022-03-02 11:26 UTC  (13+ messages)

[PULL 00/87] ppc queue
 2022-03-02 11:08 UTC  (88+ 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()

[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  (4+ messages)
` [PATCH v4 15/18] target/arm: Advertise all page sizes for -cpu max

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-03-02 11:07 UTC  (3+ 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  (5+ messages)
` [PATCH RESEND 1/2] hw/vfio/pci-quirks: Resolve redundant property getters
` [PATCH RESEND 2/2] hw/riscv/sifive_u: Resolve redundant property accessors

[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()

[PATCH 0/7] dump: Cleanup and consolidation
 2022-03-02 10:30 UTC  (5+ messages)
` [PATCH 3/7] dump: Add more offset variables
` [PATCH 7/7] dump: Consolidate elf note function

[PATCH V9 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation
 2022-03-02 10:09 UTC 

[PATCH v3] Check and report for incomplete 'global' option format
 2022-03-02  9:37 UTC  (4+ messages)

[PATCH 0/2] QAPI: Support NVMe disk type
 2022-03-02  9:35 UTC  (4+ messages)
` [PATCH 1/2] qapi: Introduce NVMe disk bus type
` [PATCH 2/2] qga/commands-posix: Support NVMe disk type

[PATCH 00/10] q800: migration fixes
 2022-03-02  9:17 UTC  (6+ messages)
` [PATCH 03/10] macfb: increase number of registers saved in MacfbState
` [PATCH 08/10] esp: convert ESPState pdma_cb from a function pointer to an integer

[PATCH v4 0/3] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
 2022-03-02  8:48 UTC  (16+ messages)
` [PATCH v4 2/3] "
` [PATCH v4 3/3] tests/acpi: i386: update FACP table differences

[PATCH] aspeed: Fix a potential memory leak bug in write_boot_rom()
 2022-03-02  8:33 UTC 

[PATCH v4 0/2] riscv: Add support for Zicbo[m,z,p] instructions
 2022-03-02  8:00 UTC  (3+ messages)
` [PATCH v4 1/2] accel/tcg: Add probe_access_range_flags interface

[PATCH] target/riscv: fix inverted checks for ext_zb[abcs]
 2022-03-02  7:53 UTC  (4+ messages)

[PATCH v2 0/3] Fix broken PCIe device after migration
 2022-03-02  7:51 UTC  (4+ messages)
` [PATCH v2 3/3] q35: compat: keep hotplugged PCIe device broken after migration for 6.2 and older machine types

[PATCH 00/20] migration: Postcopy Preemption
 2022-03-02  6:41 UTC  (7+ messages)
` [PATCH 20/20] tests: Add postcopy preempt test

[ANNOUNCE] SeaBIOS 1.16.0
 2022-03-02  2:19 UTC 

[PATCH 3/3] whpx: Added support for breakpoints and stepping
 2022-03-02  2:06 UTC  (10+ messages)

[PATCH v3 0/9] This patch series contains updates to PMBus in QEMU along with some PMBus device models for Renesas regulators. I have also added myself to MAINTAINERS as this code is in use daily, where I am responsible for it
 2022-03-02  1:50 UTC  (10+ messages)
` [PATCH v3 1/9] hw/i2c: pmbus: add registers
` [PATCH v3 2/9] hw/i2c: pmbus: guard against out of range accesses
` [PATCH v3 3/9] hw/i2c: pmbus: add PEC unsupported warning
` [PATCH v3 4/9] hw/i2c: pmbus: refactor uint handling
` [PATCH v3 5/9] hw/i2c: pmbus: update MAINTAINERS
` [PATCH v3 6/9] hw/i2c: Added linear mode translation for pmbus devices
` [PATCH v3 7/9] hw/sensor: add Intersil ISL69260 device model
` [PATCH v3 8/9] hw/sensor: add Renesas raa229004 PMBus device
` [PATCH v3 9/9] hw/sensor: add Renesas raa228000 device

[PATCH qemu 0/7] Many improvements to HVF memory-related codes
 2022-03-02  1:07 UTC  (4+ messages)

[PATCH v7 00/14] support subsets of scalar crypto extension
 2022-03-02  0:57 UTC  (7+ messages)
` [PATCH v7 12/14] target/riscv: rvk: add CSR support for Zkr

[PATCH v2 0/9] Fixups for PMBus and new sensors
 2022-03-02  0:48 UTC  (13+ messages)
` [PATCH v2 1/9] hw/i2c: pmbus: add registers
` [PATCH v2 2/9] hw/i2c: pmbus: guard against out of range accesses
` [PATCH v2 3/9] hw/i2c: pmbus: add PEC unsupported warning
` [PATCH v2 4/9] hw/i2c: pmbus: refactor uint handling and update MAINTAINERS
` [PATCH v2 5/9] hw/i2c: Added linear mode translation for pmbus devices
` [PATCH v2 6/9] hw/sensor: add Intersil ISL69260 device model
` [PATCH v2 7/9] hw/sensor: add Renesas raa229004 PMBus device
` [PATCH v2 8/9] hw/sensor: add Renesas raa228000 device
` [PATCH v2 9/9] hw/sensor: rename isl_pmbus to isl_pmbus_vr

[PATCH v3 00/15] reduce audio playback latency
 2022-03-02  0:13 UTC  (5+ messages)
` [PATCH v3 01/15] audio: replace open-coded buffer arithmetic
` [PATCH v3 10/15] audio: restore mixing-engine playback buffer size

[PATCH RESEND] virtio/virtio-balloon: Prefer Object* over void* parameter
 2022-03-01 22:41 UTC  (2+ messages)

[PATCH 00/17] target/ppc: CPU families split
 2022-03-01 22:36 UTC  (3+ messages)
` [PATCH 03/17] target/ppc: Move 40x CPUs code to their own file

[PATCH v2 00/22] isa: Resolve unneeded IRQ attributes from ISADevice
 2022-03-01 22:03 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).