qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 10:09:59 to 2020-03-17 15:12:34 UTC [more...]

[PATCH v6 00/61] target/riscv: support vector extension v0.7.1
 2020-03-17 15:05 UTC  (3+ messages)
` [PATCH v6 01/61] target/riscv: add vector extension field in CPURISCVState
` [PATCH v6 02/61] target/riscv: implementation-defined constant parameters

[PULL 00/10] Bitmaps patches
 2020-03-17 15:07 UTC  (7+ messages)

[PATCH v2 6/8] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
 2020-03-17 15:06 UTC 

[PATCH v3 0/4] benchmark util
 2020-03-17 15:01 UTC  (7+ messages)
` [PATCH v3 1/4] scripts/simplebench: add simplebench.py

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-03-17 14:55 UTC  (14+ messages)

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
 2020-03-17 14:39 UTC 

[PULL v2 00/61] Misc patches for soft freeze
 2020-03-17 14:47 UTC  (5+ messages)

[PULL 0/4] Usb 20200317 patches
 2020-03-17 14:44 UTC  (2+ messages)

[PATCH v2 0/7] Misc hw/ide legacy clean up
 2020-03-17 14:41 UTC  (15+ messages)
` [PATCH v2 2/7] hw/ide: Get rid of piix4_init function
` [PATCH v2 6/7] hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.h

[PATCH] cpu: Use DeviceClass reset instead of a special CPUClass reset
 2020-03-17 14:36 UTC  (4+ messages)

[PATCH 0/5] QEMU Gating CI
 2020-03-17 14:24 UTC  (12+ messages)

[PATCH v10 0/3] Acceptance test: Add "boot_linux" acceptance test
 2020-03-17 14:16 UTC  (4+ messages)
` [PATCH v10 1/3] Acceptance tests: introduce BUILD_DIR and SOURCE_DIR
` [PATCH v10 2/3] Acceptance test: add "boot_linux" tests
` [PATCH v10 3/3] Acceptance tests: add make targets to download images

[PATCH 0/2] gcc 9.2 strncpy(3) warnings fixes
 2020-03-17 14:18 UTC  (9+ messages)
` [PATCH 1/2] migration: avoid suspicious strncpy() use

[PATCH] ppc/spapr: Set the effective address provided flag in mc error log
 2020-03-17 12:29 UTC 

[PATCH v4 00/11] 9pfs: readdir optimization
 2020-03-17 14:14 UTC  (4+ messages)
` [PATCH v4 10/11] 9pfs: T_readdir latency optimization

[PATCH 0/3] Minor error handling cleanups
 2020-03-17 14:13 UTC  (11+ messages)
` [PATCH 1/3] Use &error_abort instead of separate assert()
` [PATCH 2/3] hw/misc/ivshmem: Use one Error * variable instead of two
` [PATCH 3/3] xen-block: "
` [PATCH v10 4/3] hw/sd/ssi-sd: fix error handling in ssi_sd_realize

[PATCH] slirp: update submodule to v4.2.0
 2020-03-17 13:58 UTC 

[PATCH v1 00/28 for 5.0] testing and gdbstub
 2020-03-17 13:57 UTC  (18+ messages)
` [PATCH v1 13/28] target/i386: use gdb_get_reg helpers
` [PATCH v1 20/28] tests/tcg/aarch64: userspace system register test
` [PATCH v1 22/28] tests/guest-debug: add a simple test runner
` [PATCH v1 23/28] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
` [PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test

[PATCH v9 00/10] error: auto propagated local_err part I
 2020-03-17 13:54 UTC  (13+ messages)
` [PATCH v9 02/10] scripts: Coccinelle script to use ERRP_AUTO_PROPAGATE()

[PATCH v8 00/11] iotests: use python logging
 2020-03-17 13:48 UTC  (6+ messages)
` [PATCH v8 03/11] iotests: ignore import warnings from pylint
` [PATCH v8 07/11] iotests: limit line length to 79 chars

