qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-23 04:58:02 to 2021-01-24 13:35:57 UTC [more...]

[PATCH 00/25] Convert CMSDK timer, watchdog, dualtimer to Clock framework
 2021-01-24 13:35 UTC  (22+ messages)
` [PATCH 03/25] tests: Add a simple test of the CMSDK APB timer
` [PATCH 04/25] tests: Add a simple test of the CMSDK APB watchdog
` [PATCH 05/25] tests: Add a simple test of the CMSDK APB dual timer
` [PATCH 19/25] hw/timer/cmsdk-apb-dualtimer: Convert to use Clock input
` [PATCH 21/25] tests/qtest/cmsdk-apb-watchdog-test: Test clock changes
` [PATCH 22/25] hw/arm/armsse: Use Clock to set system_clock_scale
` [PATCH 23/25] arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSE
` [PATCH 24/25] arm: Remove frq "
` [PATCH 25/25] hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYS

[PATCH] target/ppc: Fix truncation of env->hflags
 2021-01-24 12:18 UTC  (3+ messages)

[RFC PATCH v3 0/6] eBPF RSS support for virtio-net
 2021-01-24 11:33 UTC  (7+ messages)
` [RFC PATCH v3 5/6] virtio-net: Added eBPF RSS to virtio-net

[RFC PATCH] gitlab-ci.yml: Speed up CI by using "meson test --no-rebuild"
 2021-01-24 11:32 UTC  (2+ messages)

[PATCH v2 0/7] m68k: add Virtual M68k Machine
 2021-01-24 10:58 UTC  (11+ messages)
` [PATCH v2 2/7] char: add goldfish-tty
` [PATCH v2 3/7] intc: add goldfish-pic
` [PATCH v2 6/7] goldfish_rtc: re-arm the alarm after migration
` [PATCH v2 7/7] m68k: add Virtual M68k Machine

[Bug 1912934] [NEW] QEMU emulation of fmadds instruction on powerpc64le is buggy
 2021-01-24  8:40 UTC 

[Bug 1893040] [NEW] External modules retreval using Go1.15 on s390x appears to have checksum and ECDSA verification issues
 2021-01-24  6:58 UTC  (2+ messages)
` [Bug 1893040] "

[Bug 1886793] [NEW] "go install" command fails while running inside s390x docker container on x86_64 host using qemu
 2021-01-24  6:57 UTC  (2+ messages)
` [Bug 1886793] "

[Qemu-devel] [Bug 1745354] [NEW] CDOS ps/2 mouse problem
 2021-01-24  4:17 UTC  (2+ messages)
` [Bug 1745354] "

[Qemu-devel] [Bug 1752646] [NEW] Freezing VNC screen on some the UEFI framebuffer applications
 2021-01-24  4:17 UTC  (2+ messages)
` [Bug 1752646] "

[Qemu-devel] [Bug 1774853] [NEW] claims temp file is used by another process
 2021-01-24  4:17 UTC  (2+ messages)
` [Bug 1774853] "

[Qemu-devel] [Bug 1777235] [NEW] NVME is missing support for Get Log Page command
 2021-01-24  4:17 UTC  (2+ messages)
` [Bug 1777235] "

[Qemu-devel] [Bug 1777786] [NEW] virtio-gpu-3d.c: change virtio_gpu_fence_poll timer scale
 2021-01-24  4:17 UTC  (2+ messages)
