qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-02 16:20:37 to 2021-05-03 06:05:54 UTC [more...]

[PATCH for-6.1 0/4] Poison more CONFIG switches
 2021-05-03  6:04 UTC  (3+ messages)
` [PATCH for-6.1 2/4] migration: Move populate_vfio_info() into a separate file

[PULL 00/18] aspeed queue (v2)
 2021-05-03  5:26 UTC  (19+ messages)
` [PULL 01/18] aspeed/smc: Use the RAM memory region for DMAs
` [PULL 02/18] aspeed/smc: Remove unused "sdram-base" property
` [PULL 03/18] aspeed/i2c: Fix DMA address mask
` [PULL 04/18] aspeed/i2c: Rename DMA address space
` [PULL 05/18] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias
` [PULL 06/18] hw: Model ASPEED's Hash and Crypto Engine
` [PULL 07/18] aspeed: Integrate HACE
` [PULL 08/18] tests/qtest: Add test for Aspeed HACE
` [PULL 09/18] tests/acceptance: Test ast2400 and ast2500 machines
` [PULL 10/18] tests/acceptance: Test ast2600 machine
` [PULL 11/18] hw/misc/aspeed_xdma: Add AST2600 support
` [PULL 12/18] aspeed/smc: Add a 'features' attribute to the object class
` [PULL 13/18] aspeed/smc: Add extra controls to request DMA
` [PULL 14/18] tests/qtest: Rename m25p80 test in aspeed_smc test
` [PULL 15/18] aspeed: Deprecate the swift-bmc machine
` [PULL 16/18] aspeed: Add support for the rainier-bmc board
` [PULL 17/18] hw/block: m25p80: Add support for mt25ql02g and mt25qu02g
` [PULL 18/18] aspeed: Add support for the quanta-q7l1-bmc board

[PATCH 0/4] pc-bios/s390-ccw: Allow building with Clang, too
 2021-05-03  5:17 UTC  (11+ messages)
` [PATCH 1/4] pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturn
` [PATCH 2/4] pc-bios/s390-ccw: Fix the cc-option macro in the Makefile
` [PATCH 3/4] pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning
` [PATCH 4/4] pc-bios/s390-ccw: Allow building with Clang, too

[Qemu-devel] [Bug 1776478] [NEW] Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation
 2021-05-03  5:04 UTC  (2+ messages)
` [Bug 1776478] "

[PATCH v3 0/7] target/ppc: untangle CPU init from translation
 2021-05-03  4:54 UTC  (13+ messages)
` [PATCH v3 1/7] target/ppc: Created !TCG SPR registration macro
` [PATCH v3 2/7] target/ppc: Isolated SPR read/write callbacks
` [PATCH v3 3/7] target/ppc: remove unnecessary SPR functions
` [PATCH v3 5/7] target/ppc: removed VSCR from SPR registration
` [PATCH v3 6/7] target/ppc: renamed SPR registration functions

Let's remove some deprecated stuff
 2021-05-03  4:49 UTC  (3+ messages)

[RFC PATCH v2 0/2] hw/ppc: code motion to compile without TCG
 2021-05-03  4:35 UTC  (7+ messages)
` [RFC PATCH v2 1/2] target/ppc: Moved functions out of mmu-hash64
` [RFC PATCH v2 2/2] hw/ppc: Moved TCG code to spapr_hcall_tcg

[PATCH v2 0/7] target/ppc: untangle cpu init from translation
 2021-05-03  3:54 UTC  (5+ messages)
` [PATCH v2 3/7] target/ppc: Isolated SPR read/write callbacks

[PATCH 0/2] ppc: rework AIL logic, add POWER10 exception model
 2021-05-03  3:42 UTC  (5+ messages)
` [PATCH 1/2] target/ppc: rework AIL logic in interrupt delivery
` [PATCH 2/2] target/ppc: Add POWER10 exception model

[PATCH 0/2] target/ppc: Clean up _spr_register
 2021-05-03  3:48 UTC  (5+ messages)
` [PATCH 1/2] target/ppc: Clean up _spr_register et al
` [PATCH 2/2] target/ppc: Reduce the size of ppc_spr_t

[PATCH v2 1/8] hw/riscv: sifive_u: Switch to use qemu_fdt_setprop_string_array() helper
 2021-05-03  3:00 UTC  (3+ messages)
` [PATCH v2 5/8] docs/system/riscv: Correct the indentation level of supported devices

[PATCH 0/2] hw/usb: Do not build USB subsystem if not required
 2021-05-03  2:38 UTC  (6+ messages)
` [PATCH 1/2] hw/usb/host-stub: Remove unused header
` [PATCH 2/2] hw/usb: Do not build USB subsystem if not required

[PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 87.0
 2021-05-03  1:50 UTC  (3+ messages)

[Bug 1856399] [NEW] Intel GVT-g works in X11, segfaults in wayland
 2021-05-03  0:35 UTC  (3+ messages)
` [Bug 1856399] "

