qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-24 09:44:19 to 2020-01-24 18:49:17 UTC [more...]

Making QEMU easier for management tools and applications
 2020-01-24 18:48 UTC  (15+ messages)

[PULL v2 00/14] testing fixes and semihosting console support
 2020-01-24 18:45 UTC  (4+ messages)
` [PULL v2 11/14] semihosting: add qemu_semihosting_console_inc for SYS_READC

[Question] Regarding containers "unattached/peripheral/anonymous" - their relation with hot(un)plug of devices
 2020-01-24 18:44 UTC  (5+ messages)

[PATCH v3 00/21] Multifd Migration Compression
 2020-01-24 18:39 UTC  (38+ messages)
` [PATCH v3 01/21] migration-test: Use g_free() instead of free()
` [PATCH v3 07/21] migration: Make multifd_save_setup() get an Error parameter
` [PATCH v3 08/21] migration: Make multifd_load_setup() "
` [PATCH v3 09/21] migration: Add multifd-compress parameter
` [PATCH v3 10/21] ram_addr: Split RAMBlock definition
` [PATCH v3 11/21] multifd: multifd_send_pages only needs the qemufile
` [PATCH v3 12/21] multifd: multifd_queue_page "
` [PATCH v3 13/21] multifd: multifd_send_sync_main "
` [PATCH v3 14/21] multifd: Use qemu_target_page_size()
` [PATCH v3 15/21] migration: Make checkpatch happy with comments
` [PATCH v3 16/21] migration: Add support for modules
` [PATCH v3 17/21] multifd: Split multifd code into its own file
` [PATCH v3 18/21] migration: Make no compression operations into its own structure
` [PATCH v3 19/21] migration: Add zlib compression multifd support
` [PATCH v3 20/21] configure: Enable test and libs for zstd
` [PATCH v3 21/21] migration: Add zstd compression multifd support

[PULL v2 0/7] MIPS queue for Jan 24th, 2020
 2020-01-24 18:39 UTC  (10+ messages)
` [PULL v2 1/7] target/mips: Rectify documentation on deprecating r4k machine
` [PULL v2 2/7] disas: Add a field for target-dependant data
` [PULL v2 3/7] mips-semi.c: remove 'uhi_done' label in helper_do_semihosting()
` [PULL v2 4/7] mips/mips_jazz: use memdev for RAM
` [PULL v2 5/7] mips/mips_malta: "
` [PULL v2 6/7] mips/mips_mipssim: "
` [PULL v2 7/7] mips/mips_r4k: "
  ` [EXTERNAL]Re: [PULL v2 0/7] MIPS queue for Jan 24th, 2020

Making QEMU easier for management tools and applications
 2020-01-24 18:32 UTC  (17+ messages)
                ` Integrating QOM into QAPI (was: Making QEMU easier for management tools and applications)
                    ` Integrating QOM into QAPI

[PATCH] bsd-user: improve support for sparc syscall flags
 2020-01-24 18:31 UTC 

[PATCH v2 0/8] qemu-img, qemu-trace-stap, virtfs-proxy-helper: convert to rST
 2020-01-24 18:24 UTC  (12+ messages)
` [PATCH v2 1/8] Makefile: Ensure we don't run Sphinx in parallel for manpages
` [PATCH v2 2/8] hxtool: Support SRST/ERST directives
` [PATCH v2 3/8] docs/sphinx: Add new hxtool Sphinx extension
` [PATCH v2 4/8] qemu-img-cmds.hx: Add rST documentation fragments
` [PATCH v2 5/8] qemu-img: Convert invocation documentation to rST
` [PATCH v2 6/8] qemu-img-cmds.hx: Remove texinfo document fragments
` [PATCH v2 7/8] scripts/qemu-trace-stap: Convert documentation to rST
` [PATCH v2 8/8] virtfs-proxy-helper: "

[PATCH v4 0/7] target/mips: Misc MIPS fixes and improvements for 5.0
 2020-01-24 18:09 UTC  (13+ messages)
` [PATCH v4 1/7] target/mips: Rectify documentation on deprecating r4k machine
` [PATCH v4 2/7] target/mips: Add support for MIPS<32|64>R6 CRC32 ISA
` [PATCH v4 3/7] target/mips: Amend CP0 WatchHi register implementation
` [PATCH v4 4/7] target/mips: Add implementation of GINVT instruction
` [PATCH v4 5/7] disas: Add a field for target-dependant data
` [PATCH v4 6/7] disas: mips: Add micromips R6 disassembler - infrastructure and 16-bit instructions
` [PATCH v4 7/7] disas: mips: Add micromips R6 disassembler - 32-bit instructions

