qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-03 10:08:19 to 2023-08-04 08:03:37 UTC [more...]

[PATCH v3 00/17] Support smp.clusters for x86
 2023-08-04  8:12 UTC  (13+ messages)
` [PATCH v3 01/17] i386: Fix comment style in topology.h
` [PATCH v3 14/17] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v3 15/17] i386: Fix NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v3 16/17] i386: Use CPUCacheInfo.share_level to encode "

[PATCH v3 0/9] gfxstream + rutabaga_gfx
 2023-08-04  7:36 UTC  (12+ messages)
` [PATCH v3 1/9] virtio: Add shared memory capability
` [PATCH v3 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v3 3/9] virtio-gpu: hostmem
` [PATCH v3 4/9] virtio-gpu: blob prep
` [PATCH v3 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v3 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v3 7/9] gfxstream + rutabaga: meson support
` [PATCH v3 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v3 9/9] docs/system: add basic virtio-gpu documentation

[PATCH for-8.2] hw/s390x/s390-virtio-ccw: Remove superfluous code to set the NIC model
 2023-08-04  7:35 UTC 

[PULL 00/22] pc,pci,virtio,crypto: bugfixes
 2023-08-04  6:35 UTC  (30+ messages)
` [PULL 01/22] hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()
` [PULL 02/22] hw/pci-bridge/cxl_upstream.c: Use g_new0() in build_cdat_table()
` [PULL 03/22] virtio-iommu: Standardize granule extraction and formatting
` [PULL 04/22] hw/virtio: Add a protection against duplicate vu_scmi_stop calls
` [PULL 05/22] tests: acpi: x86: whitelist expected blobs
` [PULL 06/22] x86: acpi: workaround Windows not handling name references in Package properly
` [PULL 07/22] tests: acpi: x86: update expected blobs
` [PULL 08/22] tests: acpi: whitelist "
` [PULL 09/22] acpi: x86: remove _ADR on host bridges
` [PULL 10/22] tests: acpi: update expected blobs
` [PULL 11/22] hw/virtio: qmp: add RING_RESET to 'info virtio-status'
` [PULL 12/22] virtio: Fix packed virtqueue used_idx mask
` [PULL 13/22] pci: do not respond config requests after PCI device eject
` [PULL 14/22] vhost: fix the fd leak
` [PULL 15/22] hw/i386/intel_iommu: Fix trivial endianness problems
` [PULL 16/22] hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntry
` [PULL 17/22] hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hosts
` [PULL 18/22] hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()
` [PULL 19/22] hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()
` [PULL 20/22] include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hosts
` [PULL 21/22] virtio-crypto: verify src&dst buffer length for sym request
` [PULL 22/22] cryptodev: Handle unexpected request to avoid crash
    `  "

[PATCH] linux-user: Undo incomplete mmap
 2023-08-04  6:08 UTC 

[PATCH for-8.1 v8 00/17] linux-user: brk fixes
 2023-08-04  6:02 UTC  (29+ messages)
` [PATCH v8 01/17] linux-user: Unset MAP_FIXED_NOREPLACE for host
` [PATCH v8 02/17] linux-user: Fix MAP_FIXED_NOREPLACE on old kernels
` [PATCH v8 03/17] linux-user: Do not call get_errno() in do_brk()
` [PATCH v8 04/17] linux-user: Use MAP_FIXED_NOREPLACE for do_brk()
` [PATCH v8 05/17] linux-user: Do nothing if too small brk is specified
` [PATCH v8 06/17] linux-user: Do not align brk with host page size
` [PATCH v8 07/17] linux-user: Remove last_brk
` [PATCH v8 08/17] linux-user: Adjust task_unmapped_base for reserved_va
` [PATCH v8 09/17] linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h
` [PATCH v8 10/17] linux-user: Define ELF_ET_DYN_BASE "
` [PATCH v8 11/17] linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
` [PATCH v8 12/17] linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
` [PATCH v8 13/17] linux-user: Adjust initial brk when interpreter is close to executable
` [PATCH v8 14/17] linux-user: Properly set image_info.brk in flatload
` [PATCH v8 15/17] linux-user: Do not adjust image mapping for host page size
` [PATCH v8 16/17] linux-user: Do not adjust zero_bss "
` [PATCH v8 17/17] linux-user: Use zero_bss for PT_LOAD with no file contents too

[PATCH 0/2] Fix vhost reconnect issues
 2023-08-04  5:29 UTC  (3+ messages)
` [PATCH 1/2] vhost-user: fix lost reconnect
` [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

[PULL 0/1] Hppa linux user speedup patches
 2023-08-04  4:12 UTC  (3+ messages)
` [PULL 1/1] target/hppa: Move iaoq registers and thus reduce generated code size