[PATCH v2 0/3] hw: Fix reset of bus-less devices
 2021-05-03  0:18 UTC  (8+ messages)
` [PATCH v2 1/3] hw/block/nand: Register machine reset handler
` [PATCH v2 2/3] hw/pci-host/raven: Manually reset the OR_IRQ device
` [PATCH v2 3/3] hw/arm/armsse: Manually reset the OR_IRQ devices

[PATCH v6 00/26] TCI fixes and cleanups
 2021-05-03  0:30 UTC  (28+ messages)
` [PATCH v6 01/26] tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
` [PATCH v6 02/26] tcg: Add tcg_call_flags
` [PATCH v6 03/26] accel/tcg/plugin-gen: Drop inline markers
` [PATCH v6 04/26] plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
` [PATCH v6 05/26] accel/tcg: Add tcg call flags to plugins helpers
` [PATCH v6 06/26] tcg: Store the TCGHelperInfo in the TCGOp for call
` [PATCH v6 07/26] tcg: Add tcg_call_func
` [PATCH v6 08/26] tcg: Build ffi data structures for helpers
` [PATCH v6 09/26] tcg/tci: Improve tcg_target_call_clobber_regs
` [PATCH v6 10/26] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PATCH v6 11/26] tcg/tci: Use ffi for calls
` [PATCH v6 12/26] tcg/tci: Reserve r13 for a temporary
` [PATCH v6 13/26] tcg/tci: Emit setcond before brcond
` [PATCH v6 14/26] tcg/tci: Remove tci_write_reg
` [PATCH v6 15/26] tcg/tci: Change encoding to uint32_t units
` [PATCH v6 16/26] tcg/tci: Implement goto_ptr
` [PATCH v6 17/26] tcg/tci: Implement movcond
` [PATCH v6 18/26] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PATCH v6 19/26] tcg/tci: Implement extract, sextract
` [PATCH v6 20/26] tcg/tci: Implement clz, ctz, ctpop
` [PATCH v6 21/26] tcg/tci: Implement mulu2, muls2
` [PATCH v6 22/26] tcg/tci: Implement add2, sub2
` [PATCH v6 23/26] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PATCH v6 24/26] tests/tcg: Increase timeout for TCI
` [PATCH v6 25/26] gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTS
` [PATCH v6 26/26] gitlab: Enable cross-i386 builds of TCI

[PATCH v3 00/28] tcg: Clean up code_gen_buffer allocation
 2021-05-02 23:45 UTC  (30+ messages)
` [PATCH v3 01/28] meson: Split out tcg/meson.build
` [PATCH v3 02/28] meson: Split out fpu/meson.build
` [PATCH v3 03/28] tcg: Re-order tcg_region_init vs tcg_prologue_init
` [PATCH v3 04/28] tcg: Remove error return from tcg_region_initial_alloc__locked
` [PATCH v3 05/28] tcg: Split out tcg_region_initial_alloc
` [PATCH v3 06/28] tcg: Split out tcg_region_prologue_set
` [PATCH v3 07/28] tcg: Split out region.c
` [PATCH v3 08/28] accel/tcg: Inline cpu_gen_init
` [PATCH v3 09/28] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
` [PATCH v3 10/28] accel/tcg: Rename tcg_init to tcg_init_machine
` [PATCH v3 11/28] tcg: Create tcg_init
` [PATCH v3 12/28] accel/tcg: Merge tcg_exec_init into tcg_init_machine
` [PATCH v3 13/28] accel/tcg: Pass down max_cpus to tcg_init
` [PATCH v3 14/28] tcg: Introduce tcg_max_ctxs
` [PATCH v3 15/28] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
` [PATCH v3 16/28] tcg: Replace region.end with region.total_size
` [PATCH v3 17/28] tcg: Rename region.start to region.after_prologue
` [PATCH v3 18/28] tcg: Tidy tcg_n_regions
` [PATCH v3 19/28] tcg: Tidy split_cross_256mb
` [PATCH v3 20/28] tcg: Move in_code_gen_buffer and tests to region.c
` [PATCH v3 21/28] tcg: Allocate code_gen_buffer into struct tcg_region_state
` [PATCH v3 22/28] tcg: Return the map protection from alloc_code_gen_buffer
` [PATCH v3 23/28] tcg: Sink qemu_madvise call to common code
` [PATCH v3 24/28] util/osdep: Add qemu_mprotect_rw
` [PATCH v3 25/28] tcg: Round the tb_size default from qemu_get_host_physmem
` [PATCH v3 26/28] tcg: Merge buffer protection and guard page protection
` [PATCH v3 27/28] tcg: When allocating for !splitwx, begin with PROT_NONE
` [PATCH v3 28/28] tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/

