qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 14:06:01 to 2020-08-25 19:55:06 UTC [more...]

[PATCH v3 00/74] qom: Automated conversion of type checking boilerplate
 2020-08-25 19:21 UTC  (70+ messages)
` [PATCH v3 01/74] e1000: Rename QOM class cast macros
` [PATCH v3 02/74] megasas: "
` [PATCH v3 03/74] vmw_pvscsi: "
` [PATCH v3 04/74] pl110: Rename pl110_version enum values
` [PATCH v3 05/74] allwinner-h3: Rename memmap enum constants
` [PATCH v3 06/74] aspeed_soc: Rename memmap/irqmap "
` [PATCH v3 07/74] opentitan: Rename memmap "
` [PATCH v3 08/74] sifive_e: "
` [PATCH v3 09/74] sifive_u: "
` [PATCH v3 10/74] aspeed_timer: Fix ASPEED_TIMER macro definition
` [PATCH v3 11/74] versatile: Fix typo in PCI_VPB_HOST definition
` [PATCH v3 12/74] virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASS
` [PATCH v3 13/74] hvf: Add missing include
` [PATCH v3 14/74] hcd-dwc2: Rename USB_*CLASS macros for consistency
` [PATCH v3 15/74] tulip: Move TulipState typedef to header
` [PATCH v3 16/74] throttle-groups: Move ThrottleGroup "
` [PATCH v3 17/74] pci: Move PCIBusClass typedef to pci.h
` [PATCH v3 18/74] i8254: Move PITCommonState/PITCommonClass typedefs to i8254.h
` [PATCH v3 19/74] hvf: Move HVFState typedef to hvf.h
` [PATCH v3 20/74] mcf_fec: Move mcf_fec_state typedef to header
` [PATCH v3 21/74] s390_flic: Move KVMS390FLICState "
` [PATCH v3 22/74] can_emu: Delete macros for non-existing typedef
` [PATCH v3 23/74] nubus: Delete unused NUBUS_BRIDGE macro
` [PATCH v3 24/74] platform-bus: Delete macros for non-existing typedef
` [PATCH v3 25/74] armsse: Rename QOM macros to avoid conflicts
` [PATCH v3 26/74] xen-legacy-backend: Add missing typedef XenLegacyDevice
` [PATCH v3 27/74] spapr: Move typedef SpaprMachineState to spapr.h
` [PATCH v3 28/74] s390x: Move typedef SCLPEventFacility to event-facility.h
` [PATCH v3 29/74] vhost-user-gpu: Move QOM macro to header
` [PATCH v3 30/74] ahci: Move QOM macros "
` [PATCH v3 31/74] i8257: Move QOM macro "
` [PATCH v3 32/74] ahci: "
` [PATCH v3 33/74] pckbd: "
` [PATCH v3 34/74] vmbus: Move QOM macros to vmbus.h
` [PATCH v3 35/74] virtio-serial-bus: Move QOM macros to header
` [PATCH v3 36/74] piix: "
` [PATCH v3 37/74] auxbus: "
` [PATCH v3 38/74] rocker: "
` [PATCH v3 39/74] pxa2xx: "
` [PATCH v3 40/74] mptsas: "
` [PATCH v3 41/74] kvm: Move QOM macros to kvm.h
` [PATCH v3 42/74] vfio/pci: Move QOM macros to header
` [PATCH v3 43/74] nubus: Rename class type checking macros
` [PATCH v3 44/74] imx_ccm: Rename IMX_GET_CLASS macro
` [PATCH v3 45/74] mos6522: Rename QOM macros
` [PATCH v3 46/74] x86-iommu: Rename QOM type macros
` [PATCH v3 47/74] rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macro
` [PATCH v3 48/74] s390-virtio-ccw: Rename S390_MACHINE_CLASS macro
` [PATCH v3 49/74] swim: Rename struct SWIM to Swim
` [PATCH v3 50/74] migration: Rename class type checking macros
` [PATCH v3 51/74] arm: Fix typo in AARCH64_CPU_GET_CLASS definition
` [PATCH v3 52/74] rx: Rename QOM type check macros
` [PATCH v3 53/74] rx: Move typedef RXCPU to cpu-qom.h
` [PATCH v3 54/74] qom: make object_ref/unref use a void * instead of Object *
` [PATCH v3 55/74] qom: provide convenient macros for declaring and defining types
` [PATCH v3 56/74] qom: Allow class type name to be specified in OBJECT_DECLARE*
` [PATCH v3 57/74] qom: DECLARE_*_CHECKERS macros
` [PATCH v3 58/74] qom: Make type checker functions accept const pointers
` [PATCH v3 59/74] qom: TYPE_INFO macro
` [PATCH v3 60/74] codeconverter: script for automating QOM code cleanups
` [PATCH v3 61/74] [automated] Delete duplicate QOM typedefs
` [PATCH v3 62/74] [automated] Use TYPE_INFO macro
` [PATCH v3 63/74] [automated] Use TYPE_INFO macro (pass 2)
` [PATCH v3 64/74] [automated] Move QOM typedefs and add missing includes
` [PATCH v3 67/74] [automated] Use DECLARE_*CHECKER* macros (pass 2)
` [PATCH v3 68/74] [semi-automated] Use DECLARE_*CHECKER* when possible (--force mode)
` [PATCH v3 71/74] [automated] Use OBJECT_DECLARE_SIMPLE_TYPE when possible
` [PATCH v3 72/74] [automated] Remove redundant instance_size/class_size fields
` [PATCH v3 74/74] crypto: use QOM macros for declaration/definition of TLS creds types

[PATCH 00/22] target/arm: Implement fp16 for AArch32 VFP
 2020-08-25 19:30 UTC  (43+ 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 19/22] target/arm: Implement new VFP fp16 insn VINS
` [PATCH 21/22] target/arm: Implement VFP fp16 VMOV between gp and halfprec registers
` [PATCH 22/22] target/arm: Enable FP16 in '-cpu max'

[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  (3+ messages)
` [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  (12+ 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  (3+ messages)
` [PATCH v5 07/10] block: introduce "

[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  (5+ messages)
` [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()

[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  (5+ messages)
` [PATCH 15/20] target/arm: Fix sve_uzp_p vs odd vector lengths

[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


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