qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-28 01:47:13 to 2020-08-28 14:22:11 UTC [more...]

[PATCH v2 00/76] target/microblaze improvements
 2020-08-28 14:18 UTC  (6+ messages)
` [PATCH v2 01/76] tests/tcg: Add microblaze to arches filter
` [PATCH v2 02/76] tests/tcg: Do not require FE_TOWARDZERO
` [PATCH v2 04/76] target/microblaze: Tidy gdbstub
` [PATCH v2 05/76] target/microblaze: Split out PC from env->sregs
` [PATCH v2 08/76] target/microblaze: Split out ESR "

[PATCH v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-28 14:17 UTC  (30+ messages)

[PATCH] meson: Convert undefsym.sh to undefsym.py
 2020-08-28 14:15 UTC  (2+ messages)

[PULL 00/18] Usb 20200828 patches
 2020-08-28 14:14 UTC  (21+ messages)
` [PULL 01/18] hw: xhci: check return value of 'usb_packet_map'
` [PULL 02/18] hw: ehci: destroy sglist in error path
` [PULL 03/18] hw: ehci: check return value of 'usb_packet_map'
` [PULL 04/18] ehci: drop pointless warn_report for guest bugs
` [PULL 05/18] hw/usb: Regroup USB HID protocol values
` [PULL 06/18] docs: Add USB U2F key device documentation
` [PULL 07/18] hw/usb: Add U2F key base class
` [PULL 08/18] hw/usb: Add U2F key base class implementation
` [PULL 09/18] hw/usb: Add U2F key passthru mode
` [PULL 10/18] hw/usb: Add U2F key emulated mode
` [PULL 11/18] meson: Add U2F key to meson
` [PULL 12/18] docs/system: Add U2F key to the USB devices examples
` [PULL 13/18] docs/qdev-device-use.txt: Add USB U2F key to the QDEV "
` [PULL 14/18] scripts: Add u2f-setup-gen script
` [PULL 15/18] hw/usb: Add U2F device check to passthru mode
` [PULL 16/18] hw/usb: Add U2F device autoscan "
` [PULL 17/18] usb-host: workaround libusb bug
` [PULL 18/18] usb: fix setup_len init (CVE-2020-14364)

[PATCH] configure: Fix include and linkage issue on msys2
 2020-08-28 14:05 UTC 

[PATCH 00/77] target/microblaze improvements
 2020-08-28 14:04 UTC  (12+ messages)
` [PATCH 66/77] target/microblaze: Use tcg_gen_lookup_and_goto_ptr

device compatibility interface for live migration with assigned devices
 2020-08-28 14:04 UTC  (12+ messages)

[PATCH 00/17] crypto/cipher: Class hierarchy cleanups
 2020-08-28 13:52 UTC  (13+ messages)
` [PATCH 01/17] crypto: Move QCryptoCipher typedef to qemu/typedefs.h
` [PATCH 15/17] crypto/builtin: Split QCryptoCipherBuiltin into subclasses
` [PATCH 16/17] crypto/nettle: Split QCryptoCipherNettle "
` [PATCH 17/17] crypto/gcrypt: Split QCryptoCipherGcrypt "

[PATCH 00/16] meson: convert unit tests in tests/Makefile.include
 2020-08-28 13:47 UTC  (22+ messages)
` [PATCH 01/16] meson: build qapi tests library
` [PATCH 02/16] meson: declare tasn1 dependency
` [PATCH 03/16] meson: declare keyutils dependency
` [PATCH 04/16] meson: convert qht-bench
` [PATCH 05/16] tests: qga has virtio-serial by default when host has it
` [PATCH 06/16] meson: convert the unit tests
` [PATCH 07/16] meson: move keyutils dependency check
` [PATCH 08/16] meson: remove old socket_scm_helper rule
` [PATCH 09/16] meson: convert vhost-user-bridge
` [PATCH 10/16] meson: convert atomic*-bench
` [PATCH 11/16] tests/Makefile.include: update check-build
` [PATCH 12/16] tests: do not print benchmark output to stdout
` [PATCH 13/16] meson: convert the speed tests
` [PATCH 14/16] tests/migration/stress: remove unused exit_success
` [PATCH 15/16] meson: fix migration/stress compilation with glib>=2.30
` [PATCH 16/16] meson: convert migration/initrd-stress