[RFC 0/1] Implement AVR WDT (watchdog timer)
 2021-05-02 20:10 UTC  (3+ messages)
` [RFC 1/1] Implement AVR watchdog timer

[RFC 0/1] Implement AVR WDT (watchdog timer)
 2021-05-02 20:07 UTC 

[PATCH] target/avr: Ignore unimplemented WDR opcode
 2021-05-02 19:09 UTC 

[Bug 1860575] [NEW] qemu64 CPU model is incorrect
 2021-05-02 18:46 UTC  (3+ messages)
` [Bug 1860575] "

[PATCH v2 0/6] hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs
 2021-05-02 18:54 UTC  (7+ messages)
` [PATCH v2 1/6] hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINE
` [PATCH v2 2/6] hw/sparc/sun4m: Introduce Sun4mMachineClass
` [PATCH v2 3/6] hw/sparc/sun4m: Factor out sun4m_machine_class_init()
` [PATCH v2 4/6] hw/sparc/sun4m: Register machine types in sun4m_machine_types[]
` [PATCH v2 5/6] hw/sparc/sun4m: Fix code style for checkpatch.pl
` [PATCH v2 6/6] hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_init

[Bug 1861394] [NEW] qemu-system-riscv64 hangs after poweroff linux command
 2021-05-02 18:26 UTC  (2+ messages)
` [Bug 1861394] "

[Bug 1859254] [NEW] host window size does not change when guest video screen size changes while moving host window
 2021-05-02 18:22 UTC  (2+ messages)
` [Bug 1859254] "

[Bug 1858046] [NEW] qemu-aarch64 hangs on cptofs during a build of NixOS SD card image
 2021-05-02 18:19 UTC  (2+ messages)
` [Bug 1858046] "

[Bug 1857449] [NEW] QEMU x86_64 -nographic full system breaks host Bash terminal line wrapping state after simulation ends, requires reset or "tput smam" to fix it
 2021-05-02 18:19 UTC  (2+ messages)
` [Bug 1857449] "

[Bug 1858623] [NEW] VNC outputs garbage in zlib mode
 2021-05-02 18:21 UTC  (2+ messages)
` [Bug 1858623] "

[Bug 1858461] [NEW] Please refactor linux-user/mips/cpu_loop.c
 2021-05-02 18:20 UTC  (2+ messages)
` [Bug 1858461] "

[Bug 1860742] [NEW] xv6 Bootloop
 2021-05-02 18:25 UTC  (2+ messages)
` [Bug 1860742] "

[Bug 1859081] [NEW] Mouse way too fast when Qemu is on a Windows VM with a OS 9 Guest
 2021-05-02 18:21 UTC  (2+ messages)
` [Bug 1859081] "

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2021-05-02 18:14 UTC  (2+ messages)
` [Bug 1856335] "

[Bug 1859723] [NEW] Qemu ungrabs before cursor reaches border
 2021-05-02 18:23 UTC  (2+ messages)
` [Bug 1859723] "

[PATCH-for-6.0?] hw/rx/rx-gdbsim: Do not accept invalid memory size
 2021-05-02 18:26 UTC  (3+ messages)

[Bug 1856027] [NEW] Suddenly no internet in guest system!
 2021-05-02 18:12 UTC  (2+ messages)
` [Bug 1856027] "

[Bug 1857143] [NEW] VMs won't boot from external snapshots on qemu 4.2
 2021-05-02 18:17 UTC  (2+ messages)
` [Bug 1857143] "

[Bug 1859291] [NEW] RISC-V incorrect exception generated
 2021-05-02 18:22 UTC  (2+ messages)
` [Bug 1859291] "

[Bug 1857226] [NEW] 'set_link net0 off' not working with e1000e driver
 2021-05-02 18:18 UTC  (2+ messages)
` [Bug 1857226] "

[Bug 1856834] [NEW] softmmu qemu-system-ppc freezes at virtio vda
 2021-05-02 18:15 UTC  (2+ messages)
` [Bug 1856834] Re: PCI broken in qemu ppc e500 in v2.12.0 and other versions

[Bug 1856837] [NEW] qemu 4.2.0 arm segmentation fault with gcc 9.2
 2021-05-02 18:15 UTC  (2+ messages)
` [Bug 1856837] "

