qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-14 08:38:33 to 2020-03-15 20:23:23 UTC [more...]

[PATCH 00/14] user-mode: Prune build dependencies (part 1)
 2020-03-15 20:17 UTC  (13+ messages)
` [PATCH 01/14] Makefile: Only build virtiofsd if system-mode is enabled
` [PATCH 02/14] configure: Avoid building TCG when not needed
` [PATCH 03/14] tests/Makefile: Only display TCG-related tests when TCG is available
` [PATCH 04/14] tests/Makefile: Restrict some softmmu-only tests
` [PATCH 05/14] stubs/Makefile: Reduce the user-mode object list

[PATCH] tcg/i386: Bound shift count expanding sari_vec
 2020-03-15 19:00 UTC  (2+ messages)

[PATCH] target/rx/cpu: Use address_space_ldl() to read reset vector address
 2020-03-15 18:50 UTC  (3+ messages)

[PATCH v3 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-03-15 18:36 UTC  (7+ messages)
` [PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of sync
` [PATCH v3 2/2] target/arm: kvm: Handle DABT with no valid ISS

[PATCH 1/1] target/ppc: fix ELFv2 signal handler endianness
 2020-03-15 18:10 UTC  (2+ messages)

[PATCH v4 0/3] delay timer_new from init to realize to fix memleaks
 2020-03-15 17:58 UTC  (13+ messages)
` [PATCH v4 2/3] mac_via: fix incorrect creation of mos6522 device in mac_via

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

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

[PATCH v2] python/qemu/qmp.py: QMP debug with VM label
 2020-03-12 17:30 UTC  (2+ messages)

[PATCH v2 0/2] Fix MAP_SYNC support when host has older glibc version
 2020-03-15 15:46 UTC  (5+ messages)
` [PATCH v2 2/2] mmap-alloc: Include osdep.h before checking CONFIG_LINUX

[PATCH 00/13] target: Add Renesas RX architecture
 2020-03-15 15:42 UTC  (16+ messages)
` [PATCH 01/13] hw/registerfields.h: Add 8bit and 16bit register macros
` [PATCH 02/13] MAINTAINERS: Cover Renesas RX architecture
` [PATCH 03/13] target/rx: TCG translation
` [PATCH 04/13] target/rx: TCG helpers
` [PATCH 05/13] target/rx: CPU definitions
` [PATCH 06/13] target/rx: RX disassembler
` [PATCH 07/13] target/rx: Disassemble rx_index_addr into a string
` [PATCH 08/13] target/rx: Replace operand with prt_ldmi in disassembler
` [PATCH 09/13] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PATCH 10/13] target/rx: Emit all disassembly in one prt()
` [PATCH 11/13] target/rx: Collect all bytes during disassembly
` [PATCH 12/13] target/rx: Dump bytes for each insn "
` [PATCH 13/13] Add rx-softmmu

[PATCH] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset
 2020-03-15 14:27 UTC  (2+ messages)

[PATCH] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset
 2020-03-15 13:48 UTC  (2+ messages)

[PATCH v2] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
 2020-03-15 12:20 UTC 

[PATCH 0/8] Misc hw/ide legacy clean up
 2020-03-15 12:08 UTC  (17+ messages)
` [PATCH 1/8] hw/ide: Get rid of piix3_init functions
` [PATCH 2/8] hw/ide: Get rid of piix4_init function
` [PATCH 3/8] hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h
` [PATCH 5/8] hw/ide/pci.c: Coding style update to fix checkpatch errors
` [PATCH 6/8] hw/ide: Do ide_drive_get() within pci_ide_create_devs()

[PATCH v3 00/16]: hw/i386/vmport: Bug fixes and improvements
 2020-03-15 11:56 UTC  (29+ messages)
