qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-17 22:54:57 to 2021-10-18 13:23:14 UTC [more...]

[PATCH v7 00/21] Add LoongArch linux-user emulation support
 2021-10-18 12:58 UTC  (22+ messages)
` [PATCH v7 01/21] target/loongarch: Add README
` [PATCH v7 02/21] target/loongarch: Add core definition
` [PATCH v7 03/21] target/loongarch: Add main translation routines
` [PATCH v7 04/21] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v7 05/21] target/loongarch: Add fixed point shift "
` [PATCH v7 06/21] target/loongarch: Add fixed point bit "
` [PATCH v7 07/21] target/loongarch: Add fixed point load/store "
` [PATCH v7 08/21] target/loongarch: Add fixed point atomic "
` [PATCH v7 09/21] target/loongarch: Add fixed point extra "
` [PATCH v7 10/21] target/loongarch: Add floating point arithmetic "
` [PATCH v7 11/21] target/loongarch: Add floating point comparison "
` [PATCH v7 12/21] target/loongarch: Add floating point conversion "
` [PATCH v7 13/21] target/loongarch: Add floating point move "
` [PATCH v7 14/21] target/loongarch: Add floating point load/store "
` [PATCH v7 15/21] target/loongarch: Add branch "
` [PATCH v7 16/21] target/loongarch: Add disassembler
` [PATCH v7 17/21] LoongArch Linux User Emulation
` [PATCH v7 18/21] default-configs: Add loongarch linux-user support
` [PATCH v7 19/21] target/loongarch: Add target build suport
` [PATCH v7 21/21] scripts: add loongarch64 binfmt config

[PATCH 0/4] aspeed/smc: Improve support for the alternate boot function
 2021-10-18 13:07 UTC  (9+ messages)
` [PATCH 1/4] aspeed/wdt: Add trace events
` [PATCH 2/4] aspeed/smc: Dump address offset in "
` [PATCH 3/4] aspeed/wdt: Add an alias for the MMIO region

[PATCH 0/1] Add missing function names to symbol list
 2021-10-18 12:49 UTC  (6+ messages)

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-10-18 12:55 UTC  (8+ messages)
` [PATCH v2 04/22] target/riscv: Improve fidelity of guest external interrupts

a quetion about sysbus_realize_and_unref function
 2021-10-18 12:43 UTC 

[PULL 00/40] Misc patches for 2021-10-13
 2021-10-18 12:42 UTC  (7+ messages)
` [PULL 37/40] monitor: Tidy up find_device_state()
      ` regression on s390: was "

[PATCH] usb/uhci: Disallow user creating a vt82c686-uhci-pci device
 2021-10-18 12:15 UTC  (2+ messages)

[PATCH v4 0/3] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-10-18 12:15 UTC  (2+ messages)

[PATCH v2 0/2] roms/edk2: Avoid cloning unused cmocka submodule
 2021-10-18 12:12 UTC  (4+ messages)
` [PATCH v2 1/2] roms/edk2: Only init brotli submodule to build BaseTools
` [PATCH v2 2/2] roms/edk2: Only initialize required submodules

[PATCH v3 00/14] target/riscv: Rationalize XLEN and operand length
 2021-10-18 11:55 UTC  (18+ messages)
` [PATCH v3 03/14] target/riscv: Split misa.mxl and misa.ext
` [PATCH v3 04/14] target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
` [PATCH v3 05/14] target/riscv: Add MXL/SXL/UXL to TB_FLAGS
` [PATCH v3 10/14] target/riscv: Use gen_arith_per_ol for RVM
` [PATCH v3 12/14] target/riscv: Use gen_unary_per_ol for RVB
` [PATCH v3 13/14] target/riscv: Use gen_shift*_per_ol for RVB, RVI
` [PATCH v3 14/14] target/riscv: Compute mstatus.sd on demand

[PATCH 0/7] tests: docker images for hexagon, nios2, microblaze
 2021-10-18 11:33 UTC  (9+ messages)
` [PATCH 1/7] tests/docker: Use apt build-dep in debian10
` [PATCH 2/7] tests/docker: Simplify debian-all-test-cross
` [PATCH 7/7] tests/tcg: Enable container_cross_cc for microblaze

[PATCH 0/3] hw/nvram: Fix Memory Leaks in Xilinx eFUSE
 2021-10-18 11:22 UTC  (8+ messages)
` [PATCH 1/3] hw/nvram: Fix Memory Leak in Xilinx eFuse QOM
` [PATCH 2/3] hw/nvram: Fix Memory Leak in Xilinx Versal eFuse device
` [PATCH 3/3] hw/nvram: Fix Memory Leak in Xilinx ZynqMP "

[PATCH 1/2] hw/misc/bcm2835_property: Fix framebuffer with recent RPi kernels
 2021-10-18 10:41 UTC  (6+ messages)

[PATCH v3] migration/rdma: Fix out of order wrid
 2021-10-18 10:18 UTC  (2+ messages)