QEMU for aarch64 with plugins seems to fail basic consistency checks
 2020-01-24 17:59 UTC  (3+ messages)
  ` [EXTERNAL] "

[PULL 0/7] MIPS queue for January 24th, 2020
 2020-01-24 17:47 UTC  (9+ messages)
` [PULL 1/7] target/mips: Rectify documentation on deprecating r4k machine
` [PULL 2/7] disas: Add a field for target-dependant data
` [PULL 3/7] mips-semi.c: remove 'uhi_done' label in helper_do_semihosting()
` [PULL 4/7] mips/mips_jazz: use memdev for RAM
` [PULL 5/7] mips/mips_malta: "
` [PULL 6/7] mips/mips_mipssim: "
` [PULL 7/7] mips/mips_r4k: "
` [EXTERNAL][PULL 0/7] MIPS queue for January 24th, 2020

[PATCH] target/arm/arm-semi: Don't let the guest close stdin/stdout/stderr
 2020-01-24 17:29 UTC 

[PATCH 0/8] tests/vm: Add support for aarch64 VMs
 2020-01-24 17:28 UTC  (11+ messages)
` [PATCH 1/8] tests/vm: Debug mode shows ssh output
` [PATCH 2/8] tests/vm: increased max timeout for vm boot
` [PATCH 3/8] tests/vm: change wait_ssh to optionally wait for root
` [PATCH 4/8] tests/vm: Add configuration to basevm.py
` [PATCH 5/8] tests/vm: Added configuration file support
` [PATCH 6/8] tests/vm: add --boot-console switch
` [PATCH 7/8] tests/vm: Added a new script for ubuntu.aarch64
` [PATCH 8/8] tests/vm: Added a new script for centos.aarch64

[PATCH v1 00/59] trivial unneeded labels cleanup
 2020-01-24 17:22 UTC  (3+ messages)
` [PATCH v1 06/59] mips-semi.c: remove 'uhi_done' label in helper_do_semihosting()

