qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-19 14:45:59 to 2021-02-20 00:20:21 UTC [more...]

[PATCH v5 0/5] Add support for ipv6 host forwarding
 2021-02-20  0:13 UTC  (4+ messages)
` [PATCH v5 1/5] slirp: Advance libslirp submodule to add ipv6 host-forward support
` [PATCH v5 3/5] inet_parse_host_and_addr: Recognize []:port (empty ipv6 address)
` [PATCH v5 5/5] net: Extend host forwarding to support IPv6

[PULL 00/18] SD/MMC patches for 2021-02-20
 2021-02-20  0:12 UTC  (6+ messages)
` [PULL 01/18] hw/sd: ssi-sd: Support multiple block read
` [PULL 02/18] hw/sd: sd: Remove duplicated codes in single/multiple block read/write
` [PULL 03/18] hw/sd: sd: Allow single/multiple block write for SPI mode
` [PULL 04/18] hw/sd: Introduce receive_ready() callback
` [PULL 05/18] hw/sd: ssi-sd: Support single block write

[PATCH] MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cards
 2021-02-19 23:58 UTC  (2+ messages)

[PATCH v2 0/6] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
 2021-02-19 23:15 UTC  (3+ messages)
` [PATCH v2 4/6] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()

[PATCH 0/2] hw/timer/renesas_tmr: Fix use of uninitialized data
 2021-02-19 23:13 UTC  (5+ messages)
` [PATCH 1/2] hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_
` [PATCH 2/2] hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()

[PATCH] hw/intc/loongson_liointc: Fix per core ISR handling
 2021-02-19 23:08 UTC  (3+ messages)

problema compilation
 2021-02-19 23:07 UTC 

[PATCH v13 0/5] UFFD write-tracking migration/snapshots
 2021-02-19 22:47 UTC  (13+ messages)

[PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation
 2021-02-19 22:38 UTC  (3+ messages)

[PATCH v2 0/8] hw/sd: sd: Erase operation and other fixes
 2021-02-19 22:34 UTC  (10+ messages)
` [PATCH v2 3/8] hw/sd: sd: Fix CMD30 response type
` [PATCH v2 5/8] hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards
` [PATCH v2 6/8] hw/sd: sd: Actually perform the erase operation
` [PATCH v2 7/8] hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cards

[PULL 00/18] QAPI patches patches for 2021-02-18
 2021-02-19 22:20 UTC  (20+ messages)
` [PULL 01/18] qapi: Replace List[str] with Sequence[str] for ifcond
` [PULL 02/18] qapi/introspect.py: assert schema is not None
` [PULL 03/18] qapi/introspect.py: use _make_tree for features nodes
` [PULL 04/18] qapi/introspect.py: add _gen_features helper
` [PULL 05/18] qapi/introspect.py: guard against ifcond/comment misuse
` [PULL 06/18] qapi/introspect.py: Unify return type of _make_tree()
` [PULL 07/18] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PULL 08/18] qapi/introspect.py: Always define all 'extra' dict keys
` [PULL 09/18] qapi/introspect.py: Introduce preliminary tree typing
` [PULL 10/18] qapi/introspect.py: create a typed 'Annotated' data strutcure
` [PULL 11/18] qapi/introspect.py: improve _tree_to_qlit error message
` [PULL 12/18] qapi/introspect.py: improve readability of _tree_to_qlit
` [PULL 13/18] qapi/introspect.py: remove _gen_variants helper
` [PULL 14/18] qapi/introspect.py: add type hint annotations
` [PULL 15/18] qapi/introspect.py: Add docstrings to _gen_tree and _tree_to_qlit
` [PULL 16/18] qapi/introspect.py: Update copyright and authors list
` [PULL 17/18] qapi/introspect.py: Type _gen_tree variants as Sequence[str]
` [PULL 18/18] qapi/introspect.py: set _gen_tree's default ifcond argument to ()

[PATCH v4 0/4] Add support for ipv6 host forwarding
 2021-02-19 22:17 UTC  (7+ messages)