` [Bug 1777786] "

PPC64 TCG problem.. MSR[SF] switching
 2021-01-24  3:22 UTC  (2+ messages)

[PATCH V6 0/6] hw/block/nvme: support multi-path for ctrl/ns
 2021-01-24  2:54 UTC  (7+ messages)
` [PATCH V6 1/6] hw/block/nvme: introduce nvme-subsys device
` [PATCH V6 2/6] hw/block/nvme: support to map controller to a subsystem
` [PATCH V6 3/6] hw/block/nvme: add CMIC enum value for Identify Controller
` [PATCH V6 4/6] hw/block/nvme: support for multi-controller in subsystem
` [PATCH V6 5/6] hw/block/nvme: add NMIC enum value for Identify Namespace
` [PATCH V6 6/6] hw/block/nvme: support for shared namespace in subsystem

[RFC PATCH 0/4] hw/intc: enable GICv4 memory layout for GICv3 driver
 2021-01-24  3:00 UTC  (6+ messages)
` [RFC PATCH 1/4] hw/intc: don't bail out gicv3 model init for revision 4
` [RFC PATCH 2/4] hw/intc: add helper function to determine gicv3 redistributor size
` [RFC PATCH 3/4] hw/intc: set GICD_TYPER.DVIS for GICv4
` [RFC PATCH 4/4] hw/intc: make gicv3_idreg() distinguish between gicv3/gicv4

[Bug 1912065] [NEW] Segfaults in tcg/optimize.c:212 after commit 7c79721606be11b5bc556449e5bcbc331ef6867d
 2021-01-24  2:29 UTC  (3+ messages)
` [Bug 1912065] "

[PATCH v2 00/12] buildsys: Do not build various objects if not necessary
 2021-01-24  0:32 UTC  (9+ messages)
` [PATCH v2 02/12] tests/meson: Only build softfloat objects if TCG is selected
` [PATCH v2 06/12] meson: Merge trace_events_subdirs array
` [PATCH v2 09/12] qapi/meson: Restrict qdev code to system-mode emulation

[PATCH] tcg: Restart code generation when we run out of temps
 2021-01-24  0:27 UTC  (2+ messages)

[PATCH] tcg: Increase the static number of temporaries
 2021-01-23 22:18 UTC  (4+ messages)

[PATCH] coroutine-sigaltstack: Keep SIGUSR2 handler up
 2021-01-23 22:13 UTC  (6+ messages)

[PULL 00/10] tcg patch queue
 2021-01-23 22:08 UTC  (12+ messages)
` [PULL 01/10] tcg: update the cpu running flag in cpu_exec_step_atomic
` [PULL 02/10] qemu/compiler: Split out qemu_build_not_reached_always
` [PULL 03/10] tcg: Optimize inline dup_const for MO_64
` [PULL 04/10] tcg: Increase the static number of temporaries
` [PULL 05/10] accel/tcg: Make cpu_gen_init() static
` [PULL 06/10] accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
` [PULL 07/10] accel/tcg: Restrict tb_gen_code() from other accelerators
` [PULL 08/10] accel/tcg: Declare missing cpu_loop_exit*() stubs
` [PULL 09/10] accel/tcg: Restrict cpu_io_recompile() from other accelerators
` [PULL 10/10] tcg: Toggle page execution for Apple Silicon

[PATCH v8 0/5] Rework iotests/check
 2021-01-23 21:04 UTC  (6+ messages)
` [PATCH v8 1/5] iotests: add findtests.py
` [PATCH v8 2/5] iotests: add testenv.py
` [PATCH v8 3/5] iotests: add testrunner.py
` [PATCH v8 4/5] iotests: rewrite check into python
` [PATCH v8 5/5] iotests: rename and move 169 and 199 tests

[PULL v2 00/30] Misc patches for 2021-01-21
 2021-01-23 20:57 UTC 

[PATCH v8 00/11] iOS and Apple Silicon host support
 2021-01-23 20:04 UTC  (15+ messages)
` [PATCH v8 01/11] block: feature detection for host block support
` [PATCH v8 02/11] configure: cross-compiling with empty cross_prefix
` [PATCH v8 03/11] configure: check for sys/disk.h
` [PATCH v8 04/11] slirp: feature detection for smbd
` [PATCH v8 05/11] osdep: build with non-working system() function
` [PATCH v8 06/11] darwin: remove redundant dependency declaration
` [PATCH v8 07/11] darwin: fix cross-compiling for Darwin
` [PATCH v8 08/11] configure: cross compile should use x86_64 cpu_family
` [PATCH v8 09/11] block: check availablity for preadv/pwritev on mac
` [PATCH v8 10/11] darwin: detect CoreAudio for build
` [PATCH v8 11/11] darwin: remove 64-bit build detection on 32-bit OS

[PULL 00/31] Misc patches for 2020-01-21
 2021-01-23 19:52 UTC  (34+ messages)
` [PULL 01/31] runstate: cleanup reboot and panic actions
` [PULL 02/31] configure: MinGW respect --bindir argument
` [PULL 03/31] x86/cpu: Use max host physical address if -cpu max option is applied
` [PULL 04/31] build-system: clean up TCG/TCI configury
` [PULL 05/31] util/cacheflush: Fix error generated by clang
` [PULL 06/31] softmmu/physmem: Silence GCC 10 maybe-uninitialized error
` [PULL 07/31] ide: atapi: check logical block address and read size (CVE-2020-29443)
` [PULL 08/31] build-sys: remove unused LIBS
` [PULL 09/31] build-sys: set global arguments for cflags/ldflags
` [PULL 10/31] build-sys: add libvhost-user missing dependencies
` [PULL 11/31] slirp: update to git master
` [PULL 12/31] meson: Declare have_virtfs_proxy_helper in main meson.build
` [PULL 13/31] nsis: adjust for new MinGW paths
` [PULL 14/31] meson: convert wixl detection to Meson
` [PULL 15/31] meson: Summarize information related to directories first
` [PULL 16/31] meson: Display host binaries information altogether
` [PULL 17/31] meson: Summarize overall features altogether
` [PULL 18/31] meson: Summarize compilation-related information altogether
` [PULL 19/31] meson: Display accelerators and selected targets altogether
` [PULL 20/31] meson: Display block layer information altogether
` [PULL 21/31] meson: Display crypto-related "
` [PULL 22/31] meson: Add a section header for library dependencies
` [PULL 23/31] meson.build: Declare global edk2_targets / install_edk2_blobs variables
` [PULL 24/31] meson.build: Detect bzip2 program
` [PULL 25/31] acceptance: switch to QMP change-vnc-password command
` [PULL 26/31] hmp: remove "change vnc TARGET" command
` [PULL 27/31] qmp: remove deprecated "change" command
` [PULL 28/31] vnc: support "-vnc help"
` [PULL 29/31] qemu-option: clean up id vs. list->merge_lists
` [PULL 30/31] qemu-option: move help handling to get_opt_name_value
` [PULL 31/31] qemu-option: warn for short-form boolean options

[PULL 0/8] Usb 20210122 patches
 2021-01-23 19:14 UTC  (2+ messages)

[PATCH v4] tcg: Toggle page execution for Apple Silicon
 2021-01-23 18:49 UTC  (5+ messages)

[PATCH] replay: fix replay of the interrupts
 2021-01-23 18:15 UTC  (2+ messages)

[PATCH v3 0/4] meson: Try to clarify TCG / TCI options for new users
 2021-01-23 18:13 UTC  (4+ messages)
` [PATCH v3 4/4] configure: Reword --enable-tcg-interpreter as --disable-native-tcg

[PATCH 1/1] os_find_datadir: search as in version 4.2
 2021-01-23 18:08 UTC  (10+ messages)

[RFC PATCH v2 0/8] Automatically convert configure options to meson build options
 2021-01-23 18:00 UTC  (8+ messages)
` [PATCH 8/8] configure: automatically parse command line for meson -D options

[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
 2021-01-23 17:52 UTC  (3+ messages)

[PATCH v7 00/11] Rework iotests/check
 2021-01-23 15:14 UTC  (6+ messages)
` [PATCH v7 10/11] iotests: rewrite check into python

[PATCH] virtio-mmio: fix guest kernel crash with SHM regions
 2021-01-23 14:58 UTC  (2+ messages)

[PATCH v4 00/16] 64bit block-layer: part I
 2021-01-23 14:34 UTC  (4+ messages)
` [PATCH v4 13/16] block/io: support int64_t bytes in bdrv_aligned_preadv()

[PATCH v7 00/11] iOS and Apple Silicon host support
 2021-01-23 13:45 UTC  (6+ messages)
` [PATCH v7 05/11] osdep: build with non-working system() function

Thread safety of coroutine-sigaltstack
 2021-01-23 13:35 UTC  (6+ messages)

[PATCH 0/2] tcg/tci: Fix Clang build
 2021-01-23 13:31 UTC  (12+ messages)
` [RFC PATCH 2/2] gitlab-ci: Add a job building TCI with Clang
                `  "

[PATCH v13 00/22] i386 cleanup PART 2
 2021-01-23 12:23 UTC  (23+ messages)
` [PATCH v13 01/22] cpu: Introduce TCGCpuOperations struct
` [PATCH v13 02/22] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v13 03/22] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PATCH v13 04/22] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v13 05/22] cpu: Move cpu_exec_* "
` [PATCH v13 06/22] cpu: Move tlb_fill "
` [PATCH v13 07/22] cpu: Move debug_excp_handler "
` [PATCH v13 08/22] target/arm: do not use cc->do_interrupt for KVM directly
` [PATCH v13 09/22] cpu: move cc->do_interrupt to tcg_ops
` [PATCH v13 10/22] cpu: move cc->transaction_failed "
` [PATCH v13 11/22] cpu: move do_unaligned_access "
` [PATCH v13 12/22] physmem: make watchpoint checking code TCG-only
` [PATCH v13 13/22] cpu: move adjust_watchpoint_address to tcg_ops
` [PATCH v13 14/22] cpu: move debug_check_watchpoint "
` [PATCH v13 15/22] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PATCH v13 16/22] accel: extend AccelState and AccelClass to user-mode
` [PATCH v13 17/22] accel: replace struct CpusAccel with AccelOpsClass
` [PATCH v13 18/22] accel: introduce AccelCPUClass extending CPUClass
` [PATCH v13 19/22] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v13 20/22] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v13 21/22] hw/core/cpu: call qemu_init_vcpu in cpu_common_realizefn
` [PATCH v13 22/22] accel: introduce new accessor functions

[Bug 1912780] Re: QEMU: Null Pointer Failure in fdctrl_read() in hw/block/fdc.c
 2021-01-23 11:24 UTC 

[PATCH v2 00/25] hw/riscv: sifive_u: Add missing SPI support
 2021-01-23 10:40 UTC  (26+ messages)
` [PATCH v2 01/25] hw/block: m25p80: Add ISSI SPI flash support
` [PATCH v2 02/25] hw/block: m25p80: Add various ISSI flash information
` [PATCH v2 03/25] hw/sd: ssi-sd: Fix incorrect card response sequence
` [PATCH v2 04/25] hw/sd: sd: Support CMD59 for SPI mode
` [PATCH v2 05/25] hw/sd: sd: Drop sd_crc16()
` [PATCH v2 06/25] util: Add CRC16 (CCITT) calculation routines
` [PATCH v2 07/25] hw/sd: ssi-sd: Suffix a data block with CRC16
` [PATCH v2 08/25] hw/sd: ssi-sd: Add a state representing Nac
` [PATCH v2 09/25] hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION
` [PATCH v2 10/25] hw/sd: ssi-sd: Support multiple block read
` [PATCH v2 11/25] hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer
` [PATCH v2 12/25] hw/sd: sd: Remove duplicated codes in single/multiple block read/write
` [PATCH v2 13/25] hw/sd: sd: Allow single/multiple block write for SPI mode
` [PATCH v2 14/25] hw/sd: sd.h: Cosmetic change of using spaces
` [PATCH v2 15/25] hw/sd: Introduce receive_ready() callback
` [PATCH v2 16/25] hw/sd: ssi-sd: Support single block write
` [PATCH v2 17/25] hw/sd: ssi-sd: Support multiple "
` [PATCH v2 18/25] hw/sd: ssi-sd: Bump up version ids of VMStateDescription
` [PATCH v2 19/25] hw/ssi: Add SiFive SPI controller support
` [PATCH v2 20/25] hw/riscv: sifive_u: Add QSPI0 controller and connect a flash
` [PATCH v2 21/25] hw/riscv: sifive_u: Add QSPI2 controller and connect an SD card
` [PATCH v2 22/25] hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal value
` [PATCH v2 23/25] docs/system: Sort targets in alphabetical order
` [PATCH v2 24/25] docs/system: Add RISC-V documentation
` [PATCH v2 25/25] docs/system: riscv: Add documentation for sifive_u machine

[PATCH] tcg/tci: Restrict tci_write_reg16() to 64-bit hosts
 2021-01-23 10:30 UTC  (2+ 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).