QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-20 20:55:55 to 2023-02-21 11:23:17 UTC [more...]

[PATCH v2 0/2] QGA installer fixes
 2023-02-21 11:21 UTC  (3+ messages)
` [PATCH v2 1/2] qga/win32: Remove change action from MSI installer
` [PATCH v2 2/2] qga/win32: Use rundll for VSS installation

[PATCH v4] configure: Add 'mkdir build' check
 2023-02-21 11:14 UTC  (2+ messages)

[PATCH 00/22] target/arm: Implement FEAT_RME
 2023-02-21 11:11 UTC  (8+ messages)
` [PATCH 17/22] target/arm: Use get_phys_addr_with_struct for stage2
` [PATCH 21/22] target/arm: Enable RME for -cpu max

[PULL 00/22] Block layer patches
 2023-02-21 11:10 UTC  (4+ messages)

[PATCH v2 00/14] testing/next: docker, avocado, unit, gitlab
 2023-02-21 11:08 UTC  (25+ messages)
` [PATCH v2 01/14] block: Handle curl 7.55.0, 7.85.0 version changes
` [PATCH v2 02/14] tests: don't run socat tests on MacOS as well
` [PATCH v2 03/14] tests: add socat dependency for tests
` [PATCH v2 04/14] tests: be a bit more strict cleaning up fifos
` [PATCH v2 05/14] tests: make fp-test less chatty when running from test suite
` [PATCH v2 06/14] gitlab-ci: Use artifacts instead of dumping logs in the Cirrus-CI jobs
` [PATCH v2 07/14] gitlab: extend custom runners with base_job_template
` [PATCH v2 08/14] tests: don't run benchmarks for the tsan build
` [PATCH v2 09/14] testing: update ubuntu2004 to ubuntu2204
` [PATCH v2 10/14] tests: skip the nios2 replay_kernel test
` [PATCH v2 11/14] tests: add tuxrun baseline test to avocado
` [PATCH v2 12/14] tests/docker: Use binaries for debian-tricore-cross
` [PATCH v2 13/14] tests: ensure we export job results for some cross builds
` [PATCH v2 14/14] cirrus.yml: Improve the windows_msys2_task

[PATCH v3 0/6] Python: Drop support for Python 3.6
 2023-02-21 11:03 UTC  (13+ messages)
` [PATCH v3 1/6] configure: Look for auxiliary Python installations
` [PATCH v3 2/6] configure: Add courtesy hint to Python version failure message
` [PATCH v3 3/6] DO-NOT-MERGE: testing: Add Python >= 3.7 to Centos, OpenSuSE
` [PATCH v3 4/6] DO-NOT-MERGE: testing: add pip-installed sphinx-build to CentOS 8
` [PATCH v3 5/6] meson: prefer 'sphinx-build' to 'sphinx-build-3'
` [PATCH v3 6/6] Python: Drop support for Python 3.6

[PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour
 2023-02-21 10:58 UTC  (6+ messages)
` [PATCH v2 06/21] gdbstub: move GDBState to shared internals header

[PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
 2023-02-21 10:57 UTC  (8+ messages)

[PATCH 0/4] win32: do not mix SOCKET and fd space
 2023-02-21 10:52 UTC  (8+ messages)
` [PATCH 3/4] win32: stop mixing SOCKET and file descriptor space

[PATCH v2 00/21] target/arm: Implement FEAT_RME
 2023-02-21 10:50 UTC  (26+ messages)
` [PATCH v2 01/21] target/arm: Rewrite check_s2_mmu_setup
` [PATCH v2 02/21] target/arm: Add isar_feature_aa64_rme
` [PATCH v2 03/21] target/arm: Update SCR and HCR for RME
` [PATCH v2 04/21] target/arm: SCR_EL3.NS may be RES1
` [PATCH v2 05/21] target/arm: Add RME cpregs
` [PATCH v2 06/21] target/arm: Introduce ARMSecuritySpace
` [PATCH v2 07/21] include/exec/memattrs: Add two bits of space to MemTxAttrs
` [PATCH v2 08/21] target/arm: Adjust the order of Phys and Stage2 ARMMMUIdx
` [PATCH v2 09/21] target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}
` [PATCH v2 10/21] target/arm: Pipe ARMSecuritySpace through ptw.c
` [PATCH v2 11/21] target/arm: NSTable is RES0 for the RME EL3 regime
` [PATCH v2 12/21] target/arm: Handle Block and Page bits for security space
` [PATCH v2 13/21] target/arm: Handle no-execute for Realm and Root regimes
` [PATCH v2 14/21] target/arm: Use get_phys_addr_with_struct in S1_ptw_translate
` [PATCH v2 15/21] target/arm: Move s1_is_el0 into S1Translate
` [PATCH v2 16/21] target/arm: Use get_phys_addr_with_struct for stage2
` [PATCH v2 17/21] target/arm: Add GPC syndrome
` [PATCH v2 18/21] target/arm: Implement GPC exceptions
` [PATCH v2 19/21] target/arm: Implement the granule protection check
` [NOTFORMERGE PATCH v2 20/21] target/arm: Enable RME for -cpu max
` [NOTFORMERGE PATCH v2 21/21] hw/arm/virt: Add some memory for Realm Management Monitor

[PATCH v3 0/4] Adds support for running QEMU natively on windows-arm64
 2023-02-21 10:33 UTC  (7+ messages)
` [PATCH v3 2/4] sysemu/os-win32: fix setjmp/longjmp "
` [PATCH v3 3/4] qga/vss-win32: fix warning for clang++-15

[PATCH v2 00/15] win32: do not mix SOCKET and fd space
 2023-02-21 10:28 UTC  (18+ messages)
` [PATCH v2 01/15] util: drop qemu_fork()
` [PATCH v2 02/15] tests: use closesocket()
` [PATCH v2 03/15] io: "
` [PATCH v2 04/15] error: add global &error_warn destination
` [PATCH v2 05/15] win32/socket: introduce qemu_socket_select() helper
` [PATCH v2 06/15] win32/socket: introduce qemu_socket_unselect() helper
` [PATCH v2 07/15] aio: make aio_set_fd_poll() static to aio-posix.c
` [PATCH v2 08/15] aio/win32: aio_set_fd_handler() only supports SOCKET
` [PATCH v2 09/15] RFC: build-sys: add slirp.wrap
` [PATCH v2 10/15] main-loop: remove qemu_fd_register(), win32/slirp/socket specific
` [PATCH v2 11/15] slirp: unregister the win32 SOCKET
` [PATCH v2 12/15] slirp: open-code qemu_socket_(un)select()
` [PATCH v2 13/15] win32: avoid mixing SOCKET and file descriptor space
` [PATCH v2 14/15] os-posix: remove useless ioctlsocket() define
` [PATCH v2 15/15] win32: replace closesocket() with close() wrapper

[PATCH] hw/arm/virt: Prevent CPUs in one socket to span mutiple NUMA nodes
 2023-02-21 10:21 UTC  (4+ messages)

[PATCH 0/2] QGA installer fixes
 2023-02-21 10:17 UTC  (9+ messages)
` [PATCH 1/2] qga/win32: Remove change action from MSI installer
` [PATCH 2/2] qga/win32: Use rundll for VSS installation

Detecting qemu from guest on arm/hvf (apple arm)
 2023-02-21 10:06 UTC  (2+ messages)

[RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-02-21  9:50 UTC 

[PATCH v2 0/4] Adds support for running QEMU natively on windows-arm64
 2023-02-21  9:42 UTC  (4+ messages)
` [PATCH v2 3/4] qga/vss-win32: fix warning for clang++-15

[PATCH v3 0/8] Make Intel PT configurable
 2023-02-21  9:37 UTC  (4+ messages)
` [PATCH v3 6/8] target/i386/intel-pt: Enable host pass through of Intel PT

[PATCH v2 0/6] migration: Modified 'migrate' QAPI command for migration
 2023-02-21  9:17 UTC  (9+ messages)
` [PATCH v2 2/6] migration: Updated QAPI format for 'migrate' qemu monitor command
    ` QAPI unions as branches / unifying struct and union types (was: [PATCH v2 2/6] migration: Updated QAPI format for 'migrate' qemu monitor command)
        ` QAPI unions as branches / unifying struct and union types

[PATCH v2 00/14] target/arm: gdbstub cleanups and additions
 2023-02-21  9:14 UTC  (25+ messages)
` [PATCH v2 01/14] target/arm: Normalize aarch64 gdbstub get/set function names
` [PATCH v2 02/14] target/arm: Unexport arm_gen_dynamic_sysreg_xml
` [PATCH v2 03/14] target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.c
` [PATCH v2 04/14] target/arm: Split out output_vector_union_type
` [PATCH v2 05/14] target/arm: Simplify register counting in arm_gen_dynamic_svereg_xml
` [PATCH v2 06/14] target/arm: Hoist pred_width "
` [PATCH v2 07/14] target/arm: Fix svep width "
` [PATCH v2 08/14] target/arm: Add name argument to output_vector_union_type
` [PATCH v2 09/14] target/arm: Simplify iteration over bit widths
` [PATCH v2 10/14] target/arm: Create pauth_ptr_mask
` [PATCH v2 11/14] target/arm: Implement gdbstub pauth extension
` [PATCH v2 12/14] target/arm: Export arm_v7m_mrs_control
` [PATCH v2 13/14] target/arm: Export arm_v7m_get_sp_ptr
` [PATCH v2 14/14] target/arm: Implement gdbstub m-profile systemreg and secext

[PATCH 0/9] simpletrace: refactor and general improvements
 2023-02-21  9:12 UTC  (12+ messages)
` [PATCH 1/9] simpletrace: Improve parsing of sys.argv; fix files never closed
` [PATCH 2/9] simpletrace: Annotate magic constants from QEMU code
` [PATCH 3/9] simpletrace: changed naming of edict and idtoname to improve readability
` [PATCH 4/9] simpletrace: update code for Python 3.11
` [PATCH 5/9] simpletrace: Changed Analyzer class to become context-manager
` [PATCH 6/9] simpletrace: Simplify construction of tracing methods
` [PATCH 7/9] simpletrace: Improved error handling on struct unpack
` [PATCH 8/9] simpletrace: define exception and add handling
` [PATCH 9/9] simpletrace: Refactor to separate responsibilities

[PATCH] target/riscv: Add support for Zicond extension
 2023-02-21  9:10 UTC 

[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
 2023-02-21  8:57 UTC  (6+ messages)

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2023-02-21  8:30 UTC  (11+ messages)

[PATCH v5 00/29] e1000x cleanups (preliminary for IGB)
 2023-02-21  8:28 UTC  (11+ messages)
` [PATCH v5 06/29] e1000e: Mask registers when writing
` [PATCH v5 21/29] hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
` [PATCH v5 27/29] MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer
` [PATCH v5 28/29] MAINTAINERS: Add e1000e test files
` [PATCH v5 29/29] e1000e: Combine rx traces

[PATCH 0/2] target/arm: Fix gdbstub for m-profile (#1421)
 2023-02-21  8:01 UTC  (5+ messages)
` [PATCH 1/2] Revert "target/arm: Merge regime_is_secure into get_phys_addr"
` [PATCH 2/2] target/arm: Fix arm_cpu_get_phys_page_attrs_debug for m-profile

[PATCH v11 0/9] support subsets of code size reduction extension
 2023-02-21  7:14 UTC  (2+ messages)

[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-21  7:07 UTC  (10+ messages)
` [PATCH v2 03/13] vdpa: add vhost_vdpa_suspend
` [PATCH v2 04/13] vdpa: move vhost reset after get vring base
` [PATCH v2 05/13] vdpa: rewind at get_base, not set_base

[PATCH v4 0/6] qapi: static typing conversion, pt5c
 2023-02-21  6:42 UTC  (4+ messages)

Summary on new backup interfaces in QEMU
 2023-02-21  6:31 UTC  (3+ messages)
` online blockdev-backup, a clarification (was: Summary on new backup interfaces in QEMU)

[PATCH] hw/riscv: Skip re-generating DT nodes for a given DTB
 2023-02-21  6:12 UTC 

[PATCH v2 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-02-20 23:58 UTC  (7+ messages)
` [PATCH v2 07/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization

[PATCH 0/6] hw/mips/gt64xxx_pci: Fix endianness swap on big-endian hosts
 2023-02-20 22:43 UTC  (4+ messages)
` [PATCH 5/6] hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps

Detecting qemu from guest on arm/hvf (apple arm)
 2023-02-20 22:32 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove CXL maintainer Ben Widawsky
 2023-02-20 21:24 UTC 

[PATCH v12 00/60] Xen HVM support under KVM
 2023-02-20 20:47 UTC  (14+ messages)
` [PATCH v12 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v12 23/60] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v12 26/60] i386/xen: implement HVMOP_set_param
` [PATCH v12 27/60] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v12 28/60] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v12 29/60] hw/xen: Implement EVTCHNOP_status
` [PATCH v12 43/60] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v12 44/60] hw/xen: Support mapping grant frames
` [PATCH v12 47/60] i386/xen: handle PV timer hypercalls
` [PATCH v12 48/60] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v12 49/60] i386/xen: handle HVMOP_get_param
` [PATCH v12 51/60] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v12 54/60] i386/xen: Implement HYPERVISOR_physdev_op


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 read-only IMAP folder(s) and NNTP newsgroup(s).