[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
 2020-03-17 13:10 UTC  (36+ messages)
` [PATCH v4 01/34] qemu-doc: Belatedly document QMP command arg & result deprecation
` [PATCH v4 02/34] qapi: Belatedly update doc comment for @wait deprecation
` [PATCH v4 03/34] docs/devel/qapi-code-gen: Clarify allow-oob introspection
` [PATCH v4 04/34] docs/devel/qapi-code-gen: Document 'features' introspection
` [PATCH v4 05/34] tests/test-qmp-cmds: Factor out qmp_dispatch() test helpers
` [PATCH v4 06/34] tests/test-qmp-cmds: Check responses more thoroughly
` [PATCH v4 07/34] tests/test-qmp-cmds: Simplify test data setup
` [PATCH v4 08/34] tests/test-qmp-event: "
` [PATCH v4 09/34] tests/test-qmp-event: Use qobject_is_equal()
` [PATCH v4 10/34] tests/test-qmp-event: Check event is actually emitted
` [PATCH v4 11/34] qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
` [PATCH v4 12/34] qapi: Add feature flags to remaining definitions
` [PATCH v4 13/34] qapi: Consistently put @features parameter right after @ifcond
` [PATCH v4 14/34] qapi/introspect: Rename *qlit* to reduce confusion
` [PATCH v4 15/34] qapi/introspect: Factor out _make_tree()
` [PATCH v4 16/34] qapi/schema: Change _make_features() to a take feature list
` [PATCH v4 17/34] qapi/schema: Reorder classes so related ones are together
` [PATCH v4 18/34] qapi/schema: Rename QAPISchemaObjectType{Variant, Variants}
` [PATCH v4 19/34] qapi/schema: Call QAPIDoc.connect_member() in just one place
` [PATCH v4 20/34] qapi: Add feature flags to struct members
` [PATCH v4 21/34] qapi: Inline do_qmp_dispatch() into qmp_dispatch()
` [PATCH v4 22/34] qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP
` [PATCH v4 23/34] qapi: Simplify how qmp_dispatch() gets the request ID
` [PATCH v4 24/34] qapi: Replace qmp_dispatch()'s TODO comment by an explanation
` [PATCH v4 25/34] qapi: New special feature flag "deprecated"
` [PATCH v4 26/34] qapi: Mark deprecated QMP parts with feature 'deprecated'
` [PATCH v4 27/34] qemu-options: New -compat to set policy for deprecated interfaces
` [PATCH v4 28/34] qapi: Implement deprecated-output=hide for QMP command results
` [PATCH v4 29/34] qapi: Implement deprecated-output=hide for QMP events
` [PATCH v4 30/34] qapi: Implement deprecated-output=hide for QMP event data
` [PATCH v4 31/34] qapi: Implement deprecated-output=hide for QMP introspection
` [PATCH v4 32/34] qapi: Implement deprecated-input=reject for QMP commands
` [PATCH v4 33/34] qapi: Implement deprecated-input=reject for QMP command arguments
` [PATCH v4 34/34] qapi: New -compat deprecated-input=crash

[PULL 0/3] MIPS queue for March 17th, 2020
 2020-03-17 13:04 UTC  (4+ messages)
` [PULL 1/3] MAINTAINERS: Adjust maintainer's status for some MIPS items
` [PULL 2/3] MAINTAINERS: Adjust maintainer's email
` [PULL 3/3] MAINTAINERS: Add a file to the main MIPS section

[PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 5
 2020-03-17 12:58 UTC  (2+ messages)

[PATCH] vl.c/memdev: Error on bad memory backend
 2020-03-17 12:55 UTC  (3+ messages)

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-17 12:38 UTC  (4+ messages)

[PATCH] net: Complete qapi-fication of netdev_add
 2020-03-17 12:36 UTC  (2+ messages)

[PATCH 0/5] FWNMI follow up patches
 2020-03-17 12:20 UTC  (7+ messages)
` [PATCH 1/5] ppc/spapr: KVM FWNMI should not be enabled until guest requests it
` [PATCH 2/5] ppc/spapr: Improve FWNMI machine check delivery corner case comments
` [PATCH 3/5] ppc/spapr: Add FWNMI machine check delivery warnings

[PATCH v6/v7 RESEND] qmp: constify QmpCommand and list
 2020-03-17 12:06 UTC  (2+ messages)

[PATCH v9 00/15] s390x: Protected Virtualization support
 2020-03-17 12:01 UTC  (18+ messages)
` [PATCH v9 06/15] s390x: Add SIDA memory ops
` [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD
` [PATCH v9 08/15] s390x: protvirt: SCLP interpretation
` [PATCH v9 11/15] s390x: protvirt: Disable address checks for PV guest IO emulation

[PULL 00/11] target-arm queue
 2020-03-17 11:40 UTC  (12+ messages)
` [PULL 01/11] hw/usb: Add basic i.MX USB Phy support
` [PULL 02/11] hw/arm/fsl-imx6ul: Fix USB interrupt numbers
` [PULL 03/11] hw/arm/fsl-imx6ul: Instantiate unimplemented pwm and can devices
` [PULL 04/11] hw/arm/fsl-imx6ul: Wire up USB controllers
` [PULL 05/11] hw/arm/fsl-imx6: "
` [PULL 06/11] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
` [PULL 07/11] m25p80: Convert to support tracing
` [PULL 08/11] m25p80: Improve command handling for Jedec commands
` [PULL 09/11] m25p80: Improve command handling for unsupported commands
` [PULL 10/11] aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command
` [PULL 11/11] hw/arm/pxa2xx: Do not wire up OHCI for PXA255

[PULL 00/45] ppc-for-5.0 queue 20200317
 2020-03-17 11:24 UTC  (39+ messages)
` [PULL 01/45] pseries: Update SLOF firmware image
` [PULL 08/45] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
` [PULL 10/45] spapr, ppc: Remove VPM0/RMLS hacks for POWER9
` [PULL 11/45] target/ppc: Remove RMOR register from POWER9 & POWER10
` [PULL 13/45] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PULL 14/45] target/ppc: Correct RMLS table
` [PULL 15/45] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PULL 16/45] target/ppc: Don't store VRMA SLBE persistently
` [PULL 17/45] spapr: Don't use weird units for MIN_RMA_SLOF
` [PULL 18/45] spapr,ppc: Simplify signature of kvmppc_rma_size()
` [PULL 19/45] spapr: Don't attempt to clamp RMA to VRMA constraint
` [PULL 20/45] spapr: Don't clamp RMA to 16GiB on new machine types
` [PULL 21/45] spapr: Clean up RMA size calculation
` [PULL 22/45] hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include
` [PULL 24/45] hw/scsi/spapr_vscsi: Simplify a bit
` [PULL 25/45] hw/scsi/spapr_vscsi: Introduce req_iu() helper
` [PULL 26/45] hw/scsi/spapr_vscsi: Do not mix SRP IU size with DMA buffer size
` [PULL 27/45] hw/scsi/spapr_vscsi: Prevent buffer overflow
` [PULL 28/45] hw/scsi/spapr_vscsi: Convert debug fprintf() to trace event
` [PULL 29/45] spapr/xive: use SPAPR_IRQ_IPI to define IPI ranges exposed to the guest
` [PULL 30/45] target/ppc: Fix rlwinm on ppc64
` [PULL 31/45] ppc/spapr: Move GPRs setup to one place
` [PULL 32/45] pseries: Update SLOF firmware image
` [PULL 33/45] spapr/rtas: Reserve space for RTAS blob and log
` [PULL 34/45] spapr: Move creation of ibm, dynamic-reconfiguration-memory dt node
` [PULL 35/45] spapr: Move creation of ibm,architecture-vec-5 property
` [PULL 36/45] spapr: Rename DT functions to newer naming convention
` [PULL 37/45] ppc/spapr: Fix FWNMI machine check failure handling
` [PULL 38/45] ppc/spapr: Change FWNMI names
` [PULL 39/45] ppc/spapr: Add FWNMI System Reset state
` [PULL 40/45] ppc/spapr: Fix FWNMI machine check interrupt delivery
` [PULL 41/45] ppc/spapr: Allow FWNMI on TCG
` [PULL 42/45] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
` [PULL 43/45] ppc/spapr: Implement FWNMI System Reset delivery
` [PULL 44/45] ppc/spapr: Ignore common "ibm,nmi-interlock" Linux bug
` [PULL 45/45] pseries: Update SLOF firmware image

[PATCH v5 0/5] gpio: Add GPIO Aggregator
 2020-03-17 11:32 UTC  (5+ messages)
` [PATCH v5 3/5] "

[PATCH v3 00/34] Configurable policy for handling deprecated interfaces
 2020-03-17 11:29 UTC  (5+ messages)
` [PATCH v3 12/34] qapi: Add feature flags to remaining definitions

[PATCH RESEND v2] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-03-17 11:23 UTC  (9+ messages)

[PATCH] hw/arm/pxa2xx: Do not wire up OHCI for PXA255
 2020-03-17 11:19 UTC  (2+ messages)

[PATCH v2 0/8] user-mode: Prune build dependencies (part 2)
 2020-03-17 11:07 UTC  (9+ messages)
` [PATCH v2 3/8] qapi/misc: Restrict balloon-related commands to machine code
` [PATCH v2 5/8] qapi/misc: Restrict query-vm-generation-id command "

[PATCH] qom-qmp-cmds: Fix another memory leak in qmp_object_add()
 2020-03-17 10:47 UTC  (3+ messages)

[PATCH v2 0/8] FWNMI fixes / changes
 2020-03-17 10:47 UTC  (6+ messages)
` [PATCH v2 6/8] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector

[PATCH] qom-qmp-cmds: remove unnecessary alloc in qmp_object_add to fix memleak
 2020-03-17 10:49 UTC  (2+ messages)

[PATCH v3 0/2] net: tulip: add checks to avoid OOB access
 2020-03-17 10:49 UTC  (6+ messages)
` [PATCH v3 2/2] net: tulip: add .can_recieve routine

[PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean
 2020-03-17 10:47 UTC  (2+ messages)

[PULL 00/61] Misc patches for soft freeze
 2020-03-17 10:27 UTC  (6+ messages)
` [PULL 09/61] MAINTAINERS: Add entry for Guest X86 HAXM CPUs

[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
 2020-03-17 10:13 UTC  (4+ messages)
` [RFC for QEMU] virtio-balloon: Add option thp-order to set VIRTIO_BALLOON_F_THP_ORDER


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