qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-05 09:49:15 to 2020-06-05 16:29:15 UTC [more...]

[PATCH v2] exec: flush the whole TLB if a watchpoint crosses a page boundary
 2020-06-05 16:27 UTC  (4+ messages)

[PATCH v4 00/12] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-06-05 16:26 UTC  (27+ messages)
` [PATCH v4 01/12] qcow2.py: python style fixes
` [PATCH v4 02/12] qcow2.py: move qcow2 format classes to separate module
` [PATCH v4 03/12] qcow2_format.py: drop new line printing at end of dump()
` [PATCH v4 04/12] qcow2_format.py: use tuples instead of lists for fields
` [PATCH v4 05/12] qcow2_format.py: use modern string formatting
` [PATCH v4 06/12] qcow2_format.py: use strings to specify c-type of struct fields
` [PATCH v4 07/12] qcow2_format.py: separate generic functionality of structure classes
` [PATCH v4 08/12] qcow2_format.py: add field-formatting class
` [PATCH v4 09/12] qcow2_format.py: QcowHeaderExtension: add dump method
` [PATCH v4 10/12] qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2Struct
` [PATCH v4 11/12] qcow2: QcowHeaderExtension print names for extension magics
` [PATCH v4 12/12] qcow2_format.py: dump bitmaps header extension

