qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 05:54:28 to 2020-05-11 13:56:38 UTC [more...]

Qemu Support for Virtio Video V4L2 driver
 2020-05-11 12:32 UTC  (11+ messages)
  ` Fwd: "
      ` [virtio-dev] "

[PATCH 1/2] When del child, next_child_index need to subtract 1. Otherwise, the index will get bigger and bigger
 2020-05-11 10:10 UTC  (2+ messages)

[PATCH 0/1] tricore: added AURIX TC277 D-Step TriBoard
 2020-05-11 13:48 UTC  (3+ messages)
` [PATCH 1/1] "

[PULL 00/34] target-arm queue
 2020-05-11 13:34 UTC  (35+ messages)
` [PULL 01/34] aspeed: Add boot stub for smp booting
` [PULL 02/34] target/arm: Drop access_el3_aa32ns_aa64any()
` [PULL 03/34] aspeed: Support AST2600A1 silicon revision
` [PULL 04/34] aspeed: sdmc: Implement AST2600 locking behaviour
` [PULL 05/34] hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition
` [PULL 06/34] hw/timer/nrf51_timer: Display timer ID in trace events
` [PULL 07/34] hw/timer/nrf51_timer: Add trace event of counter value update
` [PULL 08/34] exec: Add block comments for watchpoint routines
` [PULL 09/34] exec: Fix cpu_watchpoint_address_matches address length
` [PULL 10/34] accel/tcg: Add block comment for probe_access
` [PULL 11/34] accel/tcg: Adjust probe_access call to page_check_range
` [PULL 12/34] accel/tcg: Add probe_access_flags
` [PULL 13/34] accel/tcg: Add endian-specific cpu_{ld, st}* operations
` [PULL 14/34] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
` [PULL 15/34] target/arm: Drop manual handling of set/clear_helper_retaddr
` [PULL 16/34] target/arm: Add sve infrastructure for page lookup
` [PULL 17/34] target/arm: Adjust interface of sve_ld1_host_fn
` [PULL 18/34] target/arm: Use SVEContLdSt in sve_ld1_r
` [PULL 19/34] target/arm: Handle watchpoints "
` [PULL 20/34] target/arm: Use SVEContLdSt for multi-register contiguous loads
` [PULL 21/34] target/arm: Update contiguous first-fault and no-fault loads
` [PULL 22/34] target/arm: Use SVEContLdSt for contiguous stores
` [PULL 23/34] target/arm: Reuse sve_probe_page for gather first-fault loads
` [PULL 24/34] target/arm: Reuse sve_probe_page for scatter stores
` [PULL 25/34] target/arm: Reuse sve_probe_page for gather loads
` [PULL 26/34] target/arm: Remove sve_memopidx
` [PULL 27/34] target/arm/kvm: Inline set_feature() calls
` [PULL 28/34] target/arm: Make set_feature() available for other files
` [PULL 29/34] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]
` [PULL 30/34] target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs
` [PULL 31/34] target/arm: Restrict TCG cpus to TCG accel
` [PULL 32/34] hw/arm/musicpal: Map the UART devices unconditionally
` [PULL 33/34] target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA
` [PULL 34/34] target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed)

[PATCH] xen: fix build without pci passthrough
 2020-05-11 13:40 UTC  (3+ messages)

[PATCH v2 0/4] target/arm: Misc cleanups
 2020-05-11 13:28 UTC  (3+ messages)

[PATCH v2] linux-user/arm: Reset CPSR_E when entering a signal handler
 2020-05-11 13:23 UTC  (2+ messages)

[PATCH v2] aspeed: Add support for the sonorapass-bmc board
 2020-05-11 13:13 UTC  (4+ messages)
` [PATCH v3] "

[Bug 1877716] [NEW] Win10 guest unsuable after a few minutes
 2020-05-11 12:36 UTC  (8+ messages)