[PULL 00/18] Linux user for 5.2 patches
 2020-08-28 13:37 UTC  (19+ messages)
` [PULL 01/18] linux-user: Fix 'semop()' and 'semtimedop()' implementation
` [PULL 02/18] linux-user: Fix 'clock_nanosleep()' implementation
` [PULL 03/18] linux-user: syscall: ioctls: support DRM_IOCTL_I915_GETPARAM
` [PULL 04/18] linux-user: Make cpu_env accessible in strace.c
` [PULL 05/18] linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid()
` [PULL 06/18] linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory
` [PULL 07/18] linux-user: Add an api to print enumareted argument values with strace
` [PULL 08/18] linux-user: Add strace support for printing arguments of some clock and time functions
` [PULL 09/18] linux-user: Add generic 'termbits.h' for some archs
` [PULL 10/18] linux-user: Add missing termbits types and values definitions
` [PULL 11/18] linux-user: Add strace support for printing arguments for ioctls used for terminals and serial lines
` [PULL 12/18] linux-user: detect mismatched ELF ABI in qemu-mips[n32][el]
` [PULL 13/18] linux-user: Fix 'mq_timedsend()' and 'mq_timedreceive()'
` [PULL 14/18] linux-user: fix target_to_host_timespec64()
` [PULL 15/18] linux-user: Add support for 'mq_timedsend_time64()' and 'mq_timedreceive_time64()'
` [PULL 16/18] linux-user: Add support for 'clock_nanosleep_time64()' and 'clock_adjtime64()'
` [PULL 17/18] linux-user: Add support for 'rt_sigtimedwait_time64()' and 'sched_rr_get_interval_time64()'
` [PULL 18/18] linux-user: Add support for utimensat_time64() and semtimedop_time64()

[PULL 00/18] Linux user for 5.2 patches
 2020-08-28 13:36 UTC  (3+ messages)

[PATCH 0/2] crypto: fix build with gcrypt
 2020-08-28 13:27 UTC  (3+ messages)
` [PATCH 1/2] crypto: fix build without gcrypt and gnutls
` [PATCH 2/2] gitlab: expand test coverage for crypto builds

[PATCH 0/3] spapr NVDIMM: consider 'nvdimm' machine option
 2020-08-28 13:17 UTC  (2+ messages)

[PULL 00/13] virtio,pc,acpi: features, fixes
 2020-08-28 13:15 UTC  (8+ messages)
` [PULL 06/13] Introduce a new flag for i440fx to disable PCI hotplug on the root bus

[RFC PATCH v4 0/2] Add file-backed and write-once features to OTP
 2020-08-28 13:08 UTC  (5+ messages)
` [RFC PATCH v4 1/2] hw/riscv: sifive_u: Add backend drive support
` [RFC PATCH v4 2/2] hw/riscv: sifive_u: Add write-once protection

[PATCH v1 0/2] target/microblaze: Improve bus fault handling
 2020-08-28 13:04 UTC  (5+ messages)
` [PATCH v1 1/2] target/microblaze: Use CPU properties to conditionalize bus exceptions
` [PATCH v1 2/2] target/microblaze: Improve transaction failure handling

[PULL 0/8] migration and virtiofsd queue
 2020-08-28 12:45 UTC  (9+ messages)
` [PULL 1/8] migration: unify the framework of socket-type channel
` [PULL 2/8] migration: add vsock as data channel support
` [PULL 3/8] migration: improve error reporting of block driver state name
` [PULL 4/8] migration: tls: fix memory leak in migration_tls_get_creds
` [PULL 5/8] virtiofsd: Disable remote posix locks by default
` [PULL 6/8] virtiofsd: Remove "norace" from cmdline help and docs
` [PULL 7/8] virtiofsd: drop CAP_DAC_READ_SEARCH
` [PULL 8/8] virtiofsd: probe unshare(CLONE_FS) and print an error

QEMU | Pipeline #183102107 has failed for master | 3e39dac0
 2020-08-28 12:40 UTC 

[PATCH v2 0/2] Add an embedded controller to sbsa-ref machine
 2020-08-28 12:21 UTC  (2+ messages)

[PATCH v3 00/10] trivial patchs for static code analyzer fixes
 2020-08-28 12:15 UTC  (3+ messages)
` [PATCH v3 08/10] usb/bus: Remove dead assignment in usb_get_fw_dev_path()

