messages from 2020-03-14 01:50:48 to 2020-03-15 15:02:21 UTC [more...]
[PATCH v3 00/34] Configurable policy for handling deprecated interfaces
2020-03-15 14:46 UTC (16+ messages)
` [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 19/34] qapi/schema: Call QAPIDoc.connect_member() in just one place
` [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 32/34] qapi: Implement deprecated-input=reject for QMP commands
` [PATCH v3 34/34] qapi: New -compat deprecated-input=crash
[PATCH 00/13] target: Add Renesas RX architecture
2020-03-15 14:34 UTC (15+ 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] target/rx/cpu: Use address_space_ldl() to read reset vector address
2020-03-15 13:50 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 5/8] hw/ide/pci.c: Coding style update to fix checkpatch errors
` [PATCH 3/8] hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.h
` [PATCH 6/8] hw/ide: Do ide_drive_get() within pci_ide_create_devs()
` [PATCH 2/8] hw/ide: Get rid of piix4_init function
` [PATCH 1/8] hw/ide: Get rid of piix3_init functions
[PATCH v3 00/16]: hw/i386/vmport: Bug fixes and improvements
2020-03-15 11:56 UTC (30+ 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 (125+ messages)
` [PATCH v5 05/60] target/riscv: add vector stride load and store instructions
` [PATCH v5 07/60] target/riscv: add fault-only-first unit stride load
` [PATCH v5 08/60] target/riscv: add vector amo operations
` [PATCH v5 09/60] target/riscv: vector single-width integer add and subtract
` [PATCH v5 10/60] target/riscv: vector widening "
` [PATCH v5 11/60] target/riscv: vector integer add-with-carry / subtract-with-borrow instructions
` [PATCH v5 12/60] target/riscv: vector bitwise logical instructions
` [PATCH v5 13/60] target/riscv: vector single-width bit shift instructions
` [PATCH v5 14/60] target/riscv: vector narrowing integer right "
` [PATCH v5 15/60] target/riscv: vector integer comparison instructions
` [PATCH v5 16/60] target/riscv: vector integer min/max instructions
` [PATCH v5 17/60] target/riscv: vector single-width integer multiply instructions
` [PATCH v5 18/60] target/riscv: vector integer divide instructions
` [PATCH v5 19/60] target/riscv: vector widening integer multiply instructions
` [PATCH v5 20/60] target/riscv: vector single-width integer multiply-add instructions
` [PATCH v5 21/60] target/riscv: vector widening "
` [PATCH v5 22/60] target/riscv: vector integer merge and move instructions
` [PATCH v5 23/60] target/riscv: vector single-width saturating add and subtract
` [PATCH v5 24/60] target/riscv: vector single-width averaging "
` [PATCH v5 25/60] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v5 26/60] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v5 27/60] target/riscv: vector single-width scaling shift instructions
` [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 v4 0/3] delay timer_new from init to realize to fix memleaks
2020-03-14 14:03 UTC (10+ messages)
` [PATCH v4 2/3] mac_via: fix incorrect creation of mos6522 device in mac_via
[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 (7+ messages)
` [PATCH v5 1/4] s390x: fix memleaks in cpu_finalize
` [PATCH v5 2/4] mac_via: fix incorrect creation of mos6522 device in mac_via
` [PATCH v5 3/4] hw/misc/macio: fix incorrect creation of mos6522's subclasses
` [PATCH v5 4/4] hw/misc/mos6522: move timer_new from init() into realize() to avoid memleaks
[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 v2 0/2] Fix MAP_SYNC support when host has older glibc version
2020-03-14 9:39 UTC (2+ messages)
[PATCH 0/7] via-ide: fixes and improvements
2020-03-14 9:15 UTC (3+ messages)
[PATCH 0/9] user-mode: Prune build dependencies (part 2)
2020-03-14 8:22 UTC (4+ messages)
` [PATCH 2/9] qapi/misc: Move add_client command with chardev code
[PATCH 0/3] Minor error handling cleanups
2020-03-14 4:58 UTC (4+ messages)
` [PATCH 1/3] Use &error_abort instead of separate assert()
[PATCH v4] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
2020-03-14 3:15 UTC (3+ messages)
[PATCH v2 0/2] Support different CPU types for the sifive_e machine
2020-03-14 2:47 UTC (3+ messages)
` [PATCH v2 2/2] target/riscv: Add a sifive-e34 cpu type
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).