[PATCH REPOST v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-24 17:17 UTC  (15+ messages)
` [PATCH REPOST v3 53/80] mips/mips_jazz: use memdev for RAM
` [PATCH REPOST v3 54/80] mips/mips_malta: "
` [PATCH REPOST v3 55/80] mips/mips_mipssim: "
` [PATCH REPOST v3 56/80] mips/mips_r4k: "
` [PATCH REPOST v3 68/80] ppc/virtex_ml507: remove unused arguments
` [PATCH REPOST v3 74/80] exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()
` [PATCH REPOST v3 77/80] hostmem: introduce "prealloc-threads" property

[PATCH] tests/acceptance: Add boot tests for some of the QEMU advent calendar images
 2020-01-24 17:03 UTC 

OpenBIOS update broke Linux boot on qemu-system-sparc64
 2020-01-24 16:51 UTC 

[PULL v2 00/59] Misc (x86 and QOM) patches for 2020-01-23
 2020-01-24 16:32 UTC  (4+ messages)

Booting Debian in qemu-system-alpha
 2020-01-24 16:16 UTC 

[PATCH] acpi: cpuhp: document how to use CPHP_GET_CPU_ID_CMD command
 2020-01-24 16:04 UTC  (2+ messages)

[Bug 1860759] [NEW] [REGRESSION] option `-snapshot` ignored with blockdev
 2020-01-24 15:50 UTC  (5+ messages)
` [Bug 1860759] "

[PATCH v2 0/4] linux-user: Add support for fs and fd ioctls
 2020-01-24 15:47 UTC  (5+ messages)
` [PATCH v2 1/4] linux-user: Add support for FS_IOC_FS<GET|SET>XATTR ioctls
` [PATCH v2 2/4] linux-user: Add support for FITRIM ioctl
` [PATCH v2 3/4] linux-user: Add support for FIFREEZE and FITHAW ioctls
` [PATCH v2 4/4] linux-user: Add support for FDGETFDCSTAT ioctl

[PATCH v3 0/4] Acceptance tests: boot Linux with KVM test
 2020-01-24 15:47 UTC  (8+ messages)
` [PATCH v3 2/4] tests/acceptance: boot_linux_console: Add boot Linux with kvm tests
` [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

[PATCH v2] s390x: sigp: Fix sense running reporting
 2020-01-24 15:00 UTC  (2+ messages)

Documentation and VFIO on SPARC
 2020-01-24 14:48 UTC 

[PATCH] hw/s390x: Add a more verbose comment about get_machine_class() and the wrappers
 2020-01-24 14:38 UTC  (3+ messages)

[PULL v2 00/59] Misc (x86 and QOM) patches for 2020-01-23
 2020-01-24 14:38 UTC  (5+ messages)

[PATCH 0/5] target/s390x: Do not leak stack address in translate_one
 2020-01-24 14:25 UTC  (6+ messages)
` [PATCH 5/5] target/s390x: Remove DisasFields argument from extract_insn

[PATCH] iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)
 2020-01-24 14:24 UTC  (8+ messages)

[PATCH rc2 00/25] target/avr merger
 2020-01-24 14:11 UTC  (16+ messages)
` [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
` [PATCH rc2 14/25] target/avr: Add section about AVR into QEMU documentation
` [PATCH rc2 22/25] target/avr: Update build system

[RFC 0/2] virtio-rng: add a control queue
 2020-01-24 14:05 UTC  (5+ messages)

qemu-img convert vs writing another copy tool
 2020-01-24 13:49 UTC  (4+ messages)

[PATCH] iscsi: Don't access non-existent scsi_lba_status_descriptor
 2020-01-24 13:45 UTC  (3+ messages)

[PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1
 2020-01-24 13:22 UTC  (5+ messages)

[Qemu-devel] [PULL 00/29] ppc-for-4.0 queue 20190109
 2020-01-24 13:21 UTC  (3+ messages)
` [Qemu-devel] [PULL 12/29] target/ppc: move FP and VMX registers into aligned vsr register array
  `  "

[PATCH] s390x: sigp: Fix sense running reporting
 2020-01-24 13:15 UTC  (6+ messages)

[PULL 0/4] Q800 for 5.0 patches
 2020-01-24 12:48 UTC  (3+ messages)
` [PULL 2/4] q800: add a block backend to the PRAM

[PATCH] migration/multifd: fix nullptr access in multifd_send_terminate_threads
 2020-01-24 12:47 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] migration: add sztd compression
 2020-01-24 12:43 UTC  (2+ messages)
`  "

[PULL v2 00/11] target/hppa patch queue
 2020-01-24 12:05 UTC  (2+ messages)

[PULL 000/108] virtiofs queue
 2020-01-24 11:06 UTC  (3+ messages)

[PATCH 0/7] Fix crashes on early shutdown during bitmaps postcopy
 2020-01-24 11:01 UTC  (7+ messages)
` [PATCH 1/7] migration/block-dirty-bitmap: refactor incoming state to be one struct
` [PATCH 2/7] migration/block-dirty-bitmap: rename finish_lock to just lock
` [PATCH 4/7] migration/block-dirty-bitmap: keep bitmap state for all bitmaps

Maintainers, please add Message-Id: when merging patches
 2020-01-24 10:58 UTC  (4+ messages)

[PATCH v4 0/4] Improve default object property_add uint helpers
 2020-01-24 10:49 UTC  (3+ messages)

[PATCH 0/2] virtio-balloon: Reject qmp_balloon during hot-unplug
 2020-01-24 10:46 UTC  (3+ messages)
` [PATCH 1/2] qdev: Introduce qdev_get_bus_device

[PATCH v2 0/2] qemu-img: Add --target-is-zero to indicate that a target is blank
 2020-01-24 10:34 UTC  (3+ messages)
` [PATCH v2 1/2] qemu-img: Add --target-is-zero to convert
` [PATCH v2 2/2] doc: Use @code rather than @var for options

[PATCH v8 00/11] Multi-phase reset mechanism
 2020-01-24 10:37 UTC  (7+ messages)
` [PATCH v8 01/11] add device_legacy_reset function to prepare for reset api change

[PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown
 2020-01-24 10:33 UTC  (6+ messages)

[Bug 1860553] [NEW] cmake crashes on qemu-alpha-user with Illegal Instruction
 2020-01-24 10:19 UTC  (2+ messages)
` [Bug 1860553] "

[PATCH] qemu_set_log_filename: filename argument may be NULL
 2020-01-24 10:24 UTC  (4+ messages)

[PATCH] qemu-img: Add --target-is-zero to convert
 2020-01-24 10:11 UTC  (4+ messages)

[PATCH v2 000/109] virtiofs daemon [all]
 2020-01-24 10:06 UTC  (6+ messages)
` [PATCH v2 051/109] virtiofsd: add seccomp whitelist

[PATCH v2 0/4] virtio-pci: enable blk and scsi multi-queue by default
 2020-01-24 10:01 UTC  (5+ messages)
` [PATCH v2 1/4] virtio-scsi: introduce a constant for fixed virtqueues
` [PATCH v2 2/4] virtio-scsi: default num_queues to -smp N
` [PATCH v2 3/4] virtio-blk: "
` [PATCH v2 4/4] vhost-user-blk: "

[PULL 0/3] Ui 20200123 patches
 2020-01-24  9:58 UTC  (2+ messages)

[PATCH] build-sys: clean up flags included in the linker command line
 2020-01-24  9:46 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).