qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-06 16:46:29 to 2020-02-07 02:10:00 UTC [more...]

[PATCH rc5 00/32] target/avr merger
 2020-02-07  1:57 UTC  (20+ messages)
` [PATCH rc5 01/32] target/avr: Add basic parameters of the new platform
` [PATCH rc5 02/32] target/avr: Introduce basic CPU class object
` [PATCH rc5 03/32] target/avr: CPU class: Add interrupt handling support
` [PATCH rc5 04/32] target/avr: CPU class: Add memory menagement support
` [PATCH rc5 05/32] target/avr: CPU class: Add migration support
` [PATCH rc5 06/32] target/avr: CPU class: Add GDB support
` [PATCH rc5 07/32] target/avr: Introduce enumeration AVRFeature
` [PATCH rc5 08/32] target/avr: Add defintions of AVR core types
` [PATCH rc5 10/32] target/avr: Add instruction translation - Register definitions
` [PATCH rc5 12/32] target/avr: Add instruction translation - Branch Instructions
` [PATCH rc5 14/32] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH rc5 15/32] target/avr: Add instruction translation - MCU Control Instructions
` [PATCH rc5 16/32] target/avr: Add instruction translation - CPU main translation function
` [PATCH rc5 17/32] target/avr: Initialize TCG register variables
` [PATCH rc5 18/32] target/avr: Add support for disassembling via option '-d in_asm'
` [PATCH rc5 21/32] hw/misc: avr: Add limited support for power reduction device
` [PATCH rc5 22/32] target/avr: Register AVR support with the rest of QEMU
` [PATCH rc5 27/32] tests/machine-none: Add AVR support
` [PATCH rc5 30/32] .travis.yml: Run the AVR acceptance tests

[PATCH v1 00/13] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-07  0:29 UTC  (5+ messages)
` [PATCH v1 09/13] util/mmap-alloc: Implement resizable mmaps

[PATCH] Add support for a helper with 7 arguments
 2020-02-07  0:27 UTC  (7+ messages)

[PATCH v2 1/4] m25p80: Convert to support tracing
 2020-02-07  0:21 UTC  (10+ messages)
` [PATCH v2 2/4] m25p80: Improve command handling for Jedec commands
` [PATCH v2 3/4] m25p80: Improve command handling for unsupported commands
` [PATCH v2 4/4] aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command

[PATCH v2] hw/core: Allow setting 'virtio-blk-device.scsi' property on OSX host
 2020-02-07  0:14 UTC 

[PULL 0/1] VFIO update 2020-02-06
 2020-02-06 23:56 UTC  (2+ messages)
` [PULL 1/1] hw/vfio: Move the IGD quirk code to a separate file

VW ELF loader
 2020-02-06 23:46 UTC  (18+ messages)

[PULL v2 00/59] Misc (x86 and QOM) patches for 2020-01-23
 2020-02-06 23:40 UTC  (4+ messages)
` [PULL 20/59] target/i386: kvm: initialize microcode revision from KVM

