qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-06 17:53:01 to 2020-02-07 07:58:02 UTC [more...]

[PATCH 00/15] s390x: Protected Virtualization support
 2020-02-07  7:56 UTC  (4+ messages)
` [PATCH 03/15] s390x: protvirt: Add diag308 subcodes 8 - 10

[PULL 00/12] Audio 20200207 patches
 2020-02-07  7:45 UTC  (13+ messages)
` [PULL 01/12] audio/oss: fix buffer pos calculation
` [PULL 02/12] audio: fix audio_generic_write
` [PULL 03/12] audio: fix audio_generic_read
` [PULL 04/12] paaudio: remove unused variables
` [PULL 05/12] audio: prevent SIGSEGV in AUD_get_buffer_size_out
` [PULL 06/12] audio: fix bug 1858488
` [PULL 07/12] ossaudio: prevent SIGSEGV in oss_enable_out
` [PULL 08/12] ossaudio: disable poll mode can't be reached
` [PULL 09/12] audio: audio_generic_get_buffer_in should honor *size
` [PULL 10/12] audio/dsound: fix invalid parameters error
` [PULL 11/12] coreaudio: fix coreaudio playback
` [PULL 12/12] audio: proper support for float samples in mixeng

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

[PATCH v2 0/2] target/arm: kvm: Support for KVM DABT without valid ISS
 2020-02-07  7:41 UTC  (8+ 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

[RFC PATCH v3 0/2] Cross-device resource sharing
 2020-02-07  7:40 UTC  (3+ messages)
` [RFC PATCH v3 1/2] content: define what an exported object is
` [RFC PATCH v3 2/2] virtio-gpu: add the ability to export resources

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

[PATCH v2 1/4] m25p80: Convert to support tracing
 2020-02-07  7:22 UTC  (13+ 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 0/2] spapr: Use vIOMMU translation for virtio by default
 2020-02-07  6:57 UTC  (5+ messages)
` [PATCH 1/2] spapr: Disable legacy virtio devices for pseries-5.0 and later
` [PATCH 2/2] spapr: Enable virtio iommu_platform=on by default

[PATCH] ppc: function to setup latest class options
 2020-02-07  6:48 UTC  (2+ messages)

[PATCH v2] apic: Report current_count via 'info lapic'
 2020-02-07  6:43 UTC 

[PATCH] apic: Report current_count via 'info lapic'
 2020-02-07  6:41 UTC  (4+ messages)

[PATCH v2] hw/core: Allow setting 'virtio-blk-device.scsi' property on OSX host
 2020-02-07  6:31 UTC  (2+ messages)

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

Emulating Solaris 10 on SPARC64 sun4u
 2020-02-07  5:43 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/14] arm/arm64: Add ITS tests
 2020-02-07  5:41 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 06/14] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v3 08/14] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v3 09/14] arm/arm64: ITS: Device and collection Initialization

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

[PATCH] contrib/elf2dmp: prevent uninitialized warning
 2020-02-07  4:16 UTC 

[PATCH rc5 00/32] target/avr merger
 2020-02-07  1:58 UTC  (33+ 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 09/32] target/avr: Add instruction helpers
` [PATCH rc5 10/32] target/avr: Add instruction translation - Register definitions
` [PATCH rc5 11/32] target/avr: Add instruction translation - Arithmetic and Logic Instructions
` [PATCH rc5 12/32] target/avr: Add instruction translation - Branch Instructions
` [PATCH rc5 13/32] target/avr: Add instruction translation - Data Transfer 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 19/32] hw/char: avr: Add limited support for USART peripheral
` [PATCH rc5 20/32] hw/timer: avr: Add limited support for 16-bit timer peripheral
` [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 23/32] hw/avr: Add support for loading ELF/raw binaries
` [PATCH rc5 24/32] hw/avr: Add some ATmega microcontrollers
` [PATCH rc5 25/32] hw/avr: Add limited support for some Arduino boards
` [PATCH rc5 26/32] target/avr: Update build system
` [PATCH rc5 27/32] tests/machine-none: Add AVR support
` [PATCH rc5 28/32] tests/boot-serial: Test some Arduino boards (AVR based)
` [PATCH rc5 29/32] tests/acceptance: Test the Arduino MEGA2560 board
` [PATCH rc5 30/32] .travis.yml: Run the AVR acceptance tests
` [PATCH rc5 31/32] target/avr: Simplify sections in MAINTAINERS file
` [PATCH rc5 32/32] target/avr: Add section into QEMU documentation

[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

[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  (16+ messages)
` [PATCH v3 "
  ` [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)

[PATCH] travis.yml: Test the s390-ccw build, too
 2020-02-06 22:40 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 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  (6+ 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  (6+ messages)
` [PATCH 28/29] scripts/qapi: Remove texinfo generation support

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

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


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