qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-16 08:08:15 to 2020-10-16 23:59:16 UTC [more...]

[PATCH v3 0/5] RISC-V Pointer Masking implementation
 2020-10-16 23:57 UTC  (12+ messages)
` [PATCH v3 1/5] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v3 2/5] [RISCV_PM] Support CSRs required for RISC-V PM extension except for ones in hypervisor mode
` [PATCH v3 3/5] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v3 4/5] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v3 5/5] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension

[Bug 1891748] [NEW] qemu-arm-static 5.1 can't run gcc
 2020-10-16 23:46 UTC  (2+ messages)
` [Bug 1891748] "

HTIF tohost symbol size check always fails
 2020-10-16 22:33 UTC  (4+ messages)

[PATCH v2 0/2] target/arm: Fix tlb flush page vs tbi
 2020-10-16 21:40 UTC  (4+ messages)
` [PATCH v2 1/2] accel/tcg: Add tlb_flush_page_bits_by_mmuidx*
` [PATCH v2 2/2] target/arm: Use tlb_flush_page_bits_by_mmuidx*

[PATCH v2] configure: actually disable 'git_update' mode with --disable-git-update
 2020-10-16 20:51 UTC  (6+ messages)
` [PATCH] "

[PATCH 0/5] m48t59: remove legacy init functions
 2020-10-16 20:38 UTC  (8+ messages)
` [PATCH 1/5] m48t59-isa: remove legacy m48t59_init_isa() function
` [PATCH 2/5] sun4m: use qdev properties instead of legacy m48t59_init() function
` [PATCH 3/5] sun4u: "
` [PATCH 4/5] ppc405_boards: "
` [PATCH 5/5] m48t59: remove "

[PATCH] configure: replace --enable/disable-git-update with --with-git-submodules
 2020-10-16 20:38 UTC 

[PATCH v2 0/5] target/mips: Misc patches
 2020-10-16 20:17 UTC  (4+ messages)
` [PATCH v2 4/5] target/mips: Refactor helpers for fp comparison instructions

[PATCH] goldfish_rtc: re-arm the alarm after migration
 2020-10-16 20:01 UTC  (2+ messages)

[PULL 00/10] Block layer patches
 2020-10-16 19:06 UTC  (2+ messages)

[PATCH v11 00/12] linux-user: User support for AArch64 BTI
 2020-10-16 19:06 UTC  (14+ messages)
` [PATCH v11 01/12] linux-user/aarch64: Reset btype for signals
` [PATCH v11 02/12] linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
` [PATCH v11 03/12] include/elf: Add defines related to GNU property notes for AArch64
` [PATCH v11 04/12] linux-user/elfload: Avoid leaking interp_name using GLib memory API
` [PATCH v11 05/12] linux-user/elfload: Fix coding style in load_elf_image
` [PATCH v11 06/12] linux-user/elfload: Adjust iteration over phdr
` [PATCH v11 07/12] linux-user/elfload: Move PT_INTERP detection to first loop
` [PATCH v11 08/12] linux-user/elfload: Use Error for load_elf_image
` [PATCH v11 09/12] linux-user/elfload: Use Error for load_elf_interp
` [PATCH v11 10/12] linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
` [PATCH v11 11/12] linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND
` [PATCH v11 12/12] tests/tcg/aarch64: Add bti smoke tests

io_uring possibly the culprit for qemu hang (linux-5.4.y)
 2020-10-16 18:07 UTC  (5+ messages)

[PATCH] hw/riscv: microchip_pfsoc: IOSCBCTRL memmap entry
 2020-10-16 17:37 UTC  (6+ messages)
      ` [PATCH v2] "

[RFC PATCH v3] target/mips: Increase number of TLB entries on the 34Kf core (16 -> 64)
 2020-10-16 17:28 UTC  (2+ messages)

[PATCH v3 00/15] raspi: add the bcm2835 cprman clock manager
 2020-10-16 17:11 UTC  (6+ messages)
` [PATCH v3 13/15] hw/misc/bcm2835_cprman: add sane reset values to the registers