[PATCH v2 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-02-06 23:28 UTC  (26+ messages)
  ` [PATCH v2 4/4] Add the NVMM acceleration enlightenments
  ` [PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
    ` [PATCH v3 1/4] Add the NVMM vcpu API
    ` [PATCH v3 2/4] Add the NetBSD Virtual Machine Monitor accelerator
    ` [PATCH v3 3/4] Introduce the NVMM impl
    ` [PATCH v3 4/4] Add the NVMM acceleration enlightenments
    ` [PATCH v4 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
      ` [PATCH v4 1/4] Add the NVMM vcpu API
      ` [PATCH v4 2/4] Add the NetBSD Virtual Machine Monitor accelerator
      ` [PATCH v4 3/4] Introduce the NVMM impl
        ` [PATCH v4 3/4 FIXUP] "
      ` [PATCH v4 4/4] Add the NVMM acceleration enlightenments

[PATCH v2] docs/arm-cpu-features: Make kvm-no-adjvtime comment clearer
 2020-02-06 22:51 UTC 

[PATCH] docs/arm-cpu-features: Make kvm-no-adjvtime comment clearer
 2020-02-06 22:50 UTC  (2+ messages)

[RFC PATCH v2 0/5] target/arm/kvm: Adjust virtual time
 2020-02-06 22:46 UTC  (5+ messages)
` [RFC PATCH v2 5/5] target/arm/cpu: Add the kvm-no-adjvtime CPU property

[PATCH] travis.yml: Test the s390-ccw build, too
 2020-02-06 22:40 UTC  (2+ messages)

[PATCH] apic: Report current_count via 'info lapic'
 2020-02-06 22:36 UTC  (3+ messages)

Qemu 4.2.0 on Windows host
 2020-02-08 12:42 UTC  (2+ messages)

[PULL 00/46] Python queue 2020-02-06
 2020-02-06 22:07 UTC  (48+ messages)
` [PULL 01/46] python/qemu: qmp: Replace socket.error with OSError
` [PULL 02/46] python/qemu: Delint the qmp module
` [PULL 03/46] python/qemu: qmp: Make accept()'s timeout configurable
` [PULL 04/46] python/qemu: qmp: Make QEMUMonitorProtocol a context manager
` [PULL 05/46] python/qemu: qmp: Remove unnused attributes
` [PULL 06/46] python/qemu: accel: Fix kvm_available() on ppc64le
` [PULL 07/46] qemu-deprecated: Remove text about Python 2
` [PULL 08/46] python: Treat None-return of greeting cmd
` [PULL 09/46] python/qemu/machine: Allow to use other serial consoles than default
` [PULL 10/46] Acceptance tests: Extract _console_interaction()
` [PULL 11/46] Acceptance tests: Add interrupt_interactive_console_until_pattern()
` [PULL 12/46] travis.yml: install rpm2cpio for acceptance tests
` [PULL 13/46] tests/boot_linux_console: add extract_from_rpm method
` [PULL 14/46] tests/boot_linux_console: use os.path for filesystem paths
` [PULL 15/46] tests/boot_linux_console: fix extract_from_deb() comment
` [PULL 16/46] tests/boot_linux_console: Tag Emcraft Smartfusion2 as running 'u-boot'
` [PULL 17/46] tests/acceptance: Add boot tests for some of the QEMU advent calendar images
` [PULL 18/46] tests: rename virtio_seg_max_adjust to virtio_check_params
` [PULL 19/46] tests/acceptance/virtio_check_params: Improve exception logging
` [PULL 20/46] tests/acceptance/virtio_check_params: List machine being tested
` [PULL 21/46] tests/acceptance/virtio_check_params: Default to -nodefaults
` [PULL 22/46] tests/acceptance/virtio_check_params: Disable the test
` [PULL 23/46] tests/acceptance/boot_linux_console: Do not use VGA on Clipper machine
` [PULL 24/46] tests/acceptance/version: Default to -nodefaults
` [PULL 25/46] tests/acceptance/migration: Factor out assert_migration()
` [PULL 26/46] tests/acceptance/migration: Factor out do_migrate()
` [PULL 27/46] tests/acceptance/migration: Test UNIX transport when migrating
` [PULL 28/46] tests/acceptance/migration: Test EXEC "
` [PULL 29/46] tests/acceptance/migration: Add the 'migration' tag
` [PULL 30/46] tests/acceptance/migration: Default to -nodefaults
` [PULL 31/46] scripts/checkpatch.pl: Only allow Python 3 interpreter
` [PULL 32/46] tests/qemu-iotests/check: Allow use of python3 interpreter
` [PULL 33/46] tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)
` [PULL 34/46] tests: Explicit usage of Python 3
` [PULL 35/46] scripts: Explicit usage of Python 3 (scripts with __main__)
` [PULL 36/46] scripts/minikconf: Explicit usage of Python 3
` [PULL 37/46] scripts/tracetool: Remove shebang header
` [PULL 38/46] tests/acceptance: "
` [PULL 39/46] tests/vm: "
` [PULL 40/46] tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)
` [PULL 41/46] scripts: Explicit usage of Python 3 "
` [PULL 42/46] tests/qemu-iotests/check: Only check for Python 3 interpreter
` [PULL 43/46] scripts/signrom: remove Python 2 support, add shebang
` [PULL 44/46] make all Python scripts executable
` [PULL 45/46] drop "from __future__ import print_function"
` [PULL 46/46] .readthedocs.yml: specify some minimum python requirements

[RFC PATCH v2 0/7] s390x/vfio_ccw: Channel Path Handling [QEMU]
 2020-02-06 21:45 UTC  (8+ messages)
` [RFC PATCH v2 1/7] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
` [RFC PATCH v2 2/7] linux-headers: update
` [RFC PATCH v2 3/7] vfio-ccw: Refactor cleanup of regions
` [RFC PATCH v2 4/7] vfio-ccw: Add support for the schib region
` [RFC PATCH v2 5/7] vfio-ccw: Add support for the crw region
` [RFC PATCH v2 6/7] vfio-ccw: Refactor ccw irq handler
` [RFC PATCH v2 7/7] vfio-ccw: Add support for the CRW irq

[PATCH v2 0/2] target/arm: kvm: Support for KVM DABT without valid ISS
 2020-02-06 21:48 UTC  (7+ messages)
` [PATCH v2 1/2] target/arm: kvm: Inject events at the last stage of sync
` [PATCH v2 2/2] target/arm: kvm: Handle DABT with no valid ISS

[PATCH v4 00/20] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-02-06 21:21 UTC  (4+ messages)
` [PATCH v4 16/20] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC

[PATCH v3 00/17] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-02-06 21:09 UTC  (7+ messages)
` [PATCH v3 07/17] hw/arm/allwinner: add Security Identifier device

[Qemu-devel] [PATCH v5 1/6] machine: Convert the valid cpu types to use cpu_model
 2020-02-06 20:59 UTC  (11+ messages)

[PATCH v2 00/29] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-02-06 20:36 UTC  (7+ messages)
` [PATCH v2 09/29] tests/acceptance: Use 'machine' tag to check if available in QEMU binary
` [PATCH v2 17/29] tests/acceptance/virtio_check_params: Improve exception logging

[PATCH v2] mailmap: Add entry for Yu-Chen Lin
 2020-02-06 20:27 UTC  (2+ messages)

[PATCH 00/29] Convert QAPI doc comments to generate rST instead of texinfo
 2020-02-06 19:56 UTC  (34+ messages)
` [PATCH 01/29] configure: Allow user to specify sphinx-build binary
` [PATCH 02/29] configure: Check that sphinx-build is using Python 3
` [PATCH 03/29] Makefile: Fix typo in dependency list for interop manpages
` [PATCH 04/29] qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment
` [PATCH 05/29] qga/qapi-schema.json: Fix indent level on doc comments
` [PATCH 06/29] qga/qapi-schema.json: minor format fixups for rST
` [PATCH 07/29] qapi/block-core.json: Use literal block for ascii art
` [PATCH 08/29] qapi: Use ':' after @argument in doc comments
` [PATCH 09/29] qapi: Fix indent level on doc comments in json files
` [PATCH 10/29] qapi: Remove hardcoded tabs
` [PATCH 11/29] qapi/ui.json: Put input-send-event body text in the right place
` [PATCH 12/29] qapi: Explicitly put "foo: dropped in n.n" notes into Notes section
` [PATCH 13/29] qapi/ui.json: Avoid `...' texinfo style quoting
` [PATCH 14/29] qapi/block-core.json: Use explicit bulleted lists
` [PATCH 15/29] qapi/ui.json: "
` [PATCH 16/29] qapi/{block, misc, tmp}.json: "
` [PATCH 17/29] qapi: Add blank lines before "
` [PATCH 18/29] qapi/migration.json: Replace _this_ with *this*
` [PATCH 19/29] qapi/qapi-schema.json: Put headers in their own doc-comment blocks
` [PATCH 20/29] qapi/machine.json: Escape a literal '*' in doc comment
` [PATCH 21/29] scripts/qapi: Move doc-comment whitespace stripping to doc.py
` [PATCH 22/29] scripts/qapi/parser.py: improve doc comment indent handling
` [PATCH 23/29] docs/sphinx: Add new qapi-doc Sphinx extension
` [PATCH 24/29] docs/interop: Convert qemu-ga-ref to rST
` [PATCH 25/29] docs/interop: Convert qemu-qmp-ref "
` [PATCH 26/29] qapi: Use rST markup for literal blocks
` [PATCH 27/29] qga/qapi-schema.json: Add some headings
` [PATCH 28/29] scripts/qapi: Remove texinfo generation support
` [PATCH 29/29] docs/devel/qapi-code-gen.txt: Update to new rST backend conventions

[PULL 00/17] Block patches
 2020-02-06 18:58 UTC  (2+ messages)

[Bug 1862110] [NEW] qemu in script is not parsing properly
 2020-02-06 18:48 UTC  (3+ messages)
` [Bug 1862110] "

[PATCH 0/1] Introduce Xlnx ZynqMP CAN controller for QEMU
 2020-02-06 18:39 UTC  (4+ messages)
` [PATCH 1/1] hw/net/can: "

[PATCH] hw/arm: ast2400/ast2500: Wire up EHCI controllers
 2020-02-06 18:34 UTC 

[PATCH] tests/qemu_iotests: Minimize usage of used ports
 2020-02-06 18:33 UTC  (7+ messages)

Making QEMU easier for management tools and applications
 2020-02-06 18:26 UTC  (17+ messages)
            ` qmp-shell for GSoC/Outreachy? (Was: Re: Making QEMU easier for management tools and applications)
                ` qmp-shell for GSoC/Outreachy?

[PATCH 1/2] tests/vhost-user-bridge: move to contrib/
 2020-02-06 18:18 UTC  (4+ messages)
` [PATCH 2/2] virtiofsd: add it to the tools list

[PATCH] nbd: Fix regression with multiple meta contexts
 2020-02-06 17:54 UTC  (2+ messages)

[PATCH] iotests/147: Fix drive parameters
 2020-02-06 17:38 UTC  (2+ messages)

[PATCH v3 00/21] block: Fix check_to_replace_node()
 2020-02-06 17:41 UTC  (13+ messages)
` [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced

[PATCH] block: fix crash on zero-length unaligned write and read
 2020-02-06 17:36 UTC  (2+ messages)

[PATCH] tests/acceptance/virtio_check_params: Disable test
 2020-02-06 17:30 UTC  (3+ messages)

[RFC v2 00/14] Add SDEI support for arm64
 2020-02-06 17:30 UTC  (7+ messages)

[PATCH] target/i386: fix TCG UCODE_REV access
 2020-02-06 17:10 UTC 

[PATCH v2] .readthedocs.yml: specify some minimum python requirements
 2020-02-06 17:00 UTC  (2+ messages)

[PATCH v1 0/2] fix for bug 1859021
 2020-02-06 17:00 UTC  (4+ messages)
` [PATCH v1 2/2] tests/tcg: add a vtimer test for aarch64

[PULL 0/5] Trivial branch patches
 2020-02-06 16:55 UTC  (3+ messages)
` [PULL 3/5] nbd: fix uninitialized variable warning

[PATCH v2] block/backup-top: fix flags handling
 2020-02-06 16:46 UTC  (3+ messages)

[PATCH for-5.0 v2 00/23] block: Fix check_to_replace_node()
 2020-02-06 16:44 UTC  (8+ messages)
` [PATCH for-5.0 v2 10/23] quorum: Implement .bdrv_recurse_can_replace()


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