qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 16:54:08 to 2021-03-05 09:05:18 UTC [more...]

[RFC v1 00/38] arm cleanup experiment for kvm-only build
 2021-03-05  9:04 UTC  (15+ messages)

[Bug 1916655] [NEW] Compilation fails due to zstd qcow2 compression
 2021-03-05  8:54 UTC  (3+ messages)
` [Bug 1916655] "

[PATCH v2 0/3] Drop deprecated floppy config & bogus -drive if=T
 2021-03-05  8:06 UTC  (10+ messages)
` [PATCH v2 1/3] fdc: Drop deprecated floppy configuration

About libfuzzer in qemu
 2021-03-05  7:51 UTC  (2+ messages)

[PATCH v3 0/3] Some modifications about ram_save_host_page()
 2021-03-05  7:50 UTC  (4+ messages)
` [PATCH v3 1/3] migration/ram: Modify the code comment of ram_save_host_page()
` [PATCH v3 2/3] migration/ram: Reduce unnecessary rate limiting
` [PATCH v3 3/3] migration/ram: Optimize ram_save_host_page()

[PATCH v3 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-03-05  7:31 UTC  (45+ messages)
` [PATCH v3 01/42] esp: checkpatch fixes
` [PATCH v3 02/42] esp: rename existing ESP QOM type to SYSBUS_ESP
` [PATCH v3 03/42] esp: QOMify the internal ESP device state
` [PATCH v3 04/42] esp: add vmstate_esp version to embedded ESPState
` [PATCH v3 05/42] esp: add trace event when receiving a TI command
` [PATCH v3 06/42] esp: fix esp_reg_read() trace event
` [PATCH v3 07/42] esp: add PDMA trace events
` [PATCH v3 08/42] esp: determine transfer direction directly from SCSI phase
` [PATCH v3 09/42] esp: introduce esp_get_tc() and esp_set_tc()
` [PATCH v3 10/42] esp: introduce esp_get_stc()
` [PATCH v3 11/42] esp: apply transfer length adjustment when STC is zero at TC load time
` [PATCH v3 12/42] esp: remove dma_counter from ESPState
` [PATCH v3 13/42] esp: remove dma_left "
` [PATCH v3 14/42] esp: remove minlen restriction in handle_ti
` [PATCH v3 15/42] esp: introduce esp_pdma_read() and esp_pdma_write() functions
` [PATCH v3 16/42] esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
` [PATCH v3 17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
` [PATCH v3 18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
` [PATCH v3 19/42] esp: remove buf parameter from do_cmd()
` [PATCH v3 20/42] esp: remove the buf and buflen parameters from get_cmd()
` [PATCH v3 21/42] esp: remove redundant pdma_start from ESPState
` [PATCH v3 22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
` [PATCH v3 23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
` [PATCH v3 24/42] esp: use in-built TC to determine PDMA transfer length
` [PATCH v3 25/42] esp: remove CMD pdma_origin
` [PATCH v3 26/42] esp: rename get_cmd_cb() to esp_select()
` [PATCH v3 27/42] esp: fix PDMA target selection
` [PATCH v3 28/42] esp: use FIFO for PDMA transfers between initiator and device
` [PATCH v3 29/42] esp: remove pdma_origin from ESPState
` [PATCH v3 30/42] esp: add 4 byte PDMA read and write transfers
` [PATCH v3 31/42] esp: implement FIFO flush command
` [PATCH v3 32/42] esp: latch individual bits in ESP_RINTR register
` [PATCH v3 33/42] esp: defer command completion interrupt on incoming data transfers
` [PATCH v3 34/42] esp: remove old deferred command completion mechanism
` [PATCH v3 35/42] esp: raise interrupt after every non-DMA byte transferred to the FIFO
` [PATCH v3 36/42] esp: add maxlen parameter to get_cmd()
` [PATCH v3 37/42] esp: transition to message out phase after SATN and stop command
` [PATCH v3 38/42] esp: convert ti_buf from array to Fifo8
` [PATCH v3 39/42] esp: convert cmdbuf "
` [PATCH v3 40/42] esp: add trivial implementation of the ESP_RFLAGS register
` [PATCH v3 41/42] esp: implement non-DMA transfers in PDMA mode
` [PATCH v3 42/42] esp: add support for unaligned accesses

[PATCH v2 0/2] QOM type names and QAPI
 2021-03-05  7:26 UTC  (5+ messages)
` [PATCH v2 1/2] hw: Replace anti-social QOM type names
` [PATCH v2 2/2] memory: Drop "qemu:" prefix from QOM memory region "

[PATCH V4 00/10] Detect reentrant RX casued by loopback
 2021-03-05  6:44 UTC  (13+ messages)
` [PATCH V4 01/10] net: introduce qemu_receive_packet()
` [PATCH V4 02/10] e1000: switch to use qemu_receive_packet() for loopback
` [PATCH V4 03/10] dp8393x: switch to use qemu_receive_packet() for loopback packet
` [PATCH V4 04/10] msf2-mac: switch to use qemu_receive_packet() for loopback
` [PATCH V4 05/10] sungem: "
` [PATCH V4 06/10] tx_pkt: switch to use qemu_receive_packet_iov() "
` [PATCH V4 07/10] rtl8139: switch to use qemu_receive_packet() "
` [PATCH V4 08/10] pcnet: "
` [PATCH V4 09/10] cadence_gem: "
` [PATCH V4 10/10] lan9118: "
` [QEMU-SECURITY] [PATCH V4 00/10] Detect reentrant RX casued by loopback

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-03-05  6:14 UTC  (2+ messages)

[RFC PATCH 0/5] hw/arm/virt: Introduce cpu topology support
 2021-03-05  6:14 UTC  (5+ messages)

[PATCH v2] linux-user: add missing MULTICAST_IF get/setsockopt option
 2021-03-05  4:05 UTC 

[PATCH] linux-user: add missing MULTICAST_IF get/setsockopt option
 2021-03-05  3:46 UTC  (3+ messages)

[PATCH v2 0/2] send QAPI_EVENT_MEM_UNPLUG_ERROR for ppc64 unplugs
 2021-03-05  3:07 UTC  (5+ messages)
` [PATCH v2 1/2] spapr.c: remove duplicated assert in spapr_memory_unplug_request()
` [PATCH v2 2/2] spapr.c: send QAPI event when memory hotunplug fails

[RESEND][BUG FIX HELP] QEMU main thread endlessly hangs in __ppoll()
 2021-03-05  3:08 UTC  (3+ messages)

[PATCH] hw/sd/sdhci: Report error when guest access protected registers
 2021-03-05  2:26 UTC  (3+ messages)

[PATCH v2 0/8] simplebench improvements
 2021-03-05  1:50 UTC  (15+ messages)
` [PATCH v2 1/8] simplebench: bench_one(): add slow_limit argument
` [PATCH v2 2/8] simplebench: bench_one(): support count=1
` [PATCH v2 4/8] simplebench/bench-backup: add target-cache argument
` [PATCH v2 5/8] simplebench/bench_block_job: handle error in BLOCK_JOB_COMPLETED
` [PATCH v2 6/8] simplebench/bench-backup: support qcow2 source files
` [PATCH v2 7/8] simplebench/bench-backup: add --count and --no-initial-run
` [PATCH v2 8/8] simplebench/bench_block_job: drop caches before test run

[PATCH 00/44] hw/arm: New board model mps3-an547
 2021-03-05  1:28 UTC  (88+ messages)
` [PATCH 05/44] hw/arm/armsse: Introduce SSE subsystem version property
` [PATCH 06/44] hw/misc/iotkit-sysctl: Remove is_sse200 flag
` [PATCH 07/44] hw/misc/iotkit-secctl.c: Implement SSE-300 PID register values
` [PATCH 08/44] hw/misc/iotkit-sysinfo.c: "
` [PATCH 09/44] hw/arm/armsse.c: Use correct SYS_CONFIG0 register value for SSE-300
` [PATCH 10/44] hw/misc/iotkit-sysinfo.c: Implement SYS_CONFIG1 and IIDR
` [PATCH 11/44] hw/timer/sse-counter: Model the SSE Subsystem System Counter
` [PATCH 12/44] hw/timer/sse-timer: Model the SSE Subsystem System Timer
` [PATCH 13/44] hw/misc/iotkit-sysctl: Add SSE-300 cases which match SSE-200 behaviour
` [PATCH 14/44] hw/misc/iotkit-sysctl: Handle CPU_WAIT, NMI_ENABLE for SSE-300
` [PATCH 15/44] hw/misc/iotkit-sysctl: Handle INITSVTOR* "
` [PATCH 16/44] hw/misc/iotkit-sysctl: Implement dummy version of SSE-300 PWRCTRL register
` [PATCH 17/44] hw/misc/iotkit-sysctl: Handle SSE-300 changes to PDCM_PD_*_SENSE registers
` [PATCH 18/44] hw/misc/iotkit-sysctl: Implement SSE-200 and SSE-300 PID register values
` [PATCH 19/44] hw/arm/Kconfig: Move ARMSSE_CPUID and ARMSSE_MHU stanzas to hw/misc
` [PATCH 20/44] hw/misc/sse-cpu-pwrctrl: Implement SSE-300 CPU<N>_PWRCTRL register block
` [PATCH 21/44] hw/arm/armsse: Use an array for apb_ppc fields in the state structure
` [PATCH 22/44] hw/arm/armsse: Add a define for number of IRQs used by the SSE itself
` [PATCH 23/44] hw/arm/armsse: Add framework for data-driven device placement
` [PATCH 24/44] hw/arm/armsse: Move dual-timer device into data-driven framework
` [PATCH 25/44] hw/arm/armsse: Move watchdogs "
` [PATCH 26/44] hw/arm/armsse: Move s32ktimer "
` [PATCH 27/44] hw/arm/armsse: Move sysinfo register block "
` [PATCH 28/44] hw/arm/armsse: Move sysctl "
` [PATCH 29/44] hw/arm/armsse: Move PPUs "
` [PATCH 30/44] hw/arm/armsse: Add missing SSE-200 SYS_PPU
` [PATCH 31/44] hw/arm/armsse: Indirect irq_is_common[] through ARMSSEInfo
` [PATCH 32/44] hw/arm/armsse: Add support for SSE variants with a system counter
` [PATCH 33/44] hw/arm/armsse: Add support for TYPE_SSE_TIMER in ARMSSEDeviceInfo
` [PATCH 34/44] hw/arm/armsse: Support variants with ARMSSE_CPU_PWRCTRL block
` [PATCH 35/44] hw/arm/armsse: Add SSE-300 support
` [PATCH 36/44] hw/arm/mps2-tz: Make UART overflow IRQ board-specific
` [PATCH 37/44] hw/misc/mps2-fpgaio: Fold counters subsection into main vmstate
` [PATCH 38/44] hw/misc/mps2-fpgaio: Support AN547 DBGCTRL register
` [PATCH 39/44] hw/misc/mps2-scc: Implement changes for AN547
` [PATCH 40/44] hw/arm/mps2-tz: Support running APB peripherals on different clock
` [PATCH 41/44] hw/arm/mps2-tz: Make initsvtor0 setting board-specific
` [PATCH 42/44] hw/arm/mps2-tz: Add new mps3-an547 board
` [PATCH 43/44] docs/system/arm/mps2.rst: Document the "

[RFC PATCH v2 0/8] cpu: Move CPUClass::has_work() to TCGCPUOps
 2021-03-05  1:05 UTC  (11+ messages)
` [RFC PATCH v2 1/8] sysemu/tcg: Restrict tcg_exec_init() to CONFIG_TCG
` [RFC PATCH v2 2/8] sysemu/tcg: Restrict qemu_tcg_mttcg_enabled() to TCG
` [RFC PATCH v2 3/8] target/arm: Directly use arm_cpu_has_work instead of CPUClass::has_work
` [RFC PATCH v2 4/8] target/s390x: Move s390_cpu_has_work to excp_helper.c
` [RFC PATCH v2 5/8] target/ppc: Duplicate the TCGCPUOps structure for POWER CPUs
` [RFC PATCH v2 6/8] cpu: Declare cpu_has_work() in 'sysemu/tcg.h'
` [RFC PATCH v2 7/8] cpu: Move CPUClass::has_work() to TCGCPUOps
` [RFC PATCH v2 8/8] target/arm: Restrict arm_cpu_has_work() to TCG

[PATCH v5 0/3] Add npcm7xx emc model
 2021-03-05  1:09 UTC  (2+ messages)

[PATCH v5 0/8] Pegasos2 emulation
 2021-03-05  1:02 UTC  (8+ messages)
` [PATCH v5 5/8] vt82c686: Add emulation of VT8231 south bridge
` [PATCH v5 4/8] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it

USB port claiming / set configuration problems
 2021-03-05  0:50 UTC  (3+ messages)

[PATCH v2] multi-process: Initialize variables declared with g_auto*
 2021-03-04 23:00 UTC  (3+ messages)

[PATCH v3 0/5] m68k: add Virtual M68k Machine
 2021-03-04 22:55 UTC  (9+ messages)
` [PATCH v3 1/5] char: add goldfish-tty
` [PATCH v3 2/5] intc: add goldfish-pic
` [PATCH v3 3/5] m68k: add an interrupt controller
` [PATCH v3 4/5] m68k: add a system controller
` [PATCH v3 5/5] m68k: add Virtual M68k Machine

[PATCH v3 0/7] Xen guest-loader support, pre-PR
 2021-03-04 22:34 UTC  (3+ messages)
` [PATCH v3 4/7] hw/core: implement a guest-loader to support static hypervisor guests

[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests
 2021-03-04 22:30 UTC  (7+ messages)
` [PATCH v3 1/5] hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC register value
` [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine
` [PATCH v3 3/5] tests/acceptance/boot_linux_console: change URL for test_arm_orangepi_bionic_20_08
` [PATCH v3 4/5] tests/acceptance: update sunxi kernel from armbian to 5.10.16
` [PATCH v3 5/5] tests/acceptance: drop ARMBIAN_ARTIFACTS_CACHED condition for orangepi-pc, cubieboard tests

[PATCH v4 0/6] Pegasos2 emulation
 2021-03-04 20:31 UTC  (6+ messages)
` [PATCH v4 6/6] hw/ppc: Add emulation of Genesi/bPlan Pegasos II

[PATCH v3 0/4] acpi: Set proper maximum size for "etc/table-loader" blob
 2021-03-04 20:22 UTC  (2+ messages)

[PATCH v2] tests/docker: Use --arch-only when building Debian cross image
 2021-03-04 20:08 UTC  (2+ messages)

[PATCH v7 0/2] System Generation ID driver and VMGENID backend
 2021-03-04 20:08 UTC  (3+ messages)

[PATCH v3 0/2] gitlab-ci.yml: Add jobs to test CFI
 2021-03-04 19:56 UTC  (2+ messages)

[RFC PATCH v2 0/2] PCIe DOE for PCIe and CXL 2.0 v2 release
 2021-03-04 19:50 UTC  (4+ messages)
` [RFC PATCH v2 1/2] Basic PCIe DOE support

[RFC PATCH 0/7] cpu: Move CPUClass::has_work() to TCGCPUOps
 2021-03-04 19:46 UTC  (4+ messages)
` [RFC PATCH 6/7] "

[PATCH V4 0/8] hw/block/nvme: support namespace attachment
 2021-03-04 19:33 UTC  (2+ messages)

[PATCH v6 03/11] target/arm: Restrict ARMv4 cpus to TCG accel
 2021-03-04 19:25 UTC  (2+ messages)

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-03-04 18:33 UTC  (8+ messages)
` [PATCH v2 31/42] esp: implement FIFO flush command
` [PATCH v2 33/42] esp: defer command completion interrupt on incoming data transfers

[PATCH v2] vhost-user.rst: add clarifying language about protocol negotiation
 2021-03-04 18:11 UTC  (4+ messages)

[PATCH 0/4] hexagon: Add Docker image & testing to gitlab-ci
 2021-03-04 18:08 UTC  (5+ messages)
` [PATCH 3/4] gitlab-ci: Build Hexagon cross-toolchain

[PATCH v2] Hexagon (target/hexagon) Fix shift amount check in fASHIFTL/fLSHIFTR
 2021-03-04 17:37 UTC 

QEMU RBD is slow with QCOW2 images
 2021-03-04 17:32 UTC  (5+ messages)

[PATCH 0/3] user-mode: Rename CPUState::opaque as CPUState::task_state
 2021-03-04 17:08 UTC  (3+ messages)
` [PATCH 1/3] user-mode: Use QEMU_ALIGNED() on TaskState structure

[PATCH] Hexagon (target/hexagon) Fix shift amount check in fASHIFTL/fLSHIFTR
 2021-03-04 17:00 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).