[PATCH v3 00/13] block: deal with errp: part I
 2020-10-16 17:10 UTC  (14+ messages)
` [PATCH v3 01/13] block: return status from bdrv_append and friends
` [PATCH v3 02/13] block: use return status of bdrv_append()
` [PATCH v3 03/13] block: check return value of bdrv_open_child and drop error propagation
` [PATCH v3 04/13] blockdev: fix drive_backup_prepare() missed error
` [PATCH v3 05/13] block: drop extra error propagation for bdrv_set_backing_hd
` [PATCH v3 06/13] block/mirror: drop extra error propagation in commit_active_start()
` [PATCH v3 07/13] blockjob: return status from block_job_set_speed()
` [PATCH v3 08/13] block/qcow2: qcow2_get_specific_info(): drop error propagation
` [PATCH v3 09/13] block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
` [PATCH v3 10/13] block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
` [PATCH v3 11/13] block/qcow2: read_cache_sizes: return status value
` [PATCH v3 12/13] block/qcow2: simplify qcow2_co_invalidate_cache()
` [PATCH v3 13/13] block/qed: bdrv_qed_do_open: deal with errp

[RFC PATCH 0/3] target/mips: Make the number of TLB entries a CPU property
 2020-10-16 17:19 UTC  (8+ messages)

[PATCH v2 1/5] [RISCV_PM] Add J-extension into RISC-V
 2020-10-16 17:16 UTC  (6+ messages)
` [PATCH v2 2/5] [RISCV_PM] Support CSRs required for RISC-V PM extension except for ones in hypervisor mode

[PATCH v2 00/10] softfloat: Implement float128_muladd
 2020-10-16 17:04 UTC  (12+ messages)
` [PATCH v2 03/10] softfloat: Tidy a * b + inf return
` [PATCH v2 04/10] softfloat: Add float_cmask and constants
` [PATCH v2 05/10] softfloat: Inline pick_nan_muladd into its caller
` [PATCH v2 06/10] softfloat: Implement float128_muladd

[PATCH] hw/xen: Set suppress-vmdesc for Xen machines
 2020-10-16 17:02 UTC  (5+ messages)

[PATCH v2] hw/block/nand: Decommission the NAND museum
 2020-10-16 16:52 UTC  (4+ messages)

[PATCH] tests/acceptance: add MIPS record/replay tests
 2020-10-16 16:50 UTC  (3+ messages)

[PATCH V14 0/8] mips: Add Loongson-3 machine support
 2020-10-16 16:47 UTC  (12+ messages)
` [PATCH V14 1/8] target/mips: Fix PageMask with variable page size
` [PATCH V14 2/8] target/mips: Add loongson-ext lswc2 group of instructions (Part 1)
` [PATCH V14 4/8] target/mips: Add loongson-ext lsdc2 group of instructions
` [PATCH V14 6/8] hw/mips: Add Loongson-3 boot parameter helpers
` [PATCH V14 8/8] docs/system: Update MIPS machine documentation

[PATCH v4 00/21] hw/mips: Set CPU frequency
 2020-10-16 16:45 UTC  (2+ messages)

[PULL 0/8] Modules 20201015 patches
 2020-10-16 16:38 UTC  (2+ messages)

[Bug 1900122] [NEW] Unsupported ioctl: cmd=0xffffffff80685600 when accessing /dev/video* in aarch64 guest
 2020-10-16 16:29 UTC  (2+ messages)
` [Bug 1900122] "

[PATCH 4/30] authz: Fix Lesser GPL version number
 2020-10-16 16:06 UTC  (5+ messages)