[PULL for-8.1 0/2] Block patches
 2023-08-04  1:47 UTC  (4+ messages)
` [PULL for-8.1 1/2] block/blkio: close the fd when blkio_connect() fails
` [PULL for-8.1 2/2] block/blkio: add more comments on the fd passing handling

[PATCH v4 0/3] linux-user: /proc/cpuinfo fix and content emulation for arm
 2023-08-03 22:44 UTC  (6+ messages)
` [PATCH v4 1/3] linux-user: Fix openat() emulation to correctly detect accesses to /proc
` [PATCH v4 2/3] linux-user: Emulate /proc/cpuinfo on aarch64 and arm
` [PATCH v4 3/3] linux-user: Emulate /proc/cpuinfo for Alpha

[PATCH] Revert "virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events"
 2023-08-03 21:26 UTC  (8+ messages)

[PATCH v3 0/3] linux-user: /proc/cpuinfo fix and content emulation for arm
 2023-08-03 21:12 UTC  (6+ messages)
` [PATCH v3 1/3] linux-user: Fix openat() emulation to correctly detect accesses to /proc
` [PATCH v3 2/3] linux-user: Emulate /proc/cpuinfo on aarch64 and arm
` [PATCH v3 3/3] linux-user: Emulate /proc/cpuinfo for Alpha

[PATCH v3 0/5] Complete i.MX6UL and i.MX7 processor for bare metal application
 2023-08-03 20:47 UTC  (4+ messages)
` [PATCH v3 1/5] Refactor i.MX6UL processor code

[PATCH] qdev-properties: alias all object class properties
 2023-08-03 19:51 UTC 

[PATCH v3 0/3] qmp, vhost-user: Remove virtio_list & update virtio introspection
 2023-08-03 19:50 UTC  (9+ messages)
` [PATCH v3 1/3] qmp: remove virtio_list, search QOM tree instead
` [PATCH v3 2/3] qmp: update virtio feature maps, vhost-user-gpio introspection
` [PATCH v3 3/3] vhost-user: move VhostUserProtocolFeature definition to header file
` [PATCH v3 0/3] qmp,vhost-user: Remove virtio_list & update virtio introspection

[PATCH 1/2] virtio-gpu: free BHs, by implementing unrealize
 2023-08-03 19:23 UTC  (3+ messages)
` [PATCH 2/2] virtio-gpu: reset gfx resources in main thread

[PATCH] hw/nvme: fix oob memory read in fdp events log
 2023-08-03 18:44 UTC 

[PATCH v2] softmmu/physmem: try opening file readonly before failure in file_ram_open
 2023-08-03 17:17 UTC  (8+ messages)
  `  "
          ` Ping: "

[PATCH 00/44] Raspberry Pi 4B machine
 2023-08-03 16:31 UTC  (9+ messages)
` [PATCH 01/44] Split out common part of BCM283X classes
` [PATCH 02/44] Split out common part of peripherals
` [PATCH 04/44] Introduce BCM2838 SoC

[RFC PATCH 0/6] Use Clang for compiling in the 64-bit MSYS2 job
 2023-08-03 16:29 UTC  (7+ messages)
` [RFC PATCH 5/6] include/qemu/compiler: Fix problem with gcc_struct and Clang

[PULL 0/9] Fixes for 8.1-rc3
 2023-08-03 16:21 UTC  (11+ messages)
` [PULL 1/9] util/oslib-win32: Fix compiling with Clang from MSYS2
` [PULL 2/9] gitlab: remove duplication between msys jobs
` [PULL 3/9] gitlab: print timestamps during windows "
` [PULL 4/9] gitlab: always use updated msys installer
` [PULL 5/9] gitlab: drop $CI_PROJECT_DIR from cache path
` [PULL 6/9] gitlab: always populate cache for windows msys jobs
` [PULL 7/9] configure: support passthrough of -Dxxx args to meson
` [PULL 8/9] gitlab: disable optimization and debug symbols in msys build
` [PULL 9/9] gitlab: disable FF_SCRIPT_SECTIONS on msys jobs

[PATCH v7 00/14] linux-user: brk fixes
 2023-08-03 16:10 UTC  (11+ messages)
` [PATCH v7 13/14] linux-user: Adjust initial brk when interpreter is close to executable

[PATCH v2] Fix SEGFAULT on getting physical address of MMIO region
 2023-08-03 16:07 UTC  (4+ messages)

[PATCH v9 0/4] hw/ufs: Add Universal Flash Storage (UFS) support
 2023-08-03 15:57 UTC  (6+ messages)