[PATCH 1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD
 2020-06-05 16:24 UTC  (7+ messages)

[PATCH 0/7] python: create installable package
 2020-06-05 16:21 UTC  (13+ messages)
` [PATCH 1/7] python/qemu: create qemu.lib module
` [PATCH 2/7] python/qemu: formalize as package
` [PATCH 3/7] python/qemu: add README.rst
` [PATCH 4/7] python/qemu: Add pipenv support

[PATCH v1 00/14] various fixes for next PR (testing, vhost, guest_base fixes)
 2020-06-05 16:16 UTC  (19+ messages)
` [PATCH v1 01/14] qemu-plugin.h: add missing include <stddef.h> to define size_t
` [PATCH v1 02/14] scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header
` [PATCH v1 03/14] tests/plugin: correctly honour io_count
` [PATCH v1 04/14] exec: flush the whole TLB if a watchpoint crosses a page boundary
` [PATCH v1 05/14] .travis.yml: allow failure for unreliable hosts
` [PATCH v1 06/14] .shippable: temporaily disable some cross builds
` [PATCH v1 07/14] iotests: 194: wait migration completion on target too
` [PATCH v1 08/14] tests/docker: fix pre-requisite for debian-tricore-cross
` [PATCH v1 09/14] docker: update Ubuntu to 20.04
` [PATCH v1 10/14] hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE
` [PATCH v1 11/14] linux-user: provide fallback pgd_find_hole for bare chroots
` [PATCH v1 12/14] linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit
  ` [Bug 1880225] "
` [PATCH v1 13/14] tests/tcg: add simple commpage test case
` [PATCH v1 14/14] linux-user: detect overflow of MAP_FIXED mmap

[PATCH 00/10] Add RX hardware emulation
 2020-06-05 16:09 UTC  (7+ messages)
` [PATCH 01/10] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH 04/10] hw/char: Renesas SCI module
` [PATCH 05/10] hw/rx: RX MCU and target

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-06-05 16:04 UTC  (5+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests

[PULL 0/2] Vga 20200605 patches
 2020-06-05 16:05 UTC  (4+ messages)
` [PULL 1/2] ati-vga: check mm_index before recursive call (CVE-2020-13800)
` [PULL 2/2] hw/display/cirrus_vga: Fix code mis-indentation

[PATCH] configure: Disable -Wtautological-type-limit-compare
 2020-06-05 16:03 UTC  (6+ messages)

[PATCH v3] numa: forbid '-numa node, mem' for 5.1 and newer machine types
 2020-06-05 16:03 UTC 

[RFC 0/6] TPM-TIS bios-tables-test
 2020-06-05 15:47 UTC  (14+ messages)
` [RFC 2/6] tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test
` [RFC 3/6] tests/acpi: Ignore TPM2.tis and DSDT.tis
` [RFC 4/6] tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
` [RFC 5/6] bios-tables-test: Add Q35/TPM-TIS test

[PULL 00/10] s390x update
 2020-06-05 15:37 UTC  (11+ messages)
` [PULL 01/10] s390x/kvm: help valgrind in several places
` [PULL 02/10] s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name
` [PULL 03/10] docs/s390x: document the virtual css
` [PULL 04/10] docs/s390x: document 3270
` [PULL 05/10] vfio-ccw: allow non-prefetch ORBs
` [PULL 06/10] docs/s390x: document vfio-ccw
` [PULL 07/10] MAINTAINERS: add Thomas as additional s390x maintainer
` [PULL 08/10] target/s390x: Only compile decode_basedisp() on system-mode
` [PULL 09/10] target/s390x/helper: Clean ifdef'ry
` [PULL 10/10] target/s390x: Restrict system-mode declarations

[PATCH 00/16] Crazy shit around -global (pardon my french)
 2020-06-05 15:34 UTC  (20+ messages)
` [PATCH 01/16] iotests/172: Include "info block" in test output
` [PATCH 02/16] iotests/172: Cover empty filename and multiple use of drives
` [PATCH 03/16] iotests/172: Cover -global floppy.drive=
` [PATCH 04/16] fdc: Reject clash between -drive if=floppy and -global isa-fdc
` [PATCH 05/16] fdc: Open-code fdctrl_init_isa()
` [PATCH 06/16] fdc: Deprecate configuring floppies with -global isa-fdc
` [PATCH 07/16] docs/qdev-device-use.txt: Update section "Default Devices"
` [PATCH 08/16] blockdev: Deprecate -drive with bogus interface type
` [PATCH 09/16] qdev: Eliminate get_pointer(), set_pointer()
` [PATCH 10/16] qdev: Improve netdev property override error a bit
` [PATCH 11/16] qdev: Reject drive property override
` [PATCH 12/16] qdev: Reject chardev "
` [PATCH 13/16] qdev: Make qdev_prop_set_drive() match the other helpers
` [PATCH 14/16] arm/aspeed: Drop aspeed_board_init_flashes() parameter @errp
` [PATCH 15/16] sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() error
` [PATCH 16/16] sd/milkymist-memcard: Fix error API violation

[PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode)
 2020-06-05 15:30 UTC  (6+ messages)

[Question] Regarding PMU initialization within the QEMU for ARM VCPUs
 2020-06-05 15:31 UTC  (6+ messages)

[PATCH v2 00/24] Fixes around device realization
 2020-06-05 15:01 UTC  (2+ messages)

[PATCH] hw/misc/imx6ul_ccm.c: Implement non writable bits in CCM registers
 2020-06-05 14:49 UTC  (2+ messages)

[PATCH v3 0/4] vTPM/aarch64 ACPI support
 2020-06-05 14:45 UTC  (9+ messages)
` [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API
` [PATCH v3 4/4] arm/acpi: Add the TPM2.0 device under the DSDT

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-05 14:39 UTC  (13+ messages)

[PATCH for-5.1] qcow2: Don't open images with a backing file and the data-file-raw bit
 2020-06-05 14:38 UTC  (6+ messages)

[PATCH 00/13] i386: hvf: Remove HVFX86EmulatorState
 2020-06-05 14:29 UTC  (9+ messages)
` [PATCH 01/13] i386: hvf: Move HVFState definition into hvf
` [PATCH 03/13] i386: hvf: Clean stray includes in sysemu
` [PATCH 05/13] i386: hvf: Use ins_len to advance IP

[PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation
 2020-06-05 14:28 UTC  (2+ messages)

[PATCH] block: Remove trailing newline in format used by error_report API
 2020-06-05 14:26 UTC  (3+ messages)

[PATCH v2] numa: forbid '-numa node, mem' for 5.1 and newer machine types
 2020-06-05 14:13 UTC  (3+ messages)

[PULL v2 00/13] testing, tcg and plugin updates
 2020-06-05 14:11 UTC  (5+ messages)
` [PULL v2 05/13] accel/tcg: Relax va restrictions on 64-bit guests

[PATCH v4] osdep: Make MIN/MAX evaluate arguments only once
 2020-06-05 14:03 UTC  (3+ messages)

[PATCH v2] tests/acceptance: Add a boot test for the xlnx-versal-virt machine
 2020-06-05 13:52 UTC  (2+ messages)

[PATCH] docs/system: Document Aspeed boards
 2020-06-05 13:51 UTC  (2+ messages)

[PATCH 1/2] Introduce (x86) CPU model deprecation API
 2020-06-05 13:47 UTC  (6+ messages)

[PATCH] tests/qtest: Fix LGPL information in the file headers
 2020-06-05 13:37 UTC  (2+ messages)

[PATCH v3] hw/adc/stm32f2xx_adc: Correct memory region size and access size
 2020-06-05 13:29 UTC  (2+ messages)

[PATCH v8 0/4] vhost-user block device backend implementation
 2020-06-05 13:27 UTC  (6+ messages)
` [PATCH v8 4/4] new qTest case to test the vhost-user-blk-server

[PATCH 0/6] target/arm: Convert crypto to gvec
 2020-06-05 13:24 UTC  (2+ messages)

[PATCH v2] usb: add hostdevice property to usb-host
 2020-06-05 12:59 UTC 

[PATCH v5] xen: fix build without pci passthrough
 2020-06-05 12:53 UTC  (2+ messages)

[PATCH v5 00/11] accel: Allow targets to use Kconfig
 2020-06-05 12:53 UTC  (4+ messages)
` [PATCH v5 04/11] rules.mak: Add strequal() and startwith() and rules

[PULL 00/11] Block patches
 2020-06-05 12:52 UTC  (13+ messages)
` [PULL 01/11] io_uring: retry io_uring_submit() if it fails with errno=EINTR
` [PULL 02/11] io_uring: use io_uring_cq_ready() to check for ready cqes
` [PULL 03/11] fuzz: add datadir for oss-fuzz compatability
` [PULL 04/11] fuzz: fix typo in i440fx-qtest-reboot arguments
` [PULL 05/11] fuzz: add mangled object name to linker script
` [PULL 06/11] fuzz: run the main-loop in fork-server process
` [PULL 07/11] memory: Rename memory_region_do_writeback -> memory_region_writeback
` [PULL 08/11] memory: Extract memory_region_msync() from memory_region_writeback()
` [PULL 09/11] hw/block: Let the NVMe emulated device be target-agnostic
` [PULL 10/11] exec: Rename qemu_ram_writeback() as qemu_ram_msync()
` [PULL 11/11] block: Factor out bdrv_run_co()

[Bug 1882241] [NEW] file transfer over cifs to 64bit guest corrupts large files
 2020-06-05 12:30 UTC 

[PATCH v7] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
 2020-06-05 12:32 UTC  (2+ messages)

[Bug 1882123] [NEW] ARM cpu emulation regression on QEMU 4.2.0
 2020-06-05 12:17 UTC  (3+ messages)
` [Bug 1882123] "

[PULL 00/19] Linux user for 5.1 patches
 2020-06-05 11:47 UTC  (20+ messages)
` [PULL 01/19] linux-user, alpha: fix oldumount syscall
` [PULL 02/19] linux-user: return target error codes for socket() and prctl()
` [PULL 03/19] linux-user: Add support for /proc/cpuinfo on hppa platform
` [PULL 04/19] linux-user/strace.list: fix epoll_create{, 1} -strace output
` [PULL 05/19] linux-user/mmap.c: fix integer underflow in target_mremap
` [PULL 06/19] linux-user: implement OFD locks
` [PULL 07/19] Makefile: Only build virtiofsd if system-mode is enabled
` [PULL 08/19] configure: Avoid building TCG when not needed
` [PULL 09/19] tests/Makefile: Only display TCG-related tests when TCG is available
` [PULL 10/19] tests/Makefile: Restrict some softmmu-only tests
` [PULL 11/19] util/Makefile: Reduce the user-mode object list
` [PULL 12/19] stubs/Makefile: "
` [PULL 13/19] target/riscv/cpu: Restrict CPU migration to system-mode
` [PULL 14/19] exec: Assert CPU migration is not used on user-only build
` [PULL 15/19] arch_init: Remove unused 'qapi-commands-misc.h' include
` [PULL 16/19] target/i386: Restrict CpuClass::get_crash_info() to system-mode
` [PULL 17/19] target/s390x: "
` [PULL 18/19] hw/core: "
` [PULL 19/19] stubs: Restrict ui/win32-kbd-hook "

[PULL 00/19] Linux user for 5.1 patches
 2020-06-05 11:46 UTC  (5+ messages)
` [PULL 01/19] linux-user, alpha: fix oldumount syscall
` [PULL 02/19] linux-user: return target error codes for socket() and prctl()
` [PULL 03/19] linux-user: Add support for /proc/cpuinfo on hppa platform

[Bug 1880822] [NEW] CVE-2020-13253 QEMU: sd: OOB access could crash the guest resulting in DoS
 2020-06-05 11:12 UTC  (2+ messages)
` [Bug 1880822] "

[PULL 0/5] Qcrypto next patches
 2020-06-05 11:06 UTC  (3+ messages)
` [PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object

[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
 2020-06-05 10:59 UTC  (13+ messages)
` [PATCH RFC v2 1/5] block: add bitmap-populate job

gdbstub.c CPU clusters not handled for ThreadInfo packets
 2020-06-05 10:47 UTC  (5+ messages)

[Bug 1880225] [NEW] Emulation of some arm programs fail with "Assertion `have_guest_base' failed."
 2020-06-05 10:24 UTC  (5+ messages)
` [PATCH v1 2/3] linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit
  ` [Bug 1880225] "

[PATCH v3 00/11] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-05 10:22 UTC  (12+ messages)
` [PATCH v3 01/11] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v3 02/11] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v3 03/11] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v3 04/11] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v3 05/11] hw/sd/sdcard: Update the SDState documentation
` [PATCH v3 06/11] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v3 07/11] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v3 08/11] hw/sd/sdcard: Make iolen unsigned
` [PATCH v3 09/11] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v3 10/11] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v3 11/11] hw/sd/sdcard: Simplify realize() a bit

[PATCH v2] hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE
 2020-06-05 10:19 UTC  (3+ messages)

[PATCH v4 00/12] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-06-05 10:02 UTC  (2+ messages)

[PATCH v1 0/3] some linux-user guest_base fixes
 2020-06-02  0:28 UTC  (3+ messages)
` [PATCH v1 2/3] linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit


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