` [PATCH 5/30] mips tcg: "
  ` [PATCH 6/30] semihosting: "
    ` [PATCH 7/30] non-virt: "

[PULL v2 00/22] Build system + misc changes for 2020-10-16
 2020-10-16 15:53 UTC  (2+ messages)
` [PULL 18/22] meson: Move the detection logic for sphinx to meson

[PATCH v11 00/13] Apply COR-filter to the block-stream permanently
 2020-10-16 15:45 UTC  (12+ messages)
` [PATCH v11 05/13] copy-on-read: limit COR operations to base in COR driver
` [PATCH v11 13/13] block: apply COR-filter to block-stream jobs

[PATCH] s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset
 2020-10-16 15:36 UTC  (2+ messages)

[PATCH v4 0/4] Introducing QMP query-netdev command
 2020-10-16 15:34 UTC  (2+ messages)

[PATCH v6 0/7] hw/misc: Add LED device
 2020-10-16 15:29 UTC  (3+ messages)

[PATCH] drivers/virt: vmgenid: add vm generation id driver
 2020-10-16 15:14 UTC  (3+ messages)

[PATCH v2 0/3] Add Xen CpusAccel
 2020-10-16 15:05 UTC  (3+ messages)
` [PATCH v2 3/3] accel: Add xen CpusAccel using dummy-cpus

[Bug 1900155] [NEW] MIPS Malta fails booting due to IDE error
 2020-10-16 14:48 UTC 

[PATCH v4 00/16] Add a General Virtual Device Fuzzer
 2020-10-16 14:44 UTC  (5+ messages)
` [PATCH v4 14/16] fuzz: add general-fuzz configs for oss-fuzz

About 'qemu-security' mailing list
 2020-10-16 14:17 UTC  (11+ messages)

[PATCH 0/2] hw/mips/malta: Minor housekeeping in mips_malta_init()
 2020-10-16 13:52 UTC  (2+ messages)

[PATCH v2 0/4] MAINTAINERS: Update MIPS sections
 2020-10-16 13:45 UTC  (5+ messages)
` [PATCH v2 4/4] MAINTAINERS: Move MIPS GIC timer files to Boston board section

[PULL 00/22] Build system + misc changes for 2020-10-16
 2020-10-16 13:27 UTC  (24+ messages)
` [PULL 01/22] submodules: bump meson to 0.55.3
` [PULL 02/22] Makefile: Ensure cscope.out/tags/TAGS are generated in the source tree
` [PULL 03/22] tests/Makefile.include: unbreak non-tcg builds
` [PULL 04/22] make: run shell with pipefail
` [PULL 05/22] tests: add missing generated sources to testqapi
` [PULL 06/22] configure: move QEMU_INCLUDES to meson
` [PULL 07/22] dockerfiles: enable Centos 8 PowerTools
` [PULL 08/22] add ninja to dockerfiles, CI configurations and test VMs
` [PULL 09/22] build: cleanups to Makefile
` [PULL 10/22] build: replace ninjatool with ninja
` [PULL 11/22] build: add --enable/--disable-libudev
` [PULL 12/22] meson.build: don't condition iconv detection on library detection
` [PULL 13/22] meson: cleanup curses/iconv test
` [PULL 14/22] configure: fix handling of --docdir parameter
` [PULL 15/22] meson: Only install icons and qemu.desktop if have_system
` [PULL 16/22] docs: Fix Sphinx configuration for msys2/mingw
` [PULL 17/22] meson: move SPHINX_ARGS references within "if build_docs"
` [PULL 18/22] meson: Move the detection logic for sphinx to meson
` [PULL 19/22] cirrus: Enable doc build on msys2/mingw
` [PULL 20/22] fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlers
` [PULL 21/22] hax: unbreak accelerator cpu code after cpus.c split
` [PULL 22/22] ci: include configure and meson logs in all jobs if configure fails

[PATCH 0/4] RfC: microvm: add second ioapic
 2020-10-16 13:16 UTC  (6+ messages)
` [PATCH 1/4] microvm: make number of virtio transports runtime configurable
` [PATCH 2/4] microvm: make pcie irq base "
` [PATCH 3/4] microvm: add second ioapic
` [PATCH 4/4] microvm: reconfigure irqs if second ioapic is available

[PATCH v10 00/10] virtio-iommu: VFIO integration
 2020-10-16 13:13 UTC  (16+ messages)
` [PATCH v10 04/10] virtio-iommu: Call memory notifiers in attach/detach
` [PATCH v10 05/10] virtio-iommu: Add replay() memory region callback
` [PATCH v10 06/10] virtio-iommu: Add notify_flag_changed() "
` [PATCH v10 07/10] memory: Add interface to set iommu page size mask
` [PATCH v10 08/10] vfio: Set IOMMU page size as per host supported page size
` [PATCH v10 09/10] virtio-iommu: Set supported page size mask
` [PATCH v10 10/10] vfio: Don't issue full 2^64 unmap

[PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
 2020-10-16 13:05 UTC  (4+ messages)

aio_poll() assertion fail on Windows
 2020-10-16 12:29 UTC  (2+ messages)

[PATCH 0/7] microvm: fix PCIe IRQs in APIC table
 2020-10-16 11:38 UTC  (8+ messages)
` [PATCH 1/7] tests/acpi: allow changes for microvm/APIC.pcie
` [PATCH 2/7] tests/acpi: add empty microvm/APIC.pcie
` [PATCH 3/7] x86: make pci irqs runtime configurable
` [PATCH 4/7] microvm: set pci_irq_mask
` [PATCH 5/7] apci: drop has_pci arg for acpi_build_madt
` [PATCH 6/7] tests/acpi: update expected data files
` [PATCH 7/7] tests/acpi: disallow changes for microvm/APIC.pcie

[PATCH 0/1] Skip flatview_simplify() for cpu vendor zhaoxin
 2020-10-16 11:42 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v3 1/2] QSLIST: add atomic replace operation
 2020-10-16 11:26 UTC  (2+ messages)
` [PATCH v3 2/2] coroutine: take exactly one batch from global pool at a time

[PATCH] ci: include configure and meson logs in all jobs if configure fails
 2020-10-16 10:24 UTC  (2+ messages)

[RFC PATCH 00/12] hw/arm/virt: Introduce cpu and cache topology support
 2020-10-16 10:07 UTC  (7+ messages)

[PATCH v2 0/2] hw/rtc/m48t59: Simplify m48t59_init()
 2020-10-16  9:49 UTC  (3+ messages)

[PATCH 0/7] build: replace ninjatool with ninja
 2020-10-16  9:35 UTC  (8+ messages)

[PATCH] meson: move SPHINX_ARGS references within "if build_docs"
 2020-10-16  9:25 UTC  (2+ messages)

[PATCH v5 0/2] Add watchdog support for SbsaQemu
 2020-10-16  8:37 UTC  (7+ messages)
` [PATCH v5 2/2] hw/arm/sbsa-ref: add SBSA watchdog device

[PATCH] meson: Only install icons and qemu.desktop if have_system
 2020-10-16  8:26 UTC  (2+ messages)

[PATCH] hax: unbreak accelerator cpu code after cpus.c split
 2020-10-16  8:23 UTC  (3+ messages)

[PATCH v5 0/4] Fixes docs building on msys2/mingw
 2020-10-16  8:16 UTC  (5+ messages)
` [PATCH v5 1/4] docs: Fixes build docs "
` [PATCH v5 2/4] configure: the docdir option should passed to meson as is
` [PATCH v5 3/4] meson: Move the detection logic for sphinx to meson
` [PATCH v5 4/4] cirrus: Enable doc build on msys2/mingw

[PATCH v4 0/4] Fixes docs building on msys2/mingw
 2020-10-16  8:12 UTC  (7+ messages)
` [PATCH v4 3/4] meson: Move the detection logic for sphinx to meson


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