` [PATCH v3 07/16] hw/i386/vmport: Introduce vmport.h
` [PATCH v3 10/16] hw/i386/vmport: Add support for CMD_GETTIME
` [PATCH v3 15/16] hw/i386/vmport: Add support for CMD_GETHZ

[PATCH] checkpatch: enforce process for expected files
 2020-03-15 11:35 UTC 

[PATCH v5 00/60] target/riscv: support vector extension v0.7.1
 2020-03-15  7:34 UTC  (74+ messages)
` [PATCH v5 24/60] target/riscv: vector single-width averaging add and subtract
` [PATCH v5 28/60] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v5 29/60] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v5 30/60] target/riscv: vector widening "
` [PATCH v5 31/60] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v5 32/60] target/riscv: vector widening floating-point multiply
` [PATCH v5 33/60] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v5 34/60] target/riscv: vector widening "
` [PATCH v5 36/60] target/riscv: vector floating-point min/max instructions
` [PATCH v5 37/60] target/riscv: vector floating-point sign-injection instructions
` [PATCH v5 38/60] target/riscv: vector floating-point compare instructions
` [PATCH v5 39/60] target/riscv: vector floating-point classify instructions
` [PATCH v5 40/60] target/riscv: vector floating-point merge instructions
` [PATCH v5 41/60] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v5 42/60] target/riscv: widening "
` [PATCH v5 43/60] target/riscv: narrowing "
` [PATCH v5 44/60] target/riscv: vector single-width integer reduction instructions
` [PATCH v5 45/60] target/riscv: vector wideing "
` [PATCH v5 46/60] target/riscv: vector single-width floating-point "
` [PATCH v5 47/60] target/riscv: vector widening "
` [PATCH v5 49/60] target/riscv: vector mask population count vmpopc
` [PATCH v5 50/60] target/riscv: vmfirst find-first-set mask bit
` [PATCH v5 52/60] target/riscv: vector iota instruction
` [PATCH v5 53/60] target/riscv: vector element index instruction
` [PATCH v5 54/60] target/riscv: integer extract instruction
` [PATCH v5 55/60] target/riscv: integer scalar move instruction
` [PATCH v5 56/60] target/riscv: floating-point scalar move instructions
` [PATCH v5 57/60] target/riscv: vector slide instructions
` [PATCH v5 58/60] target/riscv: vector register gather instruction
` [PATCH v5 35/60] target/riscv: vector floating-point square-root instruction
` [PATCH v5 51/60] target/riscv: set-X-first mask bit
` [PATCH v5 59/60] target/riscv: vector compress instruction

[PATCH v5 48/60] target/riscv: vector mask-register logical instructions
 2020-03-15  6:57 UTC 

[PATCH 0/8] hw/arm: Implement i.MX watchdog support
 2020-03-14 22:12 UTC  (16+ messages)
` [PATCH 1/8] hw: Move i.MX watchdog driver to hw/watchdog
` [PATCH 2/8] hw/watchdog: Implement full i.MX watchdog support
` [PATCH 3/8] hw/arm/fsl-imx25: Wire up watchdog
` [PATCH 4/8] hw/arm/fsl-imx31: "
` [PATCH 5/8] hw/arm/fsl-imx6: Connect watchdog interrupts
` [PATCH 6/8] hw/arm/fsl-imx6ul: "
` [PATCH 7/8] hw/arm/fsl-imx7: Instantiate various unimplemented devices
` [PATCH 8/8] hw/arm/fsl-imx7: Connect watchdog interrupts

[PATCH] qemu-common.h: Update copyright string to include 2020
 2020-03-14 21:51 UTC  (2+ messages)

[PATCH 0/4] usb-serial: xHCI and timeout fixes
 2020-03-14 21:41 UTC  (5+ messages)
` [PATCH 3/4] usb-serial: Increase receive buffer to 496
` [PATCH 4/4] usb-serial: Fix timeout closing the device

About dialog copyright date needs updating
 2020-03-14 19:48 UTC 

[PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET)
 2020-03-14 18:27 UTC  (3+ messages)

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-03-14 18:22 UTC  (10+ messages)

[PATCH] linux-user: Update TASK_UNMAPPED_BASE for aarch64
 2020-03-14 17:34 UTC  (5+ messages)

[PATCH] mips/mips_malta: Allow more than 2G RAM
 2020-03-14 16:50 UTC  (7+ messages)
` [PATCH v1] "

[PATCH 0/5] QEMU Gating CI
 2020-03-14 15:26 UTC  (3+ messages)
` [PATCH 2/5] tests/docker: make "buildah bud" output similar to "docker build"

[PATCH] tools/virtiofsd: add support for --socket-group
 2020-03-14 13:33 UTC  (4+ messages)

[PATCH v5 0/4] delay timer_new from init to realize to fix memleaks
 2020-03-14 13:21 UTC  (3+ messages)

[PATCH v2 0/4] linux-user: generate syscall_nr.h from linux unistd.h
 2020-03-14 12:16 UTC  (6+ messages)
` [PATCH v2 1/4] scripts: add a script to generate syscall_nr.h
` [PATCH v2 2/4] linux-user, aarch64: sync syscall numbers with kernel v5.5
` [PATCH v2 3/4] linux-user, nios2: "
` [PATCH v2 4/4] linux-user, openrisc: "

[PATCH] softmmu/vl.c: Handle '-cpu help' and '-device help' before 'no default machine'
 2020-03-14 11:36 UTC  (2+ messages)

[PATCH v8 0/4] linux-user: generate syscall_nr.sh for RISC-V
 2020-03-14 11:19 UTC  (4+ messages)
` [PATCH v8 3/4] linux-user: Support futex_time64

[PATCH 0/9] user-mode: Prune build dependencies (part 3)
 2020-03-14 10:57 UTC  (5+ messages)
` [PATCH 8/9] hw/core: Add qdev stub for user-mode

[PATCH v2] exec/rom_reset: Free rom data during inmigrate skip
 2020-03-14  9:59 UTC  (3+ messages)

[PATCH 0/7] via-ide: fixes and improvements
 2020-03-14  9:15 UTC  (3+ 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).