[PATCH 0/4] QOM instance_size cleanups and fixes
 2020-08-28 12:13 UTC  (3+ messages)
` [PATCH 2/4] hda-audio: Set instance_size at base class

[PATCH v6 00/20] microvm: add acpi support
 2020-08-28 12:12 UTC  (6+ messages)
` [PATCH v6 03/20] seabios: add bios-microvm.bin binary

[PATCH] hw/display/artist: Fix artist screen resolution
 2020-08-28 11:44 UTC 

[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
 2020-08-28 11:27 UTC  (2+ messages)
` [Bug 1882851] Re: [PATCH 1/2] drm/virtio: fix unblank

[PULL 00/53] Machine queue + QOM fixes and cleanups
 2020-08-28 11:32 UTC  (2+ messages)

[PATCH] qcow2: Use macros for the L1, refcount and bitmap table entry sizes
 2020-08-28 11:16 UTC  (2+ messages)

QEMU | Pipeline #183067413 has failed for master | 33265724
 2020-08-28 11:11 UTC 

[PATCH 0/9] GSoC 2020 - TCG Continuous Benchmarking scripts and tools
 2020-08-28 10:41 UTC  (10+ messages)
` [PATCH 1/9] scripts/performance: Refactor topN_perf.py
` [PATCH 2/9] scripts/performance: Refactor topN_callgrind.py
` [PATCH 3/9] scripts/performance: Refactor dissect.py
` [PATCH 4/9] scripts/performance: Add list_fn_callees.py script
` [PATCH 5/9] scripts/performance: Add list_helpers.py script
` [PATCH 6/9] scripts/performance: Add bisect.py script
` [PATCH 7/9] tests/performance: Add nightly tests
` [PATCH 8/9] MAINTAINERS: Add 'tests/performance' to 'Performance Tools and Tests' subsection
` [PATCH 9/9] scripts/performance: Add topN_system.py script

[REPORT] [GSoC - TCG Continuous Benchmarking] [#10] Measuring QEMU Performance in System Mode - Part Two
 2020-08-28 10:30 UTC 

[PATCH] util/vfio-helpers: Unify trace-events size format
 2020-08-28 10:06 UTC  (2+ messages)

[PULL 00/17] Meson fixes for 2020-08-27
 2020-08-28 10:04 UTC  (2+ messages)

[PATCH 0/2][RFC] exclude ivshmem mr from vhost sections
 2020-08-28  9:59 UTC  (3+ messages)
` [PATCH 1/2] memory: Allow a MemoryRegion to be marked no_vhost
` [PATCH 2/2] misc/ivshmem: Mark shared memory regions as no vhost

[PATCH v2 0/2] util/hexdump: Cleanup qemu_hexdump()
 2020-08-28  9:56 UTC  (7+ messages)
` [PATCH v2 1/2] util/hexdump: Convert to take a void pointer argument
` [PATCH v2 2/2] util/hexdump: Reorder qemu_hexdump() arguments

[PATCH] cirrus.yml: Exclude some targets in the FreeBSD job to speed up the build
 2020-08-28  9:54 UTC  (5+ messages)

[PULL 00/35] target-arm queue
 2020-08-28  9:24 UTC  (36+ messages)
` [PULL 01/35] hw/arm/sbsa-ref: fix typo breaking PCIe IRQs
` [PULL 02/35] hw/clock: Remove unused clock_init*() functions
` [PULL 03/35] hw/clock: Let clock_set() return boolean value
` [PULL 04/35] hw/clock: Only propagate clock changes if the clock is changed
` [PULL 05/35] hw/arm/musicpal: Use AddressSpace for DMA transfers
` [PULL 06/35] target/arm: Clarify HCR_EL2 ARMCPRegInfo type
` [PULL 07/35] target/arm: Pass the entire mte descriptor to mte_check_fail
` [PULL 08/35] target/arm: Fill in the WnR syndrome bit in mte_check_fail
` [PULL 09/35] hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers
` [PULL 10/35] hw/net/allwinner-sun8i-emac: "
` [PULL 11/35] hw/arm/xilinx_zynq: Uninline cadence_uart_create()
` [PULL 12/35] hw/arm/xilinx_zynq: Call qdev_connect_clock_in() before DeviceRealize
` [PULL 13/35] hw/qdev-clock: Uninline qdev_connect_clock_in()
` [PULL 14/35] hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealize
` [PULL 15/35] hw/misc/unimp: Display value after offset
` [PULL 16/35] hw/misc/unimp: Display the value with width of the access size
` [PULL 17/35] hw/misc/unimp: Display the offset with width of the region size
` [PULL 18/35] armsse: Define ARMSSEClass correctly
` [PULL 19/35] qemu/int128: Add int128_lshift
` [PULL 20/35] target/arm: Split out gen_gvec_fn_zz
` [PULL 21/35] target/arm: Split out gen_gvec_fn_zzz, do_zzz_fn
` [PULL 22/35] target/arm: Rearrange {sve,fp}_check_access assert
` [PULL 23/35] target/arm: Merge do_vector2_p into do_mov_p
` [PULL 24/35] target/arm: Clean up 4-operand predicate expansion
` [PULL 25/35] target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_pppp
` [PULL 26/35] target/arm: Split out gen_gvec_ool_zzzp
` [PULL 27/35] target/arm: Merge helper_sve_clr_* and helper_sve_movz_*
` [PULL 28/35] target/arm: Split out gen_gvec_ool_zzp
` [PULL 29/35] target/arm: Split out gen_gvec_ool_zzz
` [PULL 30/35] target/arm: Split out gen_gvec_ool_zz
` [PULL 31/35] target/arm: Tidy SVE tszimm shift formats
` [PULL 32/35] target/arm: Generalize inl_qrdmlah_* helper functions
` [PULL 33/35] target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimd
` [PULL 34/35] target/arm: Convert integer multiply-add "
` [PULL 35/35] target/arm: Convert sq{, r}dmulh "

build broken with --enable-gcrypt
 2020-08-28  9:02 UTC  (2+ messages)

[PATCH v2 (BROKEN) 0/6] migration: bring improved savevm/loadvm/delvm to QMP
 2020-08-28  8:46 UTC  (8+ messages)

[PATCH] test-vmstate: fix bad GTree usage, use-after-free
 2020-08-28  7:52 UTC  (5+ messages)

[PATCH v2 00/21] aspeed: cleanups and some extensions
 2020-08-28  7:00 UTC  (8+ messages)
` [PATCH v2 02/21] m25p80: Add support for mx25l25635f
` [PATCH v2 05/21] hw/arm/aspeed: Add board model for Supermicro X11 BMC

[PATCH v8 0/6] block: seriously improve savevm/loadvm performance
 2020-08-28  6:13 UTC  (6+ messages)
` [PATCH 4/6] block, migration: add bdrv_finalize_vmstate helper

[PATCH v5] qapi/opts-visitor: Added missing fallthrough annotations
 2020-08-28  6:08 UTC  (6+ messages)

[PULL 0/3] Fixes 20200825 patches
 2020-08-28  5:13 UTC  (4+ messages)

Contributor wanting to get started with simple contributions
 2020-08-28  4:14 UTC  (7+ messages)

[PATCH v1 0/7] vhost-user-blk: fix the migration issue and enhance qtests
 2020-08-28  3:28 UTC  (3+ messages)

[PATCH v2 0/7] vhost-user-blk: fix the migration issue and enhance qtests
 2020-08-28  1:46 UTC  (3+ messages)
` [PATCH v2 2/7] vhost: check queue state in the vhost_dev_set_log routine


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