[PATCH v2 00/15] bsd-user: misc cleanup for aarch64 import
 2021-10-18 10:17 UTC  (31+ messages)
` [PATCH v2 01/15] meson: *-user: only descend into *-user when configured
` [PATCH v2 04/15] bsd-user: TARGET_RESET define is unused, remove it
` [PATCH v2 05/15] bsd-user: export get_errno and is_error from syscall.c
` [PATCH v2 06/15] bsd-user/errno_defs.h: Add internal error numbers
` [PATCH v2 07/15] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
` [PATCH v2 08/15] bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
` [PATCH v2 09/15] bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
` [PATCH v2 10/15] bsd-user: Remove used from TaskState
` [PATCH v2 11/15] bsd-user: Add stop_all_tasks
` [PATCH v2 12/15] bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
` [PATCH v2 13/15] bsd-user/sysarch: Provide a per-arch framework for sysarch syscall
` [PATCH v2 14/15] bsd-user: Rename sigqueue to qemu_sigqueue
` [PATCH v2 15/15] bsd-user/signal: Create a dummy signal queueing function

[PATCH] via-ide: Avoid expensive operations in irq handler
 2021-10-18 10:10 UTC  (4+ messages)

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-18 10:06 UTC  (5+ messages)
` [PATCH 10/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
` [PATCH 11/15] hw/nvme: Calculate BAR atributes in a function

[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
 2021-10-18  9:50 UTC  (4+ messages)
` [PATCH v3 13/19] qapi: introduce x-query-skeys QMP command

[RFC PATCH 0/4] Replace custom test harness with "meson test"
 2021-10-18  9:51 UTC  (2+ messages)

[PATCH] Fix %#08 misuses
 2021-10-18  9:47 UTC  (4+ messages)

[PATCH 0/4] Avoid using isa_get_irq in vt82c686 model
 2021-10-18  9:46 UTC  (7+ messages)
` [PATCH 4/4] via-ide: Avoid using isa_get_irq()

[PATCH 0/2] roms/edk2: Avoid cloning unused cmocka submodule
 2021-10-18  9:39 UTC  (7+ messages)
` [PATCH 1/2] roms/edk2: Only init brotli submodule to build BaseTools
` [PATCH 2/2] roms/edk2: Only initialize required submodules

[PATCH v8 00/78] support vector extension v1.0
 2021-10-18  9:34 UTC  (23+ messages)
` [PATCH v8 01/78] target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
` [PATCH v8 18/78] target/riscv: rvv-1.0: remove amo operations instructions
` [PATCH v8 29/78] target/riscv: rvv-1.0: count population in mask instruction
` [PATCH v8 30/78] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PATCH v8 31/78] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [PATCH v8 32/78] target/riscv: rvv-1.0: iota instruction
` [PATCH v8 33/78] target/riscv: rvv-1.0: element index instruction

[PATCH v1 1/2] target/riscv: Remove some unused macros
 2021-10-18  9:30 UTC  (5+ messages)
` [PATCH v1 2/2] target/riscv: Organise the CPU properties

[PATCH v4 0/3] vdpa: Check iova range on memory regions ops
 2021-10-18  9:22 UTC  (7+ messages)
` [PATCH v4 1/3] vdpa: Skip protected ram IOMMU mappings
` [PATCH v4 2/3] vdpa: Add vhost_vdpa_section_end
` [PATCH v4 3/3] vdpa: Check for iova range at mappings changes

[PATCH 0/2] accel/tcg: Fix monitor deadlock
 2021-10-18  9:18 UTC  (5+ messages)
` [PATCH 1/2] rcu: Introduce force_rcu notifier
` [PATCH 2/2] accel/tcg: Register a "

[PATCH] net: vmxnet3: validate configuration values during activate (CVE-2021-20203)
 2021-10-18  9:09 UTC  (3+ messages)

[PATCH V3] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-10-18  9:03 UTC  (3+ messages)

[PATCH] docs/block-replication.txt: Fix replication top-id command demo
 2021-10-18  8:50 UTC 

[PATCH v3] failover: fix unplug pending detection
 2021-10-18  8:27 UTC  (3+ messages)

[PATCH v2] hw/riscv: virt: bugfix the memory-backend-file command is invalid
 2021-10-18  6:42 UTC  (7+ messages)

[PATCH] tests/vm: update openbsd to release 7.0
 2021-10-18  6:37 UTC  (3+ messages)

[PATCH v3 0/6] target/riscv: support Zfh, Zfhmin extension v0.1
 2021-10-18  6:11 UTC  (17+ messages)
` [PATCH v3 1/6] target/riscv: zfh: half-precision load and store
` [PATCH v3 2/6] target/riscv: zfh: half-precision computational
` [PATCH v3 3/6] target/riscv: zfh: half-precision convert and move
` [PATCH v3 4/6] target/riscv: zfh: half-precision floating-point compare
` [PATCH v3 5/6] target/riscv: zfh: half-precision floating-point classify
` [PATCH v3 6/6] target/riscv: zfh: implement zfhmin extension

[RFC PATCH 0/5] Make Intel PT configurable
 2021-10-18  5:37 UTC  (5+ messages)
` [RFC PATCH 3/5] target/i386: Enable host pass through of Intel PT

gitlab build-edk2 failures
 2021-10-18  5:23 UTC  (4+ messages)

[PATCH v3 0/9] bsd-user mmap fixes
 2021-10-18  3:44 UTC  (5+ messages)
` [PATCH v3 6/9] bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
` [PATCH v3 7/9] bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag

[PATCH RESEND v3 0/2] add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-18  3:51 UTC  (9+ messages)
` [PATCH v3 2/2] target/riscv: change the api for single/double fmin/fmax

[PATCH v4 00/15] PPC64/TCG: Implement 'rfebb' instruction
 2021-10-18  3:13 UTC  (17+ messages)
` [PATCH v4 01/15] target/ppc: add MMCR0 PMCC bits to hflags
` [PATCH v4 02/15] target/ppc: add user read/write functions for MMCR0
` [PATCH v4 03/15] target/ppc: add user read/write functions for MMCR2
` [PATCH v4 04/15] target/ppc: adding user read/write functions for PMCs
` [PATCH v4 05/15] target/ppc: introduce PMU events
` [PATCH v4 06/15] target/ppc: initialize PMUEvents on MMCR1 write
` [PATCH v4 07/15] target/ppc: PMU basic cycle count for pseries TCG
` [PATCH v4 08/15] target/ppc: enable PMU counter overflow with cycle events
` [PATCH v4 09/15] target/ppc: enable PMU instruction count
` [PATCH v4 10/15] target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
` [PATCH v4 11/15] target/ppc: PMU: handle setting of PMCs while running
` [PATCH v4 12/15] target/ppc/power8-pmu.c: handle overflow bits when PMU is running
` [PATCH v4 13/15] PPC64/TCG: Implement 'rfebb' instruction
` [PATCH v4 14/15] target/ppc: PMU Event-Based exception support
` [PATCH v4 15/15] target/ppc/excp_helper.c: EBB handling adjustments

[PATCH] target/ppc: Filter mtmsr[d] input before setting MSR
 2021-10-18  1:23 UTC  (2+ messages)

[PATCH v1 1/9] hw/riscv: opentitan: Update to the latest build
 2021-10-18  2:40 UTC  (9+ messages)
` [PATCH v1 2/9] hw/intc: Remove the Ibex PLIC
` [PATCH v1 3/9] hw/intc: sifive_plic: Move the properties
` [PATCH v1 4/9] hw/intc: sifive_plic: Cleanup the realize function
` [PATCH v1 5/9] hw/intc: sifive_plic: Cleanup the irq_request function
` [PATCH v1 6/9] hw/intc: sifive_plic: Add a reset function
` [PATCH v1 7/9] hw/intc: sifive_plic: Cleanup the write function
` [PATCH v1 8/9] hw/intc: sifive_plic: Cleanup the read function
` [PATCH v1 9/9] hw/intc: sifive_plic: Cleanup remaining functions

[PATCH v3] target/riscv: fix VS interrupts forwarding to HS
 2021-10-18  1:13 UTC  (6+ messages)

[PATCH v3] hw/riscv: virt: Use machine->ram as the system memory
 2021-10-17 23:25 UTC  (2+ messages)

[PULL 00/17] MIPS patches for 2021-10-18
 2021-10-17 22:52 UTC  (17+ messages)
` [PULL 02/17] hw/mips/boston: Massage memory map information
` [PULL 03/17] hw/mips/boston: Allow loading elf kernel and dtb
` [PULL 04/17] hw/mips/boston: Add FDT generator
` [PULL 05/17] target/mips: Remove unused register from MSA 2R/2RF instruction format
` [PULL 06/17] target/mips: Use tcg_constant_i32() in gen_msa_elm_df()
` [PULL 07/17] target/mips: Use tcg_constant_i32() in gen_msa_2rf()
` [PULL 08/17] target/mips: Use tcg_constant_i32() in gen_msa_2r()
` [PULL 09/17] target/mips: Use tcg_constant_i32() in gen_msa_3rf()
` [PULL 10/17] target/mips: Use explicit extract32() calls in gen_msa_i5()
` [PULL 11/17] target/mips: Use tcg_constant_tl() in gen_compute_compact_branch()
` [PULL 12/17] target/mips: Fix DEXTRV_S.H DSP opcode
` [PULL 13/17] target/mips: Remove unused TCG temporary in gen_mipsdsp_accinsn()
` [PULL 14/17] via-ide: Set user_creatable to false
` [PULL 15/17] vt82c686: Move common code to via_isa_realize
` [PULL 16/17] vt82c686: Add a method to VIA_ISA to raise ISA interrupts
` [PULL 17/17] via-ide: Avoid using isa_get_irq()


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