[Qemu-devel] [Bug 1842925] [NEW] no batmap on convertion from qcow2 to vhd
 2021-05-02 18:10 UTC  (2+ messages)
` [Bug 1842925] "

[Bug 1846816] [NEW] Booting error on AIX 6.1 "Illegal Trap Instruction Interrupt in Kernel""
 2021-05-02 18:11 UTC  (2+ messages)
` [Bug 1846816] "

[Qemu-devel] [Bug 1841990] [NEW] instruction 'denbcdq' misbehaving
 2021-05-02 18:09 UTC  (2+ messages)
` [Bug 1841990] "

[Qemu-devel] [Bug 1842530] [NEW] ich6 and ich9 sound card has noisy(murmur)
 2021-05-02 18:10 UTC  (2+ messages)
` [Bug 1842530] "

[Bug 1884982] [NEW] User-emu documentation mentions inexistent "runtime" downloads
 2021-05-02 18:00 UTC  (2+ messages)
` [Bug 1884982] "

[PATCH-for-6.1 0/3] hw/sparc/sun4m: Introduce Sun4mMachineClass to access sun4m_hwdefs
 2021-05-02 17:40 UTC  (3+ messages)

[PATCH v3 0/2] hw: Convert mc146818rtc & etraxfs_timer to 3-phase reset interface
 2021-05-02 16:39 UTC  (3+ messages)
` [PATCH v3 1/2] hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface)
` [PATCH v3 2/2] hw/rtc/mc146818rtc: "

[PATCH-for-6.0?] hw/arm/imx25_pdk: Fix error message for invalid RAM size
 2021-05-02 16:29 UTC  (2+ messages)

[PULL 00/36] MIPS patches for 2021-05-02
 2021-05-02 16:24 UTC  (37+ messages)
` [PULL 01/36] hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQ
` [PULL 02/36] target/mips: Fix CACHEE opcode (CACHE using EVA addressing)
` [PULL 03/36] target/mips: Add missing CP0 check to nanoMIPS RDPGPR / WRPGPR opcodes
` [PULL 04/36] target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode
` [PULL 05/36] target/mips: Migrate missing CPU fields
` [PULL 06/36] target/mips: Make check_cp0_enabled() return a boolean
` [PULL 07/36] target/mips: Simplify meson TCG rules
` [PULL 09/36] target/mips: Move msa_reset() to new source file
` [PULL 10/36] target/mips: Make CPU/FPU regnames[] arrays global
` [PULL 11/36] target/mips: Optimize CPU/FPU regnames[] arrays
` [PULL 12/36] target/mips: Restrict mips_cpu_dump_state() to cpu.c
` [PULL 13/36] target/mips: Turn printfpr() macro into a proper function
` [PULL 14/36] target/mips: Declare mips_env_set_pc() inlined in "internal.h"
` [PULL 15/36] target/mips: Merge do_translate_address into cpu_mips_translate_address
` [PULL 16/36] target/mips: Extract load/store helpers to ldst_helper.c
` [PULL 17/36] meson: Introduce meson_user_arch source set for arch-specific user-mode
` [PULL 18/36] target/mips: Introduce tcg-internal.h for TCG specific declarations
` [PULL 19/36] target/mips: Add simple user-mode mips_cpu_do_interrupt()
` [PULL 20/36] target/mips: Add simple user-mode mips_cpu_tlb_fill()
` [PULL 21/36] target/mips: Move cpu_signal_handler definition around
` [PULL 22/36] target/mips: Move sysemu specific files under sysemu/ subfolder
` [PULL 23/36] target/mips: Move physical addressing code to sysemu/physaddr.c
` [PULL 24/36] target/mips: Restrict cpu_mips_get_random() / update_pagemask() to TCG
` [PULL 25/36] target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder
` [PULL 26/36] target/mips: Restrict mmu_init() to TCG
` [PULL 27/36] target/mips: Move tlb_helper.c to tcg/sysemu/
` [PULL 28/36] target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scope
` [PULL 29/36] target/mips: Move Special opcodes to tcg/sysemu/special_helper.c
` [PULL 30/36] target/mips: Move helper_cache() "
` [PULL 31/36] target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.c
` [PULL 32/36] target/mips: Move exception management code to exception.c
` [PULL 33/36] target/mips: Move CP0 helpers to sysemu/cp0.c
` [PULL 34/36] target/mips: Move TCG source files under tcg/ sub directory
` [PULL 35/36] hw/mips: Restrict non-virtualized machines to TCG
` [PULL 36/36] gitlab-ci: Add KVM mips64el cross-build jobs

[PATCH 0/2] exec: Cover gen-icount.h in MAINTAINERS, add missing exec-all.h header
 2021-05-02 16:31 UTC  (3+ 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).