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

[PATCH v2 00/10] trivial patchs for static code analyzer fixes
 2020-08-26  1:54 UTC  (12+ 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 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 10/10] hw/display/vga:Remove redundant statement in vga_draw_graphic()

[Bug 1892960] [NEW] Heap-overflow in flatview_read through sdhci_data_transfer
 2020-08-26  1:25 UTC 

[Bug 1892604] [NEW] qemu-system-arm: ../hw/usb/hcd-dwc2.c:666: dwc2_glbreg_read: Assertion `addr <= GINTSTS2' failed
 2020-08-26  0:02 UTC  (3+ messages)
` [Bug 1892604] "

[PATCH v2 1/4] Define ePMP mseccfg
 2020-08-25 22:31 UTC  (2+ messages)

[PULL 00/18] riscv-to-apply queue
 2020-08-25 22:30 UTC  (5+ messages)

[PULL] nvme updates
 2020-08-25 22:28 UTC  (5+ messages)

[PATCH] meson: don't require CONFIG_VTE for the GTK UI
 2020-08-25 22:23 UTC 

meson: problems building under msys2/mingw-w64 native
 2020-08-25 22:14 UTC  (7+ messages)

[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
 2020-08-25 21:56 UTC  (2+ messages)
` [Bug 1882851] [PATCH] drm/virtio: fix unblank

[PATCH 0/3] spapr NVDIMM: consider 'nvdimm' machine option
 2020-08-25 21:57 UTC  (4+ messages)
` [PATCH 1/3] ppc/spapr_nvdimm: use g_autofree in spapr_nvdimm_validate_opts()
` [PATCH 2/3] spapr, spapr_nvdimm: fold NVDIMM validation in the same place
` [PATCH 3/3] ppc/spapr_nvdimm: do not enable support with 'nvdimm=off'

[PATCH v3] block: Raise an error when backing file parameter is an empty string
 2020-08-25 21:57 UTC  (2+ messages)

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-25 21:55 UTC  (9+ 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 00/77] target/microblaze improvements
 2020-08-25 20:59 UTC  (78+ messages)
` [PATCH 01/77] tests/tcg: Add microblaze to arches filter
` [PATCH 02/77] tests/tcg: Do not require FE_TOWARDZERO
` [PATCH 03/77] tests/tcg: Do not require FE_* exception bits
` [PATCH 04/77] target/microblaze: Tidy gdbstub
` [PATCH 05/77] target/microblaze: Split out PC from env->sregs
` [PATCH 06/77] target/microblaze: Split out MSR "
` [PATCH 07/77] target/microblaze: Split out EAR "
` [PATCH 08/77] target/microblaze: Split out ESR "
` [PATCH 09/77] target/microblaze: Split out FSR "
` [PATCH 10/77] target/microblaze: Split out BTR "
` [PATCH 11/77] target/microblaze: Split out EDR "
` [PATCH 12/77] target/microblaze: Split the cpu_SR array
` [PATCH 13/77] target/microblaze: Fix width of PC and BTARGET
` [PATCH 14/77] target/microblaze: Fix width of MSR
` [PATCH 15/77] target/microblaze: Fix width of ESR
` [PATCH 16/77] target/microblaze: Fix width of FSR
` [PATCH 17/77] target/microblaze: Fix width of BTR
` [PATCH 18/77] target/microblaze: Fix width of EDR
` [PATCH 19/77] target/microblaze: Remove cpu_ear
` [PATCH 20/77] target/microblaze: Tidy raising of exceptions
` [PATCH 21/77] target/microblaze: Mark raise_exception as noreturn
` [PATCH 22/77] target/microblaze: Remove helper_debug and env->debug
` [PATCH 23/77] target/microblaze: Rename env_* tcg variables to cpu_*
` [PATCH 24/77] target/microblaze: Tidy mb_tcg_init
` [PATCH 25/77] target/microblaze: Split out MSR[C] to its own variable
` [PATCH 26/77] target/microblaze: Use DISAS_NORETURN
` [PATCH 27/77] target/microblaze: Check singlestep_enabled in gen_goto_tb
` [PATCH 28/77] target/microblaze: Convert to DisasContextBase
` [PATCH 29/77] target/microblaze: Convert to translator_loop
` [PATCH 30/77] target/microblaze: Remove SIM_COMPAT
` [PATCH 31/77] target/microblaze: Remove DISAS_GNU
` [PATCH 32/77] target/microblaze: Remove empty D macros
` [PATCH 33/77] target/microblaze: Remove LOG_DIS
` [PATCH 34/77] target/microblaze: Ensure imm constant is always available
` [PATCH 35/77] target/microblaze: Add decodetree infrastructure
` [PATCH 36/77] target/microblaze: Convert dec_add to decodetree
` [PATCH 37/77] target/microblaze: Convert dec_sub "
` [PATCH 38/77] target/microblaze: Implement cmp and cmpu inline
` [PATCH 39/77] target/microblaze: Convert dec_pattern to decodetree
` [PATCH 40/77] target/microblaze: Convert dec_and, dec_or, dec_xor "
` [PATCH 41/77] target/microblaze: Convert dec_mul "
` [PATCH 42/77] target/microblaze: Convert dec_div "
` [PATCH 43/77] target/microblaze: Unwind properly when raising divide-by-zero
` [PATCH 44/77] target/microblaze: Convert dec_bit to decodetree
` [PATCH 45/77] target/microblaze: Convert dec_barrel "
` [PATCH 46/77] target/microblaze: Convert dec_imm "
` [PATCH 47/77] target/microblaze: Convert dec_fpu "
` [PATCH 48/77] target/microblaze: Fix cpu unwind for fpu exceptions
` [PATCH 49/77] target/microblaze: Mark fpu helpers TCG_CALL_NO_WG
` [PATCH 50/77] target/microblaze: Replace MSR_EE_FLAG with MSR_EE
` [PATCH 51/77] target/microblaze: Cache mem_index in DisasContext
` [PATCH 52/77] target/microblaze: Fix cpu unwind for stackprot
` [PATCH 53/77] target/microblaze: Convert dec_load and dec_store to decodetree
` [PATCH 54/77] target/microblaze: Assert no overlap in flags making up tb_flags
` [PATCH 55/77] target/microblaze: Move bimm to BIMM_FLAG
` [PATCH 56/77] target/microblaze: Store "current" iflags in insn_start
` [PATCH 57/77] tcg: Add tcg_get_insn_start_param
` [PATCH 58/77] target/microblaze: Use cc->do_unaligned_access
` [PATCH 59/77] target/microblaze: Replace clear_imm with tb_flags_to_set
` [PATCH 60/77] target/microblaze: Replace delayed_branch "
` [PATCH 61/77] target/microblaze: Tidy mb_cpu_dump_state
` [PATCH 62/77] target/microblaze: Try to keep imm and delay slot together
` [PATCH 63/77] target/microblaze: Convert brk and brki to decodetree
` [PATCH 64/77] target/microblaze: Convert mbar "
` [PATCH 65/77] target/microblaze: Reorganize branching
` [PATCH 66/77] target/microblaze: Use tcg_gen_lookup_and_goto_ptr
` [PATCH 67/77] target/microblaze: Convert dec_br to decodetree
` [PATCH 68/77] target/microblaze: Convert dec_bcc "
` [PATCH 69/77] target/microblaze: Convert dec_rts "
` [PATCH 70/77] target/microblaze: Tidy do_rti, do_rtb, do_rte
` [PATCH 71/77] target/microblaze: Convert msrclr, msrset to decodetree
` [PATCH 72/77] target/microblaze: Convert dec_msr "
` [PATCH 73/77] target/microblaze: Convert dec_stream "
` [PATCH 74/77] target/microblaze: Remove last of old decoder
` [PATCH 75/77] target/microblaze: Remove cpu_R[0]
` [PATCH 76/77] target/microblaze: Add flags markup to some helpers
` [PATCH 77/77] target/microblaze: Reduce linux-user address space to 32-bit

better file/line info for format string errors in trace events
 2020-08-25 21:49 UTC 

linux-user static build broken
 2020-08-25 21:22 UTC  (2+ messages)

ANNOUNCE: libnbd 1.4 - high performance NBD client library
 2020-08-25 21:20 UTC 

[PATCH v2 0/2] linux-user: Introducing support for 'recvmmsg_time64()'
 2020-08-25 21:20 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: Modify 'recvmmsg()' implementation
` [PATCH v2 2/2] linux-user: Add support for 'recvmmsg_time64()'

QEMU | Pipeline #181919678 has failed for master | d1a2b51f
 2020-08-25 21:00 UTC 

[PATCH v2 0/4] Compatibility make fixes for meson
 2020-08-25 20:27 UTC  (5+ messages)
` [PATCH v2 1/4] configure: Use discovered make for in-source build
` [PATCH v2 2/4] Makefile: Require GNU make 3.82+
` [PATCH v2 3/4] configure: Prefer gmake on darwin
` [PATCH v2 4/4] configure: Test if $make actually exists

[PULL 0/1] Socket next patches
 2020-08-25 19:48 UTC  (2+ messages)

[PATCH 00/22] target/arm: Implement fp16 for AArch32 VFP
 2020-08-25 19:30 UTC  (9+ messages)
` [PATCH 19/22] target/arm: Implement new VFP fp16 insn VINS
` [PATCH 20/22] target/arm: Implement new VFP fp16 insn VMOVX
` [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 v3 00/74] qom: Automated conversion of type checking boilerplate
 2020-08-25 19:21 UTC  (73+ messages)
` [PATCH v3 01/74] e1000: Rename QOM class cast macros
` [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 08/74] sifive_e: Rename memmap "
` [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 65/74] [automated] Move QOM typedefs and add missing includes (pass 2)
` [PATCH v3 66/74] [automated] Use DECLARE_*CHECKER* macros
` [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 69/74] [automated] Use OBJECT_DECLARE_TYPE where possible
` [PATCH v3 70/74] [automated] Use OBJECT_DECLARE_TYPE where possible (pass 2)
` [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 73/74] crypto: use QOM macros for declaration/definition of secret types
` [PATCH v3 74/74] crypto: use QOM macros for declaration/definition of TLS creds types

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-25 19:47 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).