qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 20:27:25 to 2020-01-24 14:41:26 UTC [more...]

Making QEMU easier for management tools and applications
 2020-01-24 14:38 UTC  (13+ messages)

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

[PULL v2 00/59] Misc (x86 and QOM) patches for 2020-01-23
 2020-01-24 14:38 UTC  (4+ messages)
` [PULL v2 58/59] build-sys: clean up flags included in the linker command line

[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  (14+ messages)
` [PATCH 1/5] target/s390x: Move struct DisasFields definition earlier
` [PATCH 2/5] target/s390x: Remove DisasFields argument from callbacks
` [PATCH 3/5] target/s390x: Pass DisasContext to get_field and have_field
` [PATCH 4/5] target/s390x: Move DisasFields into DisasContext
` [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  (10+ messages)

[PATCH rc2 00/25] target/avr merger
 2020-01-24 14:11 UTC  (40+ messages)
` [PATCH rc2 01/25] target/avr: Add outward facing interfaces and core CPU logic
` [PATCH rc2 02/25] target/avr: Add instruction helpers
` [PATCH rc2 03/25] target/avr: Add instruction translation - Registers definition
` [PATCH rc2 04/25] target/avr: Add instruction translation - Arithmetic and Logic Instructions
` [PATCH rc2 05/25] target/avr: Add instruction translation - Branch Instructions
` [PATCH rc2 06/25] target/avr: Add instruction translation - Data Transfer Instructions
` [PATCH rc2 07/25] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH rc2 08/25] target/avr: Add instruction translation - MCU Control Instructions
` [PATCH rc2 09/25] target/avr: Add instruction translation - CPU main translation function
` [PATCH rc2 10/25] target/avr: Add instruction disassembly function
` [PATCH rc2 11/25] hw/char: Add limited support for Atmel USART peripheral
` [PATCH rc2 12/25] hw/timer: Add limited support for Atmel 16 bit timer peripheral
` [PATCH rc2 13/25] hw/misc: Add Atmel power device
` [PATCH rc2 14/25] target/avr: Add section about AVR into QEMU documentation
` [PATCH rc2 15/25] target/avr: Register AVR support with the rest of QEMU
` [PATCH rc2 16/25] target/avr: Add machine none test
` [PATCH rc2 17/25] target/avr: Update MAINTAINERS file
` [PATCH rc2 18/25] hw/core/loader: Let load_elf populate the processor-specific flags
` [PATCH rc2 19/25] hw/avr: Add helper to load raw/ELF firmware binaries
` [PATCH rc2 20/25] hw/avr: Add some ATmega microcontrollers
` [PATCH rc2 21/25] hw/avr: Add some Arduino boards
` [PATCH rc2 22/25] target/avr: Update build system
` [PATCH rc2 23/25] tests/boot-serial-test: Test some Arduino boards (AVR based)
` [PATCH rc2 24/25] tests/acceptance: Test the Arduino MEGA2560 board
` [PATCH rc2 25/25] .travis.yml: Run the AVR acceptance tests

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

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

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

[PATCH v2] s390x: sigp: Fix sense running reporting
 2020-01-24 13:48 UTC 

[PATCH v3 00/21] Multifd Migration Compression
 2020-01-24 13:46 UTC  (34+ messages)
` [PATCH v3 01/21] migration-test: Use g_free() instead of free()
` [PATCH v3 05/21] migration: Create migration_is_running()
` [PATCH v3 06/21] migration: Don't send data if we have stopped
` [PATCH v3 07/21] migration: Make multifd_save_setup() get an Error parameter
` [PATCH v3 08/21] migration: Make multifd_load_setup() "
` [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 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] iscsi: Don't access non-existent scsi_lba_status_descriptor
 2020-01-24 13:45 UTC  (7+ 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 v2 00/14] testing fixes and semihosting console support
 2020-01-24 12:58 UTC  (3+ messages)
` [PULL v2 11/14] semihosting: add qemu_semihosting_console_inc for SYS_READC

[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  (3+ messages)
` [PULL v2 07/11] hppa: Add emulation of Artist graphics

[PULL 000/108] virtiofs queue
 2020-01-24 11:06 UTC  (4+ 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  (5+ messages)

[Bug 1860759] [NEW] [REGRESSION] option `-snapshot` ignored with blockdev
 2020-01-24 10:41 UTC  (4+ messages)
` [Bug 1860759] "

[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  (5+ messages)
` [Bug 1860553] "

[PATCH REPOST v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-24 10:25 UTC  (15+ messages)
` [PATCH REPOST v3 06/80] alpha:dp264: use memdev for RAM
` [PATCH REPOST v3 16/80] arm/kzm: drop RAM size fixup
` [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 75/80] exec: drop bogus mem_path from qemu_ram_alloc_from_fd()
` [PATCH REPOST v3 77/80] hostmem: introduce "prealloc-threads" property

[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 v3 0/4] Acceptance tests: boot Linux with KVM test
 2020-01-24  9:54 UTC  (11+ messages)
` [PATCH v3 1/4] tests/acceptance: avocado_qemu: Introduce the 'accel' test parameter
` [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] build-sys: clean up flags included in the linker command line
 2020-01-24  9:46 UTC  (2+ messages)

QEMU for aarch64 with plugins seems to fail basic consistency checks
 2020-01-24  9:02 UTC  (2+ messages)

[Bug 1860742] [NEW] xv6 Bootloop
 2020-01-24  4:12 UTC  (2+ messages)
` [Bug 1860742] "

[PATCH] target/riscv: Disallow WFI instruction from U-mode
 2020-01-24  3:22 UTC  (3+ messages)

[PATCH v29 00/22] Add RX archtecture support
 2020-01-24  2:42 UTC  (2+ messages)

[PATCH] tcg: gdbstub: Fix missing breakpoint issue
 2020-01-24  2:17 UTC 

[PATCH rc1 00/24] target/avr merger
 2020-01-24  0:33 UTC  (6+ messages)
` [PATCH rc1 14/24] target/avr: Add section about AVR into QEMU documentation
` [PATCH rc1 19/24] hw/avr: Add some ATmega microcontrollers

[PATCH v2 0/5] block: Generic file creation fallback
 2020-01-23 22:59 UTC  (7+ messages)
` [PATCH v2 1/5] block/nbd: Fix hang in .bdrv_close()
` [PATCH v2 2/5] block: Generic file creation fallback
` [PATCH v2 5/5] iotests: Add test for image "

[Bug 1859713] [NEW] ARM v8.3a pauth not working
 2020-01-23 21:56 UTC  (2+ messages)
` [Bug 1859713] "

[Qemu-devel] [PATCH v5 1/6] machine: Convert the valid cpu types to use cpu_model
 2020-01-23 18:48 UTC  (12+ 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).