qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-26 14:19:12 to 2021-08-27 04:28:38 UTC [more...]

[PATCH v2 00/43] bsd-user updates to run hello world
 2021-08-27  4:27 UTC  (47+ messages)
` [PATCH v2 01/43] bsd-user: remove sparc and sparc64
` [PATCH v2 02/43] bsd-user: add copyright header to elfload.c
` [PATCH v2 03/43] bsd-user: Add Stacey's copyright to main.c
` [PATCH v2 04/43] bsd-user: add license to bsdload.c
` [PATCH v2 05/43] bsd-user: style nits: bsdload.c whitespace to qemu standard
` [PATCH v2 06/43] bsd-user: Remove all non-x86 code from elfload.c
` [PATCH v2 07/43] bsd-user: move arch specific defines out of elfload.c
` [PATCH v2 08/43] bsd-user: pass the bsd_param into loader_exec
` [PATCH v2 09/43] bsd-user: Fix calculation of size to allocate
` [PATCH v2 10/43] bsd-user: implement path searching
` [PATCH v2 11/43] bsd-user: Eliminate elf personality
` [PATCH v2 12/43] bsd-user: remove a.out support
` [PATCH v2 13/43] bsd-user: TARGET_NGROUPS unused in this file, remove
` [PATCH v2 14/43] bsd-user: elfload: simplify bswap a bit
` [PATCH v2 15/43] bsd-user: assume pthreads and support of __thread
` [PATCH v2 16/43] bsd-user: add host-os.h
` [PATCH v2 17/43] bsd-user: Include host-os.h from main
` [PATCH v2 18/43] bsd-user: save the path to the qemu emulator
` [PATCH v2 19/43] bsd-user: start to move target CPU functions to target_arch*
` [PATCH v2 20/43] bsd-user: Move per-cpu code into target_arch_cpu.h
` [PATCH v2 21/43] bsd-user: pull in target_arch_thread.h update target_arch_elf.h
` [PATCH v2 22/43] bsd-user: Include more things in qemu.h
` [PATCH v2 23/43] bsd-user: define max args in terms of pages
` [PATCH v2 24/43] bsd-user: Create target specific vmparam.h
` [PATCH v2 25/43] bsd-user: Add architecture specific signal tramp code
` [PATCH v2 26/43] bsd-user: *BSD specific siginfo defintions
` [PATCH v2 27/43] bsd-user: Move stack initializtion into a per-os file
` [PATCH v2 28/43] bsd-user: Add system independent stack, data and text limiting
` [PATCH v2 29/43] bsd-user: elf cleanup
` [PATCH v2 30/43] bsd-user: Remove dead #ifdefs from elfload.c
` [PATCH v2 31/43] bsd-user: Rewrite target system call definintion glue
` [PATCH v2 32/43] bsd-user: Make cpu_model and cpu_type visible to all of main.c
` [PATCH v2 33/43] bsd-user: update debugging in mmap.c
` [PATCH v2 34/43] bsd-user: Add target_arch_reg to describe a target's register set
` [PATCH v2 35/43] bsd-user: Add target_os_user.h to capture the user/kernel structures
` [PATCH v2 36/43] bsd-user: add stubbed out core dump support
` [PATCH v2 37/43] bsd-user: elfload.c style catch up patch
` [PATCH v2 38/43] bsd-user: Refactor load_elf_sections and is_target_elf_binary
` [PATCH v2 39/43] bsd-user: move qemu_log to later in the file
` [PATCH v2 40/43] bsd-user: Implement interlock for atomic operations
` [PATCH v2 41/43] bsd-user: Implement cpu_copy() helper routine
` [PATCH v2 42/43] bsd-user: Add '-0 argv0' option to bsd-user/main.c
` [PATCH v2 43/43] bsd-user: Update mapping to handle reserved and starting conditions

[PATCH v6 0/6] hmp, qmp: Add some commands to introspect virtio devices
 2021-08-27  3:11 UTC  (8+ messages)
` [PATCH v6 4/6] qmp: add QMP command x-debug-virtio-queue-status

[PATCH v2 0/2] target/ppc: Fix vextu[bhw][lr]x on big endian hosts
 2021-08-27  2:42 UTC  (4+ messages)
` [PATCH v2 1/2] include/qemu/int128.h: define struct Int128 according to the host endianness
` [PATCH v2 2/2] target/ppc: fix vextu[bhw][lr]x helpers

[PATCH v3 0/2] target/ppc: Fix vector registers access in gdbstub for little-endian
 2021-08-27  2:43 UTC  (5+ messages)
` [PATCH v3 1/2] include/qemu/int128.h: introduce bswap128s
` [PATCH v3 2/2] target/ppc: fix vector registers access in gdbstub for little-endian

[PATCH] RFC: build-sys: drop dtc submodule
 2021-08-27  2:39 UTC  (9+ messages)

[PATCH] hw/arm/smmuv3: Support non-PCI/PCIe devices connection
 2021-08-27  0:22 UTC  (7+ messages)

[RFC PATCH v2 00/12] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-08-26 22:26 UTC  (13+ messages)
` [RFC PATCH v2 01/12] i386/sev: introduce "sev-common" type to encapsulate common SEV state
` [RFC PATCH v2 02/12] linux-header: add the SNP specific command
` [RFC PATCH v2 03/12] i386/sev: introduce 'sev-snp-guest' object
` [RFC PATCH v2 04/12] i386/sev: initialize SNP context
` [RFC PATCH v2 05/12] i386/sev: add the SNP launch start context
` [RFC PATCH v2 06/12] i386/sev: add support to encrypt BIOS when SEV-SNP is enabled
` [RFC PATCH v2 07/12] i386/sev: populate secrets and cpuid page and finalize the SNP launch
` [RFC PATCH v2 08/12] target/i386: set SEV-SNP CPUID bit when SNP enabled
` [RFC PATCH v2 09/12] target/i386: allow versioned CPUs to specify new cache_info
` [RFC PATCH v2 10/12] target/i386: add new EPYC CPU versions with updated cache_info
` [RFC PATCH v2 11/12] i386/sev: sev-snp: add support for CPUID validation
` [RFC PATCH v2 12/12] i386/sev: update query-sev QAPI format to handle SEV-SNP

[PATCH 0/2] virtiofsd: Add capability to block xattrs
 2021-08-26 21:19 UTC  (3+ messages)
` [PATCH 1/2] virtiofsd: Add an array to keep track of blocked xattrs
` [PATCH 2/2] virtiofsd: Add option "block_xattr=" to block certain xattrs

[PATCH v3 0/3] hw/usb: Always expect 'dma' link property to be set to simplify
 2021-08-26 21:15 UTC  (7+ messages)
` [PATCH v3 1/3] hw/pci: Introduce pci_dma_memory_region() helper
` [PATCH v3 2/3] hw/usb/hcd-xhci-pci: Abort if setting link property failed
` [PATCH v3 3/3] hw/usb/xhci: Always expect 'dma' link property to be set

[PATCH v2 00/11] block/nvme: Rework error reporting
 2021-08-26 19:50 UTC  (12+ messages)
` [PATCH v2 01/11] block/nvme: Use safer trace format string
` [PATCH v2 02/11] util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()
` [PATCH v2 03/11] util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
` [PATCH v2 04/11] util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map()
` [PATCH v2 05/11] block/nvme: Have nvme_create_queue_pair() report errors consistently
` [PATCH v2 06/11] util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()
` [PATCH v2 07/11] util/vfio-helpers: Extract qemu_vfio_water_mark_reached()
` [PATCH v2 08/11] util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iova
` [PATCH v2 09/11] util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directly
` [PATCH v2 10/11] util/vfio-helpers: Let qemu_vfio_do_mapping() propagate Error
` [PATCH v2 11/11] block/nvme: Only report VFIO error on failed retry

[PULL 00/37] target-arm queue
 2021-08-26 19:44 UTC  (40+ messages)
` [PULL 01/37] hw/arm/xlnx-zynqmp: Realize qspi controller *after* qspi_dma
` [PULL 02/37] hw/dma/xlnx_csu_dma: Run trivial checks early in realize()
` [PULL 03/37] hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be set
` [PULL 04/37] hw/dma/xlnx-zdma "
` [PULL 05/37] hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitly
` [PULL 06/37] target/arm/cpu: Introduce sve_vq_supported bitmap
` [PULL 07/37] target/arm/kvm64: Ensure sve vls map is completely clear
` [PULL 08/37] target/arm/cpu64: Replace kvm_supported with sve_vq_supported
` [PULL 09/37] target/arm/cpu64: Validate sve vector lengths are supported
` [PULL 10/37] docs/specs/acpu_cpu_hotplug: Convert to rST
` [PULL 11/37] docs/specs/acpi_mem_hotplug: "
` [PULL 12/37] docs/specs/acpi_pci_hotplug: "
` [PULL 13/37] docs/specs/acpi_nvdimm: "
` [PULL 14/37] MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sections
` [PULL 15/37] softmmu: Use accel_find("xen") instead of xen_available()
` [PULL 16/37] monitor: Use accel_find("kvm") instead of kvm_available()
` [PULL 17/37] softmmu/arch_init.c: Trim down include list
` [PULL 18/37] meson.build: Define QEMU_ARCH in config-target.h
` [PULL 19/37] arch_init.h: Add QEMU_ARCH_HEXAGON
` [PULL 20/37] arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c
` [PULL 21/37] arch_init.h: Don't include arch_init.h unnecessarily
` [PULL 22/37] stubs: Remove unused arch_type.c stub
` [PULL 23/37] hw/core/loader: In gunzip(), check index is in range before use, not after
` [PULL 24/37] softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()
` [PULL 25/37] softmmu/physmem.c: Check return value from realpath()
` [PULL 26/37] net: Zero sockaddr_in in parse_host_port()
` [PULL 27/37] gdbstub: Zero-initialize sockaddr structs
` [PULL 28/37] tests/qtest/ipmi-bt-test: Zero-initialize sockaddr struct
` [PULL 29/37] tests/tcg/multiarch/linux-test: Zero-initialize sockaddr structs
` [PULL 30/37] raspi: Use error_fatal for SoC realize errors, not error_abort
` [PULL 31/37] target/arm: Avoid assertion trying to use KVM and multiple ASes
` [PULL 32/37] hw/arm/virt: Delete EL3 error checksnow provided in CPU realize
` [PULL 33/37] target/arm: Implement HSTR.TTEE
` [PULL 34/37] target/arm: Implement HSTR.TJDBX
` [PULL 35/37] target/arm: Do hflags rebuild in cpsr_write()
` [PULL 36/37] hw/arm/xlnx-versal: Add unimplemented APU mmio
` [PULL 37/37] hw/arm/xlnx-zynqmp: "

[PATCH v2 0/3] dump-guest-memory: Add blocker for migration
 2021-08-26 18:58 UTC  (4+ messages)
` [PATCH v2 1/3] migration: Make migration blocker work for snapshots too
` [PATCH v2 2/3] migration: Add migrate_add_blocker_internal()
` [PATCH v2 3/3] dump-guest-memory: Block live migration

[PATCH] Use EGL device extension in display initialization
 2021-08-26 18:00 UTC  (5+ messages)

[PATCH 0/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans
 2021-08-26 18:07 UTC  (3+ messages)
` [PATCH 1/2] hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix
` [PATCH 2/2] hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans

[PATCH v2 00/30] Hexagon HVX (target/hexagon) patch series
 2021-08-26 17:35 UTC  (31+ messages)
` [PATCH v2 01/30] Hexagon HVX (target/hexagon) README
` [PATCH v2 02/30] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [PATCH v2 03/30] Hexagon HVX (target/hexagon) register names
` [PATCH v2 04/30] Hexagon HVX (target/hexagon) instruction attributes
` [PATCH v2 05/30] Hexagon HVX (target/hexagon) macros
` [PATCH v2 06/30] Hexagon HVX (target/hexagon) import macro definitions
` [PATCH v2 07/30] Hexagon HVX (target/hexagon) semantics generator
` [PATCH v2 08/30] Hexagon HVX (target/hexagon) semantics generator - part 2
` [PATCH v2 09/30] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PATCH v2 10/30] Hexagon HVX (target/hexagon) instruction utility functions
` [PATCH v2 11/30] Hexagon HVX (target/hexagon) helper functions
` [PATCH v2 12/30] Hexagon HVX (target/hexagon) helper overrides infrastructure
` [PATCH v2 13/30] Hexagon HVX (target/hexagon) helper overrides for histogram instructions
` [PATCH v2 14/30] Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov
` [PATCH v2 15/30] Hexagon HVX (target/hexagon) helper overrides - vector add & sub
` [PATCH v2 16/30] Hexagon HVX (target/hexagon) helper overrides - vector shifts
` [PATCH v2 17/30] Hexagon HVX (target/hexagon) helper overrides - vector max/min
` [PATCH v2 18/30] Hexagon HVX (target/hexagon) helper overrides - vector logical ops
` [PATCH v2 19/30] Hexagon HVX (target/hexagon) helper overrides - vector compares
` [PATCH v2 20/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs
` [PATCH v2 21/30] Hexagon HVX (target/hexagon) helper overrides - vector loads
` [PATCH v2 22/30] Hexagon HVX (target/hexagon) helper overrides - vector stores
` [PATCH v2 23/30] Hexagon HVX (target/hexagon) TCG generation
` [PATCH v2 24/30] Hexagon HVX (target/hexagon) import semantics
` [PATCH v2 25/30] Hexagon HVX (target/hexagon) instruction decoding
` [PATCH v2 26/30] Hexagon HVX (target/hexagon) import instruction encodings
` [PATCH v2 27/30] Hexagon HVX (tests/tcg/hexagon) vector_add_int test
` [PATCH v2 28/30] Hexagon HVX (tests/tcg/hexagon) hvx_misc test
` [PATCH v2 29/30] Hexagon HVX (tests/tcg/hexagon) scatter_gather test
` [PATCH v2 30/30] Hexagon HVX (tests/tcg/hexagon) histogram test

Live migration regarding Intel PT
 2021-08-26 15:14 UTC  (4+ messages)

[PATCH 0/3] hw/virtio: Minor housekeeping patches
 2021-08-26 17:26 UTC  (4+ messages)
` [PATCH 1/3] hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU
` [PATCH 2/3] hw/virtio: Remove NULL check in virtio_free_region_cache()
` [RFC PATCH 3/3] hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees

[PATCH v2 0/2] hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases
 2021-08-26 16:49 UTC  (4+ messages)

Looking for two missing files used in the `emu-master-dev` branch in the repo
 2021-08-26 16:08 UTC 

[Patch v2 0/2] hw/arm/xlnx-versal: hw/arm/xlnx-zynqmp: Add unimplemented mmio
 2021-08-26 16:00 UTC  (2+ messages)

[PATCH v2 0/1] virtio: failover: allow to keep the VFIO device rather than the virtio-net one
 2021-08-26 15:56 UTC  (4+ messages)
` [PATCH v2 1/1] virtio: failover: define the default device to use in case of error

Testing a microcontroller emulation by loading the binary on incomplete Flash emulation
 2021-08-26 15:49 UTC  (8+ messages)

(no subject)
 2021-08-26 15:39 UTC  (3+ messages)
` [PATCH v2] hw/sensor: Add lsm303dlhc magnetometer device

[RFC PATCH v2 00/44] TDX support
 2021-08-26 15:21 UTC  (7+ messages)
` [RFC PATCH v2 10/44] hw/i386: Initialize TDX via KVM ioctl() when kvm_type is TDX
` [RFC PATCH v2 31/44] target/i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [RFC PATCH v2 33/44] qmp: add query-tdx-capabilities query-tdx command

[RFC PATCH 0/2] riscv: Adding custom CSR related Kconfig options
 2021-08-26 15:13 UTC  (3+ messages)
` [RFC PATCH 1/2] Adding Kconfig options for custom CSR support and Andes CPU model
` [RFC PATCH 2/2] Adding necessary files for Andes platforms, cores to enable custom CSR support

[PATCH] hw/virtio: Update vring after modifying its queue size
 2021-08-26 15:16 UTC  (4+ messages)

[PATCH] monitor/qmp: fix race with clients disconnecting early
 2021-08-26 15:15 UTC  (4+ messages)

[PULL 00/11] QAPI patches patches for 2021-08-26
 2021-08-26 14:43 UTC  (2+ messages)

[PATCH for-6.2 0/8] softmmu: Clean up arch_init.c
 2021-08-26 14:41 UTC  (4+ messages)
` [PATCH for-6.2 6/8] arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c

[PATCH for-6.2 0/4] Zero sockaddr_in when initializing it
 2021-08-26 14:34 UTC  (2+ messages)

[PATCH 0/5] docs/specs: Convert various ACPI docs to rST
 2021-08-26 14:33 UTC  (3+ messages)

[RFC PATCH 0/1] QEMU TCG plugin interface extensions
 2021-08-26 14:25 UTC  (7+ messages)
` [RFC PATCH 1/1] QEMU plugin interface extension


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