` [PATCH v4 1/4] slirp: Advance libslirp submodule to add ipv6 host-forward support
` [PATCH v4 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse

[RFC PATCH 0/5] fuzz: add a script to help build reproducers
 2021-02-19 22:06 UTC  (3+ messages)
` [RFC PATCH 3/5] tests: add a sdhci reproducer

[PULL 0/8] Ui 20210219 patches
 2021-02-19 22:00 UTC  (9+ messages)
` [PULL 1/8] spice: flush on GL update before notifying client
` [PULL 2/8] spice: flush drawing "
` [PULL 3/8] ui/cocoa: Support unique keys of JIS keyboards
` [PULL 4/8] ui/cocoa: Do not copy members of pixman image
` [PULL 5/8] spice-app: avoid crash when core spice module doesn't loaded
` [PULL 6/8] ui/cocoa: Interpret left button down as is when command is pressed
` [PULL 7/8] ui/cocoa: Statically allocate dcl
` [PULL 8/8] ui/console: Remove dpy_gl_ctx_get_current

[PATCH v5 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-02-19 21:58 UTC  (5+ messages)
` [PATCH v5 1/4] Jobs based on custom runners: documentation and configuration placeholder
` [PATCH v5 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v5 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook
` [PATCH v5 4/4] Jobs based on custom runners: add job definitions for QEMU's machines

[PATCH v2] bsd-user: Add new maintainers
 2021-02-19 21:23 UTC 

[PATCH] FreeBSD: Upgrade to 12.2 release
 2021-02-19 21:23 UTC 

[PATCH v3 0/7] CPU unplug timeout/LMB unplug cleanup in DRC reconfiguration
 2021-02-19 21:31 UTC  (5+ messages)
` [PATCH v3 7/7] spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug state

[PATCH] target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks
 2021-02-19 20:24 UTC  (2+ messages)

[PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers
 2021-02-19 20:21 UTC  (2+ messages)

tools/virtiofs: Multi threading seems to hurt performance
 2021-02-19 19:01 UTC  (7+ messages)
  ` virtiofs vs 9p performance(Re: tools/virtiofs: Multi threading seems to hurt performance)
    ` virtiofs vs 9p performance
      ` Can not set high msize with virtio-9p (Was: Re: virtiofs vs 9p performance)

[PATCH 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-19 18:58 UTC  (6+ messages)

[PATCH v2 0/1] css: SCHIB measurement block origin must be aligned
 2021-02-19 18:49 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH 0/4] ui: add support for 'secret' object to provide VNC/SPICE passwords
 2021-02-19 18:45 UTC  (5+ messages)
` [PATCH 1/4] ui: introduce "password-secret" option for VNC servers
` [PATCH 2/4] ui: introduce "password-secret" option for SPICE server
` [PATCH 3/4] ui: deprecate "password" "
` [PATCH 4/4] ui, monitor: remove deprecated VNC ACL option and HMP commands

link to User documentation of https://wiki.qemu.org/Features/Tracing is broken currently
 2021-02-19 18:31 UTC 

FreeBSD build regressions
 2021-02-19 18:28 UTC  (8+ messages)

who's using the ozlabs patchwork install for QEMU patches ?
 2021-02-19 18:27 UTC  (4+ messages)

[PATCH v2 00/11] hw/accel: Exit gracefully when accelerator is invalid
 2021-02-19 18:20 UTC  (13+ messages)
` [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
` [PATCH v2 02/11] hw/boards: Introduce machine_class_valid_for_accelerator()
` [PATCH v2 03/11] hw/core: Restrict 'query-machines' to those supported by current accel
` [PATCH v2 04/11] hw/arm: Restrit KVM to the virt & versal machines
` [PATCH v2 05/11] hw/mips: Restrict KVM to the malta & virt machines
` [RFC PATCH v2 06/11] hw/ppc: Restrict KVM to various PPC machines
` [PATCH v2 07/11] hw/s390x: Explicit the s390-ccw-virtio machines support TCG and KVM
` [RFC PATCH v2 08/11] hw/i386: Explicit x86 machines support all current accelerators
` [PATCH v2 09/11] hw/xenpv: Restrict Xen Para-virtualized machine to Xen accelerator
` [PATCH v2 10/11] hw/board: Only allow TCG accelerator by default
` [PATCH v2 11/11] softmmu/vl: Exit gracefully when accelerator is not supported

[PATCH 0/2] SEV firmware error list touchups
 2021-02-19 17:57 UTC  (4+ messages)

[PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
 2021-02-19 17:36 UTC  (7+ messages)
` [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass

[Bug 1914535] [NEW] PL110 8-bit mode is not emulated correctly
 2021-02-19 17:18 UTC  (4+ messages)
` [Bug 1914535] "

meson, NEED_CPU_H, CONFIG_TCG and tests/
 2021-02-19 17:24 UTC  (4+ messages)

[PULL 00/10] gitlab and qtest patches
 2021-02-19 17:22 UTC  (2+ messages)

[Bug 1916269] [NEW] TCG: QEMU raises exception on SSE4.2 CRC32 instruction in kernel
 2021-02-19 17:09 UTC 

vhost reply_ack negotiation (a.k.a differences in vhost-user behaviour with libvhost-user and vhost-user-backend.rs)
 2021-02-19 16:04 UTC 

[PATCH v4] target/cris: Plug leakage of TCG temporaries
 2021-02-19 17:15 UTC  (2+ messages)

[PATCH] virtio-ccw: commands on revision-less devices
 2021-02-19 17:01 UTC  (3+ messages)

[PATCH] exec: Poison Hexagon target-specific definitions
 2021-02-19 16:59 UTC  (2+ messages)

[PATCH] nbd: server: Report holes for raw images
 2021-02-19 16:58 UTC  (3+ messages)

[PULL v2 00/35] hexagon initial commit
 2021-02-19 16:58 UTC  (4+ messages)

[Bug 1916112] [NEW] Illegal instruction crash of QEMU on Jetson Nano
 2021-02-19 16:17 UTC  (2+ messages)
` [Bug 1916112] "

[PATCH v2 0/3] virtiofsd: Add options to enable/disable posix acl
 2021-02-19 16:15 UTC  (5+ messages)

[PULL 00/19] riscv-to-apply queue
 2021-02-19 16:12 UTC  (6+ messages)

[PATCH] target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
 2021-02-19 16:11 UTC  (2+ messages)

[PATCH 0/3] backup-top: Don't crash on post-finalize accesses
 2021-02-19 15:59 UTC  (5+ messages)
` [PATCH 1/3] backup: Remove nodes from job in .clean()
` [PATCH 2/3] backup-top: Refuse I/O in inactive state
` [PATCH 3/3] iotests/283: Check that finalize drops backup-top

[PATCH 00/44] hw/arm: New board model mps3-an547
 2021-02-19 15:43 UTC  (46+ messages)
` [PATCH 01/44] clock: Add ClockEvent parameter to callbacks
` [PATCH 02/44] clock: Add ClockPreUpdate callback event type
` [PATCH 03/44] clock: Add clock_ns_to_ticks() function
` [PATCH 04/44] hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks()
` [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 "
` [PATCH 44/44] tests/qtest/sse-timer-test: Add simple tests of the SSE timer and counter

[PATCH v2 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
 2021-02-19 15:39 UTC  (5+ messages)
` [PATCH v2 1/4] hw/riscv: Drop 'struct MemmapEntry'
` [PATCH v2 2/4] hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
` [PATCH v2 3/4] hw/riscv: virt: Limit RAM size in a 32-bit system
` [PATCH v2 4/4] hw/riscv: virt: Map high mmio for PCIe

[PATCH v1 0/6] my current testing/next queue (meson/gitlab/fedora bump)
 2021-02-19 15:53 UTC  (3+ messages)
` [PATCH v1 6/6] tests/acceptance: allow a "graceful" failing for virtio-gpu test

[PATCH 1/2] target/riscv: Reduce duplicated code in trans_rvh.c.inc
 2021-02-19 15:50 UTC  (2+ messages)
` [PATCH 2/2] target/riscv: Call check_access() before tcg_temp_new()

[PATCH] tests/acceptance: linux-related tests fix
 2021-02-19 15:43 UTC  (2+ messages)

[PATCH] ui/cocoa: Do not exit immediately after shutdown
 2021-02-19 15:01 UTC  (3+ messages)

[PULL 0/3] Machine and x86 queue, 2021-02-18
 2021-02-19 14:54 UTC  (3+ messages)

[PATCH 00/18] QAPI patches patches for 2021-02-18
 2021-02-19 14:49 UTC  (2+ messages)

[PATCH] ui/console: Assert graphic console surface is not NULL
 2021-02-19 14:48 UTC  (2+ messages)

[PATCH v2] hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
 2021-02-19 14:43 UTC 


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