` [Bug 1877716] Re: Win10 guest unusable "

[PATCH v5 00/18] nvme: refactoring and cleanups
 2020-05-11 12:50 UTC  (5+ messages)

[PATCH] ui: update keycodemapdb submodule commit
 2020-05-11 12:32 UTC  (2+ messages)

[PATCH 0/5] colo: Introduce resource agent and test suite/CI
 2020-05-11 12:27 UTC  (6+ messages)
` [PATCH 1/5] block/quorum.c: stable children names
` [PATCH 2/5] colo: Introduce resource agent
` [PATCH 3/5] colo: Introduce high-level test suite
` [PATCH 4/5] configure,Makefile: Install colo resource-agent
` [PATCH 5/5] MAINTAINERS: Add myself as maintainer for COLO resource agent

[PATCH v26 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-05-11 12:29 UTC  (3+ messages)
` [PATCH v26 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro

[PATCH 0/4] hw/arm/nrf51: Extend tracing
 2020-05-11 12:23 UTC  (3+ messages)

[PATCH 00/11] exec/cpu: Poison 'hwaddr' type in user-mode emulation
 2020-05-11 12:21 UTC  (18+ messages)
` [PATCH 02/11] sysemu/accel: Restrict machine methods to system-mode
` [PATCH 03/11] sysemu/tcg: Only declare tcg_allowed when TCG is available
` [PATCH 04/11] sysemu/hvf: Only declare hvf_allowed when HVF "
` [PATCH 06/11] target/s390x: Only compile decode_basedisp() on system-mode
` [PATCH 07/11] target/s390x/helper: Clean ifdef'ry
` [PATCH 08/11] target/s390x: Restrict system-mode declarations

[PATCH v3 0/5] target/arm: Restrict TCG cpus to TCG accel
 2020-05-11 12:19 UTC  (3+ messages)

[PATCH v1 0/7] various tcg and linux-user updates
 2020-05-11 12:18 UTC  (6+ messages)
` [PATCH v1 4/7] accel/tcg: don't disable exec_tb trace events
` [PATCH v1 6/7] disas: add optional note support to cap_disas

[PATCH v2] char-socket: initialize reconnect timer only when the timer doesn't start
 2020-05-11 12:39 UTC  (7+ messages)
  ` [PATCH v3 1/2] io/channel: fix crash when qio_channel_readv_all return 0
` [PATCH v4] char-socket: initialize reconnect timer only when the timer doesn't start

[PATCH 0/5] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-05-11 12:17 UTC  (10+ messages)
` [PATCH 1/5] Introduce yank feature
` [PATCH 2/5] io/channel.c,io/channel-socket.c: Add "
` [PATCH 3/5] block/nbd.c: "
` [PATCH 4/5] chardev/char-socket.c: "
` [PATCH 5/5] migration: "

[PATCH v4 00/10] tests/vm: Add support for aarch64 VMs
 2020-05-11 12:11 UTC  (8+ messages)
` [PATCH v4 04/10] tests/vm: add --boot-console switch
` [PATCH v4 06/10] tests/vm: allow wait_ssh() to specify command

[PATCH v3 0/9] qemu-img: Add convert --bitmaps
 2020-05-11 12:03 UTC  (17+ messages)
` [PATCH v3 2/9] qemu-img: Fix stale comments on doc location
` [PATCH v3 3/9] block: Make it easier to learn which BDS support bitmaps
` [PATCH v3 4/9] blockdev: Promote several bitmap functions to non-static
` [PATCH v3 5/9] blockdev: Split off basic bitmap operations for qemu-img
` [PATCH v3 6/9] qemu-img: Add bitmap sub-command
` [PATCH v3 7/9] qcow2: Expose bitmaps' size during measure
` [PATCH v3 8/9] qemu-img: Add convert --bitmaps option
` [PATCH v3 9/9] iotests: Add test 291 to for qemu-img bitmap coverage

[PATCH 0/4] RFC/WIP: Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-05-11 11:21 UTC  (13+ messages)
` [PATCH 2/4] device-core: use RCU for list of childs of a bus
` [PATCH 3/4] device-core: use atomic_set on .realized property
` [PATCH 4/4] virtio-scsi: don't touch scsi devices that are not yet realized

[PATCH] linux-user/arm: Reset CPSR_E when entering a signal handler
 2020-05-11 11:13 UTC  (2+ messages)

[PATCH 0/6] colo: migration related bugfixes
 2020-05-11 11:11 UTC  (7+ messages)
` [PATCH 1/6] migration/colo.c: Use event instead of semaphore
` [PATCH 2/6] migration/colo.c: Use cpu_synchronize_all_states()
` [PATCH 3/6] migration/colo.c: Flush ram cache only after receiving device state
` [PATCH 4/6] migration/colo.c: Relaunch failover even if there was an error
` [PATCH 5/6] migration/qemu-file.c: Don't ratelimit a shutdown fd
` [PATCH 6/6] migration/colo.c: Move colo_notify_compares_event to the right place

[RFC PATCH] hw/arm/musicpal: Map the UART devices unconditionally
 2020-05-11 10:49 UTC  (2+ messages)

[PATCH v8 00/74] per-CPU locks
 2020-05-11 10:40 UTC  (7+ messages)
` [PATCH v8 03/74] cpu: introduce cpu_mutex_lock/unlock
` [PATCH v8 17/74] hw/semihosting: convert to cpu_halted_set
` [PATCH v8 25/74] riscv: convert to cpu_halted

QEMU + HVF Fails to start OVMF.fd (hang before displaying logo)
 2020-05-11 10:38 UTC 

[PATCH v5 00/19] target/arm: sve load/store improvements
 2020-05-11 10:35 UTC  (6+ messages)
` [PATCH v5 04/19] accel/tcg: Adjust probe_access call to page_check_range

[PATCH v16 QEMU 00/16] Add migration support for VFIO devices
 2020-05-11 10:22 UTC  (8+ messages)
` [PATCH v16 QEMU 09/16] vfio: Add save state functions to SaveVMHandlers

device hotplug & file handles
 2020-05-11 10:20 UTC  (2+ messages)

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-05-11 10:18 UTC  (5+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 4/8] gpiolib: Add support for GPIO lookup by line name

[PATCH 0/6] target/ppc: Various clean-up and fixes for radix64
 2020-05-11 10:12 UTC  (7+ messages)
` [PATCH 3/6] target/ppc: Don't initialize some local variables in ppc_radix64_xlate()
` [PATCH 6/6] target/ppc: Don't update radix PTE R/C bits with gdbstub

[PULL v2 0/1] Merge tpm 2020/05/08 v2
 2020-05-11 10:07 UTC  (2+ messages)

[PATCH] aspeed: sdmc: Implement AST2600 locking behaviour
 2020-05-11 10:01 UTC  (2+ messages)

[PATCH] aspeed: Support AST2600A1 silicon revision
 2020-05-11 10:01 UTC  (2+ messages)

[PATCH v3 0/1] target/arm: Remove access_el3_aa32ns_aa64any()
 2020-05-11  9:59 UTC  (2+ messages)

[PATCH 0/2] hw/block/nvme: fixes for interrupt behavior
 2020-05-11  9:59 UTC  (3+ messages)

[PATCH 0/3] tcg/s390: Support host vector operations
 2020-05-11  9:58 UTC  (7+ messages)
` [PATCH 1/3] tcg/s390: Change FACILITY representation
` [PATCH 2/3] tcg/s390: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGReg

[PATCH v3] aspeed: Add boot stub for smp booting
 2020-05-11  9:51 UTC  (4+ messages)

[PATCH v2 0/4] memory: Add memory_region_sync() & make NVMe emulated device generic
 2020-05-11  9:50 UTC  (6+ messages)
` [PATCH v2 1/4] memory: Simplify memory_region_do_writeback()
` [PATCH v2 2/4] memory: Rename memory_region_do_writeback() -> memory_region_sync()
` [PATCH v2 3/4] hw/block: Let the NVMe emulated device be target-agnostic
` [PATCH v2 4/4] exec: Rename qemu_ram_writeback() as qemu_ram_msync()

[PATCH v3 00/10] tcg vector rotate operations
 2020-05-11  9:46 UTC  (3+ messages)
` [PATCH v3 09/10] target/s390x: Use tcg_gen_gvec_rotl{i,s,v}

[PATCH v2 0/5] vhost-user reconnect issues during vhost initialization
 2020-05-11  9:43 UTC  (14+ messages)
` [PATCH v2 2/5] vhost: introduce wrappers to set guest notifiers for virtio device
` [PATCH v2 4/5] vhost: check vring address before calling unmap
` [PATCH v2 5/5] vhost: add device started check in migration set log

[PATCH 00/12] hw/mips/fuloong2e: PoC to fix hang after reboot
 2020-05-11  9:43 UTC  (18+ messages)
` [PATCH 04/12] hw/mips/fuloong2e: Fix typo in Fuloong machine name
` [PATCH 09/12] hw/pci-host/bonito: Map the different PCI ranges more detailled
` [PATCH 10/12] hw/pci-host/bonito: Better describe the I/O CS regions
` [PATCH 11/12] hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32

[PATCH v2] e1000e: Added ICR clearing by corresponding IMS bit
 2020-05-11 10:08 UTC  (5+ messages)

[Qemu-devel] [PATCH v4 00/10] Multi-phase reset mechanism
 2020-05-11  9:37 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 08/10] hw/core/resettable: add support for warm reset
  `  "

[PATCH 0/2] migration/rdma: fix nullptr-def in rdma_start_incoming_migration
 2020-05-11  9:34 UTC  (4+ messages)
` [PATCH 1/2] migration/rdma: fix potential nullptr access "

is there any way to make qemu stop at the very first instruction of the emulation process and wait for gdb connect?
 2020-05-11  9:13 UTC  (2+ messages)

[PATCH] tests/acceptance/boot_linux: Skip slow Aarch64 'virt' machine TCG test
 2020-05-11  9:11 UTC  (3+ messages)

[PATCH] ppc/pnv: Add definitions for interrupts occurring in power-saving mode
 2020-05-11  8:58 UTC 

[PATCH v4 0/6] colo-compare bugfixes
 2020-05-11  8:49 UTC  (21+ messages)
` [PATCH v4 3/6] net/colo-compare.c: Fix deadlock in compare_chr_send
` [PATCH v4 5/6] net/colo-compare.c, softmmu/vl.c: Check that colo-compare is active
` [PATCH v4 6/6] net/colo-compare.c: Correct ordering in complete and finalize

[PATCH v2 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-05-11  8:49 UTC  (6+ messages)
` [PATCH v2 2/5] virtio-iommu: Implement RESV_MEM probe request
  ` [EXT] "

[Bug 1860742] [NEW] xv6 Bootloop
 2020-05-11  8:37 UTC  (2+ messages)
` [Bug 1860742] "

[PATCH] scripts/tracetool: Update maintainer email address
 2020-05-11  8:28 UTC 

Patches for ui/gtk and ui/sdl
 2020-05-11  7:56 UTC  (2+ messages)

Abort in mch_update_pciexbar
 2020-05-11  7:42 UTC  (5+ messages)

[PATCH] block/replication.c: Avoid cancelling the job twice
 2020-05-11  7:08 UTC 

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-05-11  7:03 UTC  (6+ messages)

[PATCH] spapr: Add a new level of NUMA for GPUs
 2020-05-11  6:17 UTC  (2+ messages)

[PATCH RESEND v3 0/2] Makefile: libfdt: build only the strict necessary
 2020-05-11  6:33 UTC  (4+ messages)

[PATCH qemu] spapr: Add PVR setting capability
 2020-05-11  6:27 UTC  (6+ 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).