` [PATCH v9 1/4] hw/ufs: Initial commit for emulated Universal-Flash-Storage
` [PATCH v9 2/4] hw/ufs: Support for Query Transfer Requests
` [PATCH v9 3/4] hw/ufs: Support for UFS logical unit
` [PATCH v9 4/4] tests/qtest: Introduce tests for UFS

[PATCH for-8.2 v2 0/2] migration: Add max-switchover-bandwidth parameter
 2023-08-03 15:53 UTC  (3+ messages)
` [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments
` [PATCH for-8.2 v2 2/2] migration: Allow user to specify migration switchover bandwidth

[PATCH v2 0/2] Fix segfault on migration return path
 2023-08-03 15:39 UTC  (14+ messages)
` [PATCH v2 1/2] migration: Split await_return_path_close_on_source
` [PATCH v2 2/2] migration: Replace the return path retry logic

[PATCH v2 0/2] block/blkio: fix fd leak and add more comments for the fd passing
 2023-08-03 15:28 UTC  (4+ messages)
` [PATCH v2 1/2] block/blkio: close the fd when blkio_connect() fails

[RFC PATCH post-8.1] hw/xen: Clean up event channel 'type_val' handling to use union
 2023-08-03 15:28 UTC 

[PATCH v7] Emulate dip switch language layout settings on SUN keyboard
 2023-08-03 15:12 UTC  (12+ messages)
      ` [PATCH v8] "
        ` [PATCH v1] Allowing setting and overriding parameters in smb.conf
                    ` [PATCH v2] "

[PATCH] hw/riscv: split RAM into low and high memory
 2023-08-03 15:07 UTC  (2+ messages)

[PATCH] target/m68k: Map FPU exceptions to FPSR register
 2023-08-03 14:49 UTC  (2+ messages)

[PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
 2023-08-03 14:42 UTC  (3+ messages)

[PATCH] linux-user/elfload: Set V in ELF_HWCAP for RISC-V
 2023-08-03 14:42 UTC  (2+ messages)

[PATCH v5 0/5] eBPF RSS through QMP support
 2023-08-03 14:16 UTC  (3+ messages)
` [PATCH v5 4/5] qmp: Added new command to retrieve eBPF blob

[PATCH v1 0/8] Xilinx Versal CFI support
 2023-08-03 14:04 UTC  (15+ messages)
` [PATCH v1 2/8] hw/misc: Introduce a model of Xilinx Versal's CFU_APB
` [PATCH v1 3/8] hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDRO
` [PATCH v1 4/8] hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFR
` [PATCH v1 5/8] hw/misc: Introduce a model of Xilinx Versal's CFRAME_REG
` [PATCH v1 6/8] hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REG
` [PATCH v1 7/8] hw/arm/xlnx-versal: Connect the CFU_APB, CFU_FDRO and CFU_SFR
` [PATCH v1 8/8] hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REG

[RFC PATCH for-8.2 00/18] crypto: Provide clmul.h and host accel
 2023-08-03 14:02 UTC  (2+ messages)

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-08-03 13:41 UTC  (4+ messages)
` [PATCH v3 0/5] Implement reconnect for vhost-user-scsi
  ` [PATCH v3 1/5] vhost: fix the fd leak

[PATCH v3 0/6] Add nRF51 DETECT signal with test
 2023-08-03 13:21 UTC  (2+ messages)

[PATCH trivial for-8.1] stubs/colo.c: spelling
 2023-08-03 13:07 UTC 

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-03 13:05 UTC  (7+ messages)
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem

[PATCH] target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()
 2023-08-03 13:04 UTC  (5+ messages)

[PATCH v2 00/11] tpm: introduce TPM CRB SysBus device
 2023-08-03 11:35 UTC  (4+ messages)
` [PATCH v2 08/11] hw/loongarch/virt: add plug handler for TPM on SysBus

[PATCH] Add api to read CPU registers in TCG plugins
 2023-08-03 11:25 UTC 

QEMU developers fortnightly conference for 2023-08-08
 2023-08-03 11:24 UTC  (3+ messages)

[PATCH 0/8] gitlab: speed up msys windows jobs with GCC
 2023-08-03 11:16 UTC  (4+ messages)
` [PATCH 3/8] gitlab: always use updated msys installer

[RFC PATCH] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-08-03 11:06 UTC  (3+ messages)

[PATCH] hw/virtio: Add a protection against duplicate vu_scmi_stop calls
 2023-08-03 10:46 UTC  (6+ messages)

[PATCH 0/3] target/m68k: Fix a few semihosting bugs
 2023-08-03 10:45 UTC  (5+ messages)
` [PATCH 1/3] target/m68k: Pass semihosting arg to exit
` [PATCH 3/3] target/m68k: Support semihosting on non-ColdFire targets


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