qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 11:16:51 to 2020-08-25 19:23:39 UTC [more...]

[PATCH v3 00/74] qom: Automated conversion of type checking boilerplate
 2020-08-25 19:20 UTC  (4+ messages)
` [PATCH v3 01/74] e1000: Rename QOM class cast macros
` [PATCH v3 02/74] megasas: "
` [PATCH v3 07/74] opentitan: Rename memmap enum constants

[PATCH 00/22] target/arm: Implement fp16 for AArch32 VFP
 2020-08-25 19:21 UTC  (37+ messages)
` [PATCH 01/22] target/arm: Remove local definitions of float constants
` [PATCH 02/22] target/arm: Use correct ID register check for aa32_fp16_arith
` [PATCH 03/22] target/arm: Implement VFP fp16 for VFP_BINOP operations
` [PATCH 04/22] target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL
` [PATCH 05/22] target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS
` [PATCH 06/22] target/arm: Implement VFP fp16 for fused-multiply-add
` [PATCH 07/22] target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()
` [PATCH 08/22] target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT
` [PATCH 09/22] target/arm: Implement VFP fp16 for VMOV immediate
` [PATCH 10/22] target/arm: Implement VFP fp16 VCMP
` [PATCH 11/22] target/arm: Implement VFP fp16 VLDR and VSTR
` [PATCH 12/22] target/arm: Implement VFP fp16 VCVT between float and integer
` [PATCH 13/22] target/arm: Make VFP_CONV_FIX macros take separate float type and float size
` [PATCH 14/22] target/arm: Use macros instead of open-coding fp16 conversion helpers
` [PATCH 15/22] target/arm: Implement VFP fp16 VCVT between float and fixed-point
` [PATCH 16/22] target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode
` [PATCH 17/22] target/arm: Implement VFP fp16 VSEL
` [PATCH 18/22] target/arm: Implement VFP fp16 VRINT*

[PATCH 0/4] SEV-ES guest support
 2020-08-25 19:05 UTC  (5+ messages)
` [PATCH 1/4] sev/i386: Add initial support for SEV-ES
` [PATCH 2/4] sev/i386: Allow AP booting under SEV-ES
` [PATCH 3/4] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH 4/4] sev/i386: Enable an SEV-ES guest based on SEV policy

[PATCH 0/3] RFC: target/riscv: add half-precision floating-point extension
 2020-08-25 19:00 UTC  (3+ messages)
` [PATCH 2/3] target/riscv: Implement zfh extension

[PULL 00/18] riscv-to-apply queue
 2020-08-25 18:48 UTC  (19+ messages)
` [PULL 01/18] hw/riscv: Allow creating multiple instances of CLINT
` [PULL 02/18] hw/riscv: Allow creating multiple instances of PLIC
` [PULL 03/18] hw/riscv: Add helpers for RISC-V multi-socket NUMA machines
` [PULL 04/18] hw/riscv: spike: Allow creating multiple NUMA sockets
` [PULL 05/18] hw/riscv: virt: "
` [PULL 06/18] target/riscv: Allow setting a two-stage lookup in the virt status
` [PULL 07/18] target/riscv: Allow generating hlv/hlvx/hsv instructions
` [PULL 08/18] target/riscv: Do two-stage lookups on "
` [PULL 09/18] target/riscv: Don't allow guest to write to htinst
` [PULL 10/18] target/riscv: Convert MSTATUS MTL to GVA
` [PULL 11/18] target/riscv: Fix the interrupt cause code
` [PULL 12/18] target/riscv: Update the Hypervisor trap return/entry
` [PULL 13/18] target/riscv: Update the CSRs to the v0.6 Hyp extension
` [PULL 14/18] target/riscv: Only support a single VSXL length
` [PULL 15/18] target/riscv: Only support little endian guests
` [PULL 16/18] target/riscv: Support the v0.6 Hypervisor extension CRSs
` [PULL 17/18] target/riscv: Return the exception from invalid CSR accesses
` [PULL 18/18] target/riscv: Support the Virtual Instruction fault

[PATCH 00/18] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-08-25 18:33 UTC  (3+ messages)
` [PATCH 17/18] hw/riscv: clint: Avoid using hard-coded timebase frequency

[PATCH v2 0/2] util/hexdump: Cleanup qemu_hexdump()
 2020-08-25 18:25 UTC  (3+ messages)
` [PATCH v2 1/2] util/hexdump: Convert to take a void pointer argument

[PATCH 0/5] meson: mingw installation fixes & nsis conversion
 2020-08-25 18:14 UTC  (13+ messages)
` [PATCH 1/5] meson: pass confsuffix option
` [PATCH 2/5] meson: use meson datadir instead of qemu_datadir
` [PATCH 3/5] meson: add docdir option and pass pre-prefix qemu_docdir
` [PATCH 4/5] meson: use meson mandir instead of qemu_mandir
` [PATCH 5/5] meson: add NSIS building

[PATCH v2 0/5] meson: mingw installation fixes & nsis conversion
 2020-08-25 17:58 UTC  (6+ messages)
` [PATCH v2 1/5] meson: pass confsuffix option
` [PATCH v2 2/5] meson: use meson datadir instead of qemu_datadir
` [PATCH v2 3/5] meson: add docdir option and pass pre-prefix qemu_docdir
` [PATCH v2 4/5] meson: use meson mandir instead of qemu_mandir
` [PATCH v2 5/5] meson: add NSIS building

[PATCH v5 00/12] *** A Method for evaluating dirty page rate ***
 2020-08-25 17:54 UTC  (3+ messages)
` [PATCH v5 01/12] migration/dirtyrate: setup up query-dirtyrate framwork

[PATCH v2 1/1] core/register: Specify instance_size in the TypeInfo
 2020-08-25 17:30 UTC 

[PATCH v1 1/1] core/register: Specify instance_size in the TypeInfo
 2020-08-25 17:29 UTC  (5+ messages)

[PATCH] Deprecate Unicore32 port
 2020-08-25 17:36 UTC  (2+ messages)

[PATCH v2 0/7] x86: fix cpu hotplug with secure boot
 2020-08-25 17:25 UTC  (7+ messages)
` [PATCH v2 3/7] x86: cpuhp: refuse cpu hot-unplug request earlier if not supported
` [PATCH v2 4/7] acpi: add aml_land() and aml_break() primitives
` [PATCH v2 6/7] x68: acpi: trigger SMI before sending hotplug Notify event to OSPM

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-25 17:18 UTC  (14+ messages)

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-25 16:53 UTC  (4+ messages)
` [PATCH 2/4] meson: fixes relpath may fail on win32
` [PATCH 3/4] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/4] configure: Fix include and linkage issue on msys2

[PATCH] hw/arm/sbsa-ref: add "reg" property to DT cpu nodes
 2020-08-25 16:52 UTC 

[PATCH] configure / meson: Fix building with --disable-system and virglrenderer
 2020-08-25 16:32 UTC  (2+ messages)

[PATCH] hw/timer/armv7m_systick: assert that board code set system_clock_scale
 2020-08-25 16:08 UTC 

[PATCH] configure: Require pixman for vhost-user-gpu
 2020-08-25 16:01 UTC  (6+ messages)

[PATCH v4 0/6] block: improve error reporting for unsupported O_DIRECT
 2020-08-25 15:36 UTC  (14+ messages)
` [PATCH v4 2/6] util: refactor qemu_open_old to split off variadic args handling
` [PATCH v4 3/6] util: add Error object for qemu_open_internal error reporting
` [PATCH v4 4/6] util: introduce qemu_open and qemu_create with "
` [PATCH v4 5/6] util: give a specific error message when O_DIRECT doesn't work
` [PATCH v4 6/6] block/fileb: switch to use qemu_open/qemu_create for improved errors

[PATCH v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-25 15:25 UTC  (6+ messages)

[PATCH v2 0/2] linux-user: Adding support for a group of 4 time64 syscalls
 2020-08-25 15:23 UTC  (7+ messages)
` [PATCH v2 1/2] linux-user: Add support for ppoll_time64() and pselect6_time64()
` [PATCH v2 2/2] linux-user: Add support for utimensat_time64() and semtimedop_time64()

[PATCH v2 00/21] aspeed: cleanups and some extensions
 2020-08-25 15:18 UTC  (5+ messages)
` [PATCH v2 05/21] hw/arm/aspeed: Add board model for Supermicro X11 BMC

[PULL 00/34] Block patches
 2020-08-25 15:13 UTC  (4+ messages)

[PATCH v5 00/10] preallocate filter
 2020-08-25 15:11 UTC  (7+ messages)
` [PATCH v5 05/10] block: bdrv_mark_request_serialising: split non-waiting function
` [PATCH v5 06/10] block: introduce BDRV_REQ_NO_WAIT flag
` [PATCH v5 07/10] block: introduce preallocate filter

[PATCH 0/2] hw/core: Make qdev_pass_gpios/sysbus_pass_irq arguments self-describing
 2020-08-25 15:04 UTC  (5+ messages)
` [PATCH 1/2] hw/core/qdev: Make qdev_pass_gpios() "
` [PATCH 2/2] hw/core/sysbus: Make sysbus_pass_irq() "

[PATCH v2 00/10] trivial patchs for static code analyzer fixes
 2020-08-25 15:00 UTC  (17+ messages)
` [PATCH v2 01/10] hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
` [PATCH v2 02/10] hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
` [PATCH v2 03/10] target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()
` [PATCH v2 04/10] target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_misc_fp16()
` [PATCH v2 05/10] hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
` [PATCH v2 06/10] hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()
` [PATCH v2 07/10] vfio/platform: Remove dead assignment in vfio_intp_interrupt()
` [PATCH v2 08/10] usb/bus: Remove dead assignment in usb_get_fw_dev_path()
` [PATCH v2 09/10] hw/intc: Remove redundant statement in exynos4210_combiner_read()
` [PATCH v2 10/10] hw/display/vga:Remove redundant statement in vga_draw_graphic()

[Qemu-devel] [PULL 00/49] target-arm queue
 2020-08-25 14:48 UTC  (5+ messages)
` [Qemu-devel] [PULL 39/49] target/arm: Filter cycle counter based on PMCCFILTR_EL0
  `  "
    ` [PATCH] target/arm: Count PMU events when MDCR.SPME is set

[PATCH 0/2] nbd: build qemu-nbd on Windows
 2020-08-25 14:55 UTC  (2+ messages)

Known issue? qemu is much slower when built with clang vs gcc
 2020-08-25 14:52 UTC  (3+ messages)

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-25 14:51 UTC  (4+ messages)
` [PATCH 2/4] meson: fixes relpath may fail on win32
` [PATCH 3/4] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/4] configure: Fix include and linkage issue on msys2

[PATCH 1/2] QSLIST: add atomic replace operation
 2020-08-25 14:52 UTC  (3+ messages)
` [PATCH 2/2] coroutine: take exactly one batch from global pool at a time

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja SIMPLE_PATH_RE should match the full path token. Or the $ and : contained in path would not matched if the path are start with C:/ and E:/
 2020-08-25 14:49 UTC  (4+ messages)
` [PATCH 2/4] meson: fixes relpath may fail on win32. On win32, os.path.relpath would raise exception when do the following relpath: C:/msys64/mingw64/x.exe relative to E:/path/qemu-build would fail. So we try catch it for stopping it from raise exception on msys2
` [PATCH 3/4] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/4] configure: Fix include and linkage issue on msys2 On msys2, the -I/e/path/to/qemu -L/e/path/to/qemu are not recognized by the compiler Case $PWD are result msys type path such as /e/path/to/qemu but `pwd -W` are result E:/path/to/qemu that can be recognized by the compiler So we replace all $PWD with $build_path that can handling msys2/mingw properly

[PATCH] pc-bios: s390x: Only set lowcore iplb address on list-directed IPL
 2020-08-25 14:45 UTC  (8+ messages)

device compatibility interface for live migration with assigned devices
 2020-08-25 14:39 UTC  (11+ messages)

[PATCH v2 0/5] hw/arm/virt: Introduce kvm-steal-time
 2020-08-25 14:27 UTC  (3+ messages)
` [PATCH v2 4/5] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init

QEMU | Pipeline #181767431 has failed for master | 7774e403
 2020-08-25 14:24 UTC 

[PATCH 1/5] meson: SIMPLE_PATH_RE should match the full path token. Or the $ and : contained in path would not matched. if the path are start with C:/ and E:/
 2020-08-25 14:21 UTC  (6+ messages)
` [PATCH 4/5] meson: !/bin/sh are msys2 friendly

meson.build files are missing copyright/license headers
 2020-08-25 14:15 UTC  (8+ messages)

[PATCH 00/20] target/arm: SVE2 preparatory patches
 2020-08-25 14:09 UTC  (24+ messages)
` [PATCH 04/20] target/arm: Rearrange {sve,fp}_check_access assert
` [PATCH 09/20] target/arm: Merge helper_sve_clr_* and helper_sve_movz_*
` [PATCH 13/20] target/arm: Tidy SVE tszimm shift formats
` [PATCH 14/20] target/arm: Generalize inl_qrdmlah_* helper functions
` [PATCH 15/20] target/arm: Fix sve_uzp_p vs odd vector lengths
` [PATCH 16/20] target/arm: Fix sve_zip_p "
` [PATCH 17/20] target/arm: Fix sve_punpk_p "
` [PATCH 18/20] target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimd
` [PATCH 19/20] target/arm: Convert integer multiply-add "
` [PATCH 20/20] target/arm: Convert sq{, r}dmulh "

[PATCH 0/4] Compatibility make fixes for meson
 2020-08-25 14:06 UTC  (6+ messages)
` [PATCH 1/4] configure: Use discovered make for in-source build

[PATCH 0/2] Fix Cooperlake CPU model
 2020-08-25 14:01 UTC  (5+ messages)
` [PATCH 2/2] target/i386: Add missed features to "

[PATCH] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
 2020-08-25 13:29 UTC  (3+ messages)

[PATCH] meson: set colorout to auto
 2020-08-25 13:26 UTC  (2+ messages)

What are the security risks of running QEMU/KVM as root?
 2020-08-25 12:46 UTC 

[RFC PATCH v2 0/4] Use ACPI PCI hot-plug for q35
 2020-08-25 13:14 UTC  (4+ messages)
` [RFC PATCH v2 1/4] hw/acpi/ich9: Trace ich9_gpe_readb()/writeb()

[PULL 0/3] Fixes 20200825 patches
 2020-08-25 12:59 UTC  (2+ messages)

[PATCH 00/41] qom: Automated conversion of type checking boilerplate
 2020-08-25 12:38 UTC  (6+ messages)
` [PATCH 08/41] opentitan: Rename memmap enum constants

[PATCH v3 1/7] x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
 2020-08-25 12:28 UTC  (3+ messages)
` [PATCH v4 1/6] "

[PATCH v2 00/58] qom: Automated conversion of type checking boilerplate
 2020-08-25 11:49 UTC  (42+ messages)
` [PATCH v2 19/58] hvf: Move HVFState typedef to hvf.h
` [PATCH v2 29/58] vhost-user-gpu: Move QOM macro to header
` [PATCH v2 30/58] ahci: Move QOM macros "
` [PATCH v2 31/58] i8257: Move QOM macro "
` [PATCH v2 32/58] ahci: "
` [PATCH v2 33/58] pckbd: "
` [PATCH v2 34/58] vmbus: Move QOM macros to vmbus.h
` [PATCH v2 35/58] virtio-serial-bus: Move QOM macros to header
` [PATCH v2 36/58] piix: "
` [PATCH v2 37/58] auxbus: "
` [PATCH v2 38/58] rocker: "
` [PATCH v2 39/58] pxa2xx: "
` [PATCH v2 40/58] mptsas: "
` [PATCH v2 41/58] kvm: Move QOM macros to kvm.h
` [PATCH v2 42/58] vfio/pci: Move QOM macros to header
` [PATCH v2 52/58] [automated] Move QOM typedefs and add missing includes
` [PATCH v2 53/58] [automated] Use DECLARE_*CHECKER* macros
` [PATCH v2 54/58] [semi-automated] Use DECLARE_*CHECKER* when possible (--force mode)
` [PATCH v2 55/58] [automated] Use OBJECT_DECLARE_TYPE where possible
` [PATCH v2 56/58] [automated] Use OBJECT_DECLARE_SIMPLE_TYPE when possible

[PATCH v2 0/5] iotest.FilePath fixes and cleanups
 2020-08-25 11:37 UTC  (5+ messages)
` [PATCH v2 2/5] qemu-iotests: Fix FilePaths docstring

[PATCH 0/3] ppc: Fixes for class and instance size problems
 2020-08-25 11:16 UTC  (4+ messages)
` [PATCH 1/3] adb: Correct class size on TYPE_ADB_DEVICE
` [PATCH 2/3] ppc/pnv: Fix TypeInfo of PnvLpcController abstract class
` [PATCH 3/3] spapr: Correct type for SPAPR_DRC_PCI

[PATCH 02/10] numa: introduce MachineClass::forbid_asymmetrical_numa
 2020-08-25 11:12 UTC  (11+ 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).