qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-04 22:22:01 to 2021-01-05 17:38:16 UTC [more...]

[PATCH v5 00/43] Mirror map JIT memory for TCG
 2021-01-05 17:19 UTC  (14+ messages)
` [PATCH v5 02/43] util: Extract flush_icache_range to cacheflush.c
` [PATCH v5 03/43] util: Enhance flush_icache_range with separate data pointer
` [PATCH v5 06/43] tcg: Move tcg epilogue pointer out of TCGContext
` [PATCH v5 07/43] tcg: Add in_code_gen_buffer
` [PATCH v5 11/43] tcg: Adjust tcg_out_label for const
` [PATCH v5 12/43] tcg: Adjust tcg_register_jit "
` [PATCH v5 15/43] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v5 17/43] tcg: Add --accel tcg,split-wx property
` [PATCH v5 18/43] accel/tcg: Support split-wx for linux with memfd
` [PATCH v5 21/43] tcg/i386: Support split-wx code generation
` [PATCH v5 23/43] tcg/aarch64: "
` [PATCH v5 24/43] disas: Push const down through host disassembly
` [PATCH v5 25/43] tcg/tci: Push const down through bytecode reading

[PATCH 0/5] i386: simplify Hyper-V enlightenments enablement
 2021-01-05 17:02 UTC  (16+ messages)
` [PATCH 5/5] i386: provide simple 'hyperv=on' option to x86 machine types

[RFC PATCH v2 00/32] CXL 2.0 Support
 2021-01-05 17:12 UTC  (34+ messages)
` [RFC PATCH v2 01/32] Temp: Add the PCI_EXT_ID_DVSEC definition to the qemu pci_regs.h copy
` [RFC PATCH v2 02/32] hw/pci/cxl: Add a CXL component type (interface)
` [RFC PATCH v2 03/32] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [RFC PATCH v2 04/32] hw/cxl/device: Introduce a CXL device (8.2.8)
` [RFC PATCH v2 05/32] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [RFC PATCH v2 06/32] hw/cxl/device: Add device status (8.2.8.3)
` [RFC PATCH v2 07/32] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [RFC PATCH v2 08/32] hw/cxl/device: Add memory devices (8.2.8.5)
` [RFC PATCH v2 09/32] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [RFC PATCH v2 10/32] hw/cxl/device: Placeholder for firmware commands
` [RFC PATCH v2 11/32] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [RFC PATCH v2 12/32] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [RFC PATCH v2 13/32] hw/pxb: Use a type for realizing expanders
` [RFC PATCH v2 14/32] hw/pci/cxl: Create a CXL bus type
` [RFC PATCH v2 15/32] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [RFC PATCH v2 16/32] qtest: allow DSDT acpi table changes
` [RFC PATCH v2 17/32] acpi/pci: Consolidate host bridge setup
` [RFC PATCH v2 18/32] tests/acpi: remove stale allowed tables
` [RFC PATCH v2 19/32] hw/pci: Plumb _UID through host bridges
` [RFC PATCH v2 20/32] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [RFC PATCH v2 21/32] acpi/pxb/cxl: Reserve host bridge MMIO
` [RFC PATCH v2 22/32] hw/pxb/cxl: Add "windows" for host bridges
` [RFC PATCH v2 23/32] hw/cxl/rp: Add a root port
` [RFC PATCH v2 24/32] hw/cxl/device: Add a memory device (8.2.8.5)
` [RFC PATCH v2 25/32] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [RFC PATCH v2 26/32] acpi/cxl: Add _OSC implementation (9.14.2)
` [RFC PATCH v2 27/32] tests/acpi: allow CEDT table addition
` [RFC PATCH v2 28/32] acpi/cxl: Create the CEDT (9.14.1)
` [RFC PATCH v2 29/32] Temp: acpi/cxl: Add ACPI0017 (CEDT awareness)
` [RFC PATCH v2 30/32] tests/acpi: Add new CEDT files
` [RFC PATCH v2 31/32] WIP: i386/cxl: Initialize a host bridge
` [RFC PATCH v2 32/32] qtest/cxl: Add very basic sanity tests

[PATCH v4 00/43] Mirror map JIT memory for TCG
 2021-01-05 16:57 UTC  (4+ messages)
` [PATCH v4 19/43] accel/tcg: Support split-wx for darwin/iOS with vm_remap

[PATCH v2] target/i386/sev: add support to query the attestation report
 2021-01-05 16:39 UTC 

[PATCH V2 00/22] Live Update
 2021-01-05 16:35 UTC  (26+ messages)
` [PATCH V2 01/22] as_flat_walk
` [PATCH V2 02/22] qemu_ram_volatile
` [PATCH V2 03/22] oslib: qemu_clr_cloexec
` [PATCH V2 04/22] util: env var helpers
` [PATCH V2 05/22] vl: memfd-alloc option
` [PATCH V2 06/22] vl: add helper to request re-exec
` [PATCH V2 07/22] cpr
` [PATCH V2 08/22] cpr: QMP interfaces
` [PATCH V2 09/22] cpr: HMP interfaces
` [PATCH V2 10/22] pci: export functions for cpr
` [PATCH V2 11/22] vfio-pci: refactor "
` [PATCH V2 12/22] vfio-pci: cpr
` [PATCH V2 13/22] vhost: reset vhost devices upon cprsave
` [PATCH V2 14/22] chardev: cpr framework
` [PATCH V2 15/22] chardev: cpr for simple devices
` [PATCH V2 16/22] chardev: cpr for pty
` [PATCH V2 17/22] chardev: socket accept subroutine
` [PATCH V2 18/22] chardev: cpr for sockets
` [PATCH V2 19/22] monitor: cpr support
` [PATCH V2 20/22] cpr: only-cpr-capable option
` [PATCH V2 21/22] cpr: maintainers
` [PATCH V2 22/22] simplify savevm

[PULL 0/5] Tracing patches
 2021-01-05 16:18 UTC  (2+ messages)

[PATCH v15 00/13] Apply COR-filter to the block-stream permanently
 2021-01-05 16:08 UTC  (15+ messages)
` [PATCH v15 09/13] stream: rework backing-file changing
` [PATCH v15 10/13] qapi: block-stream: add "bottom" argument
` [PATCH v15 13/13] block: apply COR-filter to block-stream jobs

[PATCH v3 00/15] target/mips/mips-defs: Simplify ISA definitions
 2021-01-05 16:01 UTC  (17+ messages)
` [PATCH v3 01/15] target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
` [PATCH v3 03/15] target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1
` [PATCH v3 04/15] target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
` [PATCH v3 05/15] hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
` [PATCH v3 09/15] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
` [PATCH v3 10/15] target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
` [PATCH v3 12/15] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
` [PATCH v3 13/15] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
` [PATCH v3 14/15] target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5

Some performance numbers for virtiofs, DAX and virtio-9p
 2021-01-05 15:45 UTC  (7+ messages)

[PULL 00/35] MIPS patches for 2021-01-03
 2021-01-05 15:14 UTC  (14+ messages)

[PATCH] tests/acceptance: bound the size of readline in s390_ccw_virtio
 2021-01-05 15:06 UTC  (4+ messages)

Adding dedicated runners to Gitlab CI
 2021-01-05 15:00 UTC 

[PATCH] meson: Propagate gnutls dependency
 2021-01-05 14:37 UTC  (6+ messages)

QEMU hosting
 2021-01-05 14:21 UTC 

[RFC] Using gitlab for upstream qemu repo?
 2021-01-05 14:12 UTC  (2+ messages)

[Bug 1908266] [NEW] spice unnecessary forces nographic
 2021-01-05 13:59 UTC  (2+ messages)
` [Bug 1908266] "

[PATCH 0/2] tcg: Eliminate scratch regs from i386 backend
 2021-01-05 13:46 UTC  (6+ messages)
` [PATCH 1/2] tcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAP
` [PATCH 2/2] tcg: Introduce INDEX_op_qemu_st8_i32

[PATCH 0/2] sparc/leon3: Make grlib-irqmp handle its own inbound IRQ lines
 2021-01-05 13:17 UTC  (7+ messages)
` [PATCH 1/2] hw/sparc: Make grlib-irqmp device "
` [PATCH 2/2] include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedef

[Bug 1906905] [NEW] qemu-system-sparc stucked while booting using ss20_v2.25_rom
 2021-01-05 13:02 UTC  (6+ messages)
` [PATCH] hw/timer/slavio_timer: Allow 64-bit accesses
    ` [Bug 1906905] "

[PULL v2 00/53] Misc patches for 2020-12-21
 2021-01-05 13:08 UTC  (2+ messages)

[PATCH v2 0/3] Clean up sam460ex irq mapping
 2021-01-05 12:50 UTC  (4+ messages)
` [PATCH v2 2/3] sam460ex: Remove FDT_PPC dependency from KConfig

[PATCH] tests/docker: Include 'ccache' in Debian base image
 2021-01-05 12:48 UTC  (5+ messages)

[PATCH] tests/iotests: drop test 312 from auto group
 2021-01-05 11:51 UTC  (3+ messages)

[Qemu-devel] [PULL for-2.0 0/1] vnc bugfix
 2021-01-05 11:39 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/1] ui/vnc: fix vmware VGA incompatiblities

[PATCH] qtest/libqtest.c: fix heap-buffer-overflow in qtest_cb_for_every_machine()
 2021-01-05 11:28 UTC  (3+ messages)

[PATCH v3 0/3] Fix memory leak of some device state in migration
 2021-01-05 11:18 UTC  (3+ messages)
` [PATCH v3 3/3] vmstate: Fix memory leak in vmstate_handle_alloc()

[PATCH] hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)
 2021-01-05 11:04 UTC  (2+ messages)

[PATCH v2 0/3] pc: Support configuration of SMBIOS entry point type
 2021-01-05 11:02 UTC  (4+ messages)
` [PATCH v2 3/3] hw/i386: expose a "smbios-ep" PC machine property

[for-6.0 v5 00/13] Generalize memory encryption models
 2021-01-05 10:56 UTC  (11+ messages)
` [for-6.0 v5 11/13] spapr: PEF: prevent migration
            `  "
              ` [EXTERNAL] "

[PATCH] hw/arm/highbank: Drop dead KVM support code
 2021-01-05 10:55 UTC  (2+ messages)

[PATCH v2 0/4] qemu-timer: Make timer_free() imply timer_del()
 2021-01-05 10:54 UTC  (2+ messages)

[qemu-web PATCH v2] Add virtio-blk and virtio-scsi configuration post
 2021-01-05 10:49 UTC 

[PATCH] arm-virt: add secure pl061 for reset/power down
 2021-01-05 10:20 UTC  (2+ messages)

[PATCH v5 0/2] util/oslib: qemu_try_memalign() improvements
 2021-01-05  9:56 UTC  (4+ messages)

[PATCH, BUILD-FIX] linux-user: Conditionalize TUNSETVNETLE
 2021-01-05  9:59 UTC  (3+ messages)

[PULL v2 00/35] MIPS patches for 2021-01-04​
 2021-01-05  9:41 UTC  (2+ messages)
` [PULL v2 26/35] hw/mips: Add Loongson-3 machine support

[PATCH v4 0/7] block: Add retry for werror=/rerror= mechanism
 2021-01-05  9:33 UTC  (2+ messages)
` Ping: "

[PATCH v2 0/4] hw/arm: sabrelite: Improve emulation fidelity to allow booting upstream U-Boot
 2021-01-05  9:27 UTC  (10+ messages)
` [PATCH v2 1/4] hw/misc: imx6_ccm: Update PMU_MISC0 reset value
` [PATCH v2 2/4] hw/msic: imx6_ccm: Correct register value for silicon type
` [PATCH v2 4/4] docs/system: arm: Add sabrelite board description

[PATCH v4 0/7] fuzz: improve crash case minimization
 2021-01-05  8:00 UTC  (2+ messages)
` Ping: "

[PATCH 0/3] Bypass specific network traffic in COLO
 2021-01-05  6:29 UTC  (12+ messages)
` [PATCH 1/3] qapi/net: Add new QMP command for COLO passthrough

[PATCH] hw/riscv: microchip_pfsoc: specify XIP image
 2021-01-05  6:27 UTC  (2+ messages)

[PATCH v2 0/7] PPC64: Add support for the new prefixed instructions
 2021-01-05  4:39 UTC  (3+ messages)
` [PATCH v2 1/7] target/ppc: Add infrastructure for "

[Bug 1877418] [NEW] qemu-nbd freezes access to VDI file
 2021-01-05  4:17 UTC  (3+ messages)
` [Bug 1877418] "

[PATCH v5 1/2] hw/block: m25p80: Don't write to flash if write is disabled
 2021-01-05  3:50 UTC  (2+ messages)

[PATCH v4 1/2] hw/block: m25p80: Don't write to flash if write is disabled
 2021-01-05  3:49 UTC  (3+ messages)

[PATCH] RISC-V: Place DTB at 3GB boundary instead of 4GB
 2021-01-05  3:11 UTC  (14+ messages)

[PATCH 0/4] A few preliminary bsd-user patches
 2021-01-05  2:27 UTC  (2+ messages)

[PATCH v6 0/7] iOS and Apple Silicon host support
 2021-01-05  2:20 UTC  (8+ messages)
` [PATCH v6 1/7] configure: option to disable host block devices
` [PATCH v6 2/7] configure: cross-compiling with empty cross_prefix
` [PATCH v6 3/7] qemu: add support for iOS host
` [PATCH v6 4/7] coroutine: add libucontext as external library
` [PATCH v6 5/7] configure: cross compile should use x86_64 cpu_family
` [PATCH v6 6/7] slirp: update build flags for iOS resolv fix
` [PATCH v6 7/7] block: check availablity for preadv/pwritev on mac

[PATCH v2] tcg: Fix execution on Apple Silicon
 2021-01-05  2:02 UTC  (2+ messages)

[PATCH v3 0/8] acpi: Some fixes for pxb support for ARM virt machine
 2021-01-05  1:53 UTC  (10+ messages)
` [PATCH v3 3/8] acpi/gpex: Inform os to keep firmware resource map
` [PATCH v3 5/8] acpi/gpex: Append pxb devs in ascending order

[PATCH v4 0/4] Misc sam460ex fixes (was: Clean up sam460ex irq mapping)
 2021-01-04 23:44 UTC  (6+ messages)
` [PATCH v4 2/4] ppc440_pcix: Fix register write trace event
` [PATCH v4 3/4] ppc440_pcix: Fix up pci config access
` [PATCH v4 4/4] sam460ex: Use type cast macro instead of simple cast
` [PATCH v4 1/4] ppc440_pcix: Improve comment for IRQ mapping

[PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support
 2021-01-04 23:30 UTC  (4+ messages)
` [PATCH 01/22] hw/block: m25p80: Add ISSI SPI flash support


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