qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 14:10:11 to 2020-01-23 16:38:49 UTC [more...]

[PATCH REPOST v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-23 14:47 UTC  (37+ messages)
` [PATCH REPOST v3 08/80] arm/aspeed: use memdev for RAM
` [PATCH REPOST v3 09/80] arm/collie: "
` [PATCH REPOST v3 10/80] arm/cubieboard: "
` [PATCH REPOST v3 11/80] arm/digic_boards: "
` [PATCH REPOST v3 13/80] arm/imx25_pdk: drop RAM size fixup
` [PATCH REPOST v3 15/80] arm/integratorcp: use memdev for RAM
` [PATCH REPOST v3 18/80] arm/mcimx6ul-evk: "
` [PATCH REPOST v3 19/80] arm/mcimx7d-sabre: "
` [PATCH REPOST v3 20/80] arm/mps2-tz: "
  ` [PATCH v4 "
` [PATCH REPOST v3 21/80] arm/mps2: "
` [PATCH REPOST v3 22/80] arm/musicpal: "
` [PATCH REPOST v3 23/80] arm/nseries: "
` [PATCH REPOST v3 24/80] arm/omap_sx1: "
` [PATCH REPOST v3 25/80] arm/palm: "
` [PATCH REPOST v3 27/80] arm/sabrelite: "
` [PATCH REPOST v3 31/80] arm/virt: "

[PULL 0/3] Ui 20200123 patches
 2020-01-23 14:21 UTC  (2+ messages)
` [PULL 2/3] vnc: prioritize ZRLE compression over ZLIB

[PULL v2 00/59] Misc (x86 and QOM) patches for 2020-01-23
 2020-01-23 13:50 UTC  (33+ messages)
` [PULL 02/59] cpu: Use cpu_class_set_parent_reset()
` [PULL 04/59] pvpanic: implement crashloaded event handling
` [PULL 08/59] hw/timer/aspeed_timer: Add a fall through comment
` [PULL 09/59] hw/net/imx_fec: Rewrite fall through comments
` [PULL 10/59] hw/net/imx_fec: Remove unuseful FALLTHROUGH comments
` [PULL 11/59] hw/pci-host/designware: Remove unuseful FALLTHROUGH comment
` [PULL 12/59] configure: Do not build libfdt if not required
` [PULL 13/59] Makefile: Clarify all the codebase requires qom/ objects
` [PULL 16/59] hw/core: Restrict reset handlers API to system-mode
` [PULL 17/59] hw/core/Makefile: Group generic objects versus system-mode objects
` [PULL 18/59] target/i386: kvm: initialize feature MSRs very early
` [PULL 23/59] hw/ppc/spapr_rtas: Use local MachineState variable
` [PULL 24/59] hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argument
` [PULL 26/59] target/arm/kvm: Use CPUState::kvm_state in kvm_arm_pmu_supported()
` [PULL 27/59] qom/object: Display more helpful message when a parent is missing
` [PULL 30/59] accel/tcg: Sanitize include path
` [PULL 31/59] object: add extra sanity checks
` [PULL 32/59] qdev: remove duplicated qdev_property_add_static() doc
` [PULL 36/59] object: add class property initializer
` [PULL 37/59] object: make object_class_property_add* return property
` [PULL 41/59] object: check strong flag with &
` [PULL 42/59] object: rename link "child" to "target"
` [PULL 43/59] object: add direct link flag
` [PULL 44/59] object: express const link with link property
` [PULL 46/59] object: release all props
` [PULL 47/59] object: return self in object_ref()
` [PULL 49/59] qdev: rename DeviceClass.props
` [PULL 51/59] qdev: register properties as class properties
` [PULL 54/59] qom: introduce object_property_help()
` [PULL 55/59] qapi/qmp: add ObjectPropertyInfo.default-value
` [PULL 57/59] target/i386: Add the 'model-id' for Skylake -v3 CPU models
` [PULL 58/59] build-sys: clean up flags included in the linker command line

[PATCH 0/3] convert qemu-nbd, qemu-block-drivers to rST
 2020-01-23 14:50 UTC  (4+ messages)
` [PATCH 1/3] qemu-nbd: Convert invocation documentation "

[PULL 00/59] Misc patches for 2020-01-23
 2020-01-23 13:48 UTC  (51+ messages)
` [PULL 01/59] cpu: Introduce cpu_class_set_parent_reset()
` [PULL 02/59] cpu: Use cpu_class_set_parent_reset()
` [PULL 03/59] pvpanic: introduce crashloaded for pvpanic
` [PULL 04/59] pvpanic: implement crashloaded event handling
` [PULL 05/59] qom/object: Display more helpful message when an interface is missing
` [PULL 06/59] audio/audio: Add missing fall through comment
` [PULL 07/59] hw/display/tcx: Add missing fall through comments
` [PULL 08/59] hw/timer/aspeed_timer: Add a fall through comment
` [PULL 09/59] hw/net/imx_fec: Rewrite fall through comments
` [PULL 10/59] hw/net/imx_fec: Remove unuseful FALLTHROUGH comments
` [PULL 11/59] hw/pci-host/designware: Remove unuseful FALLTHROUGH comment
` [PULL 12/59] configure: Do not build libfdt if not required
` [PULL 13/59] Makefile: Clarify all the codebase requires qom/ objects
` [PULL 14/59] Makefile: Restrict system emulation and tools objects
` [PULL 15/59] Makefile: Remove unhelpful comment
` [PULL 16/59] hw/core: Restrict reset handlers API to system-mode
` [PULL 17/59] hw/core/Makefile: Group generic objects versus system-mode objects
` [PULL 18/59] target/i386: kvm: initialize feature MSRs very early
` [PULL 19/59] target/i386: add a ucode-rev property
` [PULL 20/59] target/i386: kvm: initialize microcode revision from KVM
` [PULL 21/59] virtio-scsi: delete vqs in unrealize to avoid memleaks
` [PULL 22/59] virtio-scsi: convert to new virtio_delete_queue
` [PULL 23/59] hw/ppc/spapr_rtas: Use local MachineState variable
` [PULL 24/59] hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argument
` [PULL 25/59] hw/ppc/spapr_rtas: Remove local variable
` [PULL 26/59] target/arm/kvm: Use CPUState::kvm_state in kvm_arm_pmu_supported()
` [PULL 27/59] qom/object: Display more helpful message when a parent is missing
` [PULL 28/59] accel: Introduce the current_accel() wrapper
` [PULL 29/59] accel: Replace current_machine->accelerator by "
` [PULL 30/59] accel/tcg: Sanitize include path
` [PULL 31/59] object: add extra sanity checks
` [PULL 32/59] qdev: remove duplicated qdev_property_add_static() doc
` [PULL 33/59] qdev: remove extraneous error
` [PULL 34/59] qdev: move helper function to monitor/misc
` [PULL 35/59] object: avoid extra class property key duplication
` [PULL 36/59] object: add class property initializer
` [PULL 37/59] object: add object_property_get_defaut()
` [PULL 38/59] object: make object_class_property_add* return property
` [PULL 39/59] qstring: add qstring_free()
` [PULL 40/59] object: add object_property_set_defaut_{bool, str, int, uint}()
` [PULL 41/59] object: do not free class properties
` [PULL 42/59] object: check strong flag with &
` [PULL 43/59] object: rename link "child" to "target"
` [PULL 44/59] object: add direct link flag
` [PULL 45/59] object: express const link with link property
` [PULL 46/59] object: add object_class_property_add_link()
` [PULL 47/59] object: release all props
` [PULL 48/59] object: return self in object_ref()
` [PULL 49/59] qdev: set properties with device_class_set_props()
` [PULL 50/59] qdev: move instance properties to class properties

[PATCH v3 0/5] target/mips: Misc MIPS fixes and improvements for 5.0
 2020-01-23 14:30 UTC  (4+ messages)
` [PATCH v3 2/5] target/mips: Add support for MIPS<32|64>R6 CRC32 ISA

[PATCH 0/2] virtio-balloon: Reject qmp_balloon during hot-unplug
 2020-01-23 14:08 UTC  (4+ messages)
` [PATCH 2/2] "

[qemu-web PATCH] Add "Security Process" information to the main website
 2020-01-23 13:59 UTC 

[PATCH 0/6] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-01-23 13:36 UTC  (4+ messages)
` [PATCH 5/6] tests/acceptance/virtio_seg_max_adjust: Restrict to X86 architecture

[PATCH v8 00/11] Multi-phase reset mechanism
 2020-01-23 13:28 UTC  (12+ messages)
` [PATCH v8 01/11] add device_legacy_reset function to prepare for reset api change
` [PATCH v8 02/11] hw/core/qdev: add trace events to help with resettable transition
` [PATCH v8 03/11] hw/core: create Resettable QOM interface
` [PATCH v8 04/11] hw/core: add Resettable support to BusClass and DeviceClass
` [PATCH v8 05/11] hw/core/resettable: add support for changing parent
` [PATCH v8 06/11] hw/core/qdev: handle parent bus change regarding resettable
` [PATCH v8 07/11] hw/core/qdev: update hotplug reset "
` [PATCH v8 08/11] hw/core: deprecate old reset functions and introduce new ones
` [PATCH v8 09/11] docs/devel/reset.rst: add doc about Resettable interface
` [PATCH v8 10/11] vl: replace deprecated qbus_reset_all registration
` [PATCH v8 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration

[PATCH v29 00/22] Add RX archtecture support
 2020-01-23 13:25 UTC  (23+ messages)
` [PATCH v29 01/22] MAINTAINERS: Add RX
` [PATCH v29 02/22] qemu/bitops.h: Add extract8 and extract16
` [PATCH v29 03/22] hw/registerfields.h: Add 8bit and 16bit register macros
` [PATCH v29 04/22] target/rx: TCG translation
` [PATCH v29 05/22] target/rx: TCG helper
` [PATCH v29 06/22] target/rx: CPU definition
` [PATCH v29 07/22] target/rx: RX disassembler
` [PATCH v29 08/22] target/rx: Disassemble rx_index_addr into a string
` [PATCH v29 09/22] target/rx: Replace operand with prt_ldmi in disassembler
` [PATCH v29 10/22] target/rx: Use prt_ldmi for XCHG_mr disassembly
` [PATCH v29 11/22] target/rx: Emit all disassembly in one prt()
` [PATCH v29 12/22] target/rx: Collect all bytes during disassembly
` [PATCH v29 13/22] target/rx: Dump bytes for each insn "
` [PATCH v29 14/22] hw/intc: RX62N interrupt controller (ICUa)
` [PATCH v29 15/22] hw/timer: RX62N internal timer modules
` [PATCH v29 16/22] hw/char: RX62N serial communication interface (SCI)
` [PATCH v29 17/22] hw/rx: RX Target hardware definition
` [PATCH v29 18/22] hw/rx: Honor -accel qtest
` [PATCH v29 19/22] hw/rx: Restrict the RX62N microcontroller to the RX62N CPU core
` [PATCH v29 20/22] Add rx-softmmu
` [PATCH v29 21/22] BootLinuxConsoleTest: Test the RX-Virt machine
` [PATCH v29 22/22] qemu-doc.texi: Add RX section

[PULL 00/16] tcg patch queue
 2020-01-23 13:41 UTC  (2+ messages)

[GSoC/Outreachy QEMU proposal] Extend support for ioctls in QEMU linux-user mode
 2020-01-23 13:34 UTC 

[PATCH v4 00/11] 9pfs: readdir optimization
 2020-01-23 13:20 UTC  (17+ messages)
` [PATCH v4 07/11] tests/virtio-9p: failing splitted readdir test
` [PATCH v4 08/11] 9pfs: readdir benchmark
` [PATCH v4 09/11] hw/9pfs/9p-synth: avoid n-square issue in synth_readdir()
` [PATCH v4 10/11] 9pfs: T_readdir latency optimization
` [PATCH v4 06/11] tests/virtio-9p: added splitted readdir test

[PATCH] Acceptance test: provides to use different transport for migration
 2020-01-23 12:30 UTC 

[Bug 1859656] Re: [2.6] Unable to reboot s390x KVM machine after initial deploy
 2020-01-23 12:36 UTC 

[PATCH] iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)
 2020-01-23 12:44 UTC 

[RFC] migration: Remove old compression code
 2020-01-23 12:22 UTC  (2+ messages)

[PATCH] qemu-nbd: Removed deprecated --partition option
 2020-01-23 12:44 UTC  (4+ messages)

[PULL 000/111] virtiofs queue
 2020-01-23 11:58 UTC  (40+ messages)
` [PULL 048/111] virtiofsd: use /proc/self/fd/ O_PATH file descriptor
` [PULL 057/111] virtiofsd: fix libfuse information leaks
` [PULL 064/111] virtiofsd: Handle reinit
` [PULL 065/111] virtiofsd: Handle hard reboot
` [PULL 067/111] vhost-user: Print unexpected slave message types
` [PULL 068/111] contrib/libvhost-user: Protect slave fd with mutex
` [PULL 071/111] virtiofsd: passthrough_ll: control readdirplus
` [PULL 072/111] virtiofsd: rename unref_inode() to unref_inode_lolocked()
` [PULL 073/111] virtiofsd: fail when parent inode isn't known in lo_do_lookup()
` [PULL 075/111] virtiofsd: passthrough_ll: clean up cache related options
` [PULL 077/111] virtiofsd: Clean up inodes on destroy
` [PULL 078/111] virtiofsd: support nanosecond resolution for file timestamp
` [PULL 079/111] virtiofsd: fix error handling in main()
` [PULL 080/111] virtiofsd: cleanup allocated resource in se
` [PULL 081/111] virtiofsd: fix memory leak on lo.source
` [PULL 082/111] virtiofsd: add helper for lo_data cleanup
` [PULL 083/111] virtiofsd: Prevent multiply running with same vhost_user_socket
` [PULL 085/111] virtiofsd: fix incorrect error handling in lo_do_lookup
` [PULL 087/111] virtiofsd: Support remote posix locks
` [PULL 088/111] virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()
` [PULL 089/111] virtiofsd: prevent fv_queue_thread() vs virtio_loop() races
` [PULL 091/111] virtiofsd: prevent races with lo_dirp_put()
` [PULL 092/111] virtiofsd: rename inode->refcount to inode->nlookup
` [PULL 093/111] libvhost-user: Fix some memtable remap cases
` [PULL 095/111] virtiofsd: passthrough_ll: fix refcounting on remove/rename
` [PULL 096/111] virtiofsd: introduce inode refcount to prevent use-after-free
` [PULL 097/111] virtiofsd: do not always set FUSE_FLOCK_LOCKS
` [PULL 098/111] virtiofsd: convert more fprintf and perror to use fuse log infra
` [PULL 099/111] virtiofsd: Reset O_DIRECT flag during file open
` [PULL 100/111] virtiofsd: Fix data corruption with O_APPEND write in writeback mode
` [PULL 101/111] virtiofsd: passthrough_ll: Use cache_readdir for directory open
` [PULL 102/111] virtiofsd: add definition of fuse_buf_writev()
` [PULL 104/111] virtiofsd: process requests in a thread pool
` [PULL 105/111] virtiofsd: prevent FUSE_INIT/FUSE_DESTROY races
` [PULL 106/111] virtiofsd: fix lo_destroy() resource leaks
` [PULL 107/111] virtiofsd: add --thread-pool-size=NUM option
` [PULL 108/111] virtiofsd: Convert lo_destroy to take the lo->mutex lock itself
` [PULL 109/111] virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()
` [PULL 111/111] virtiofsd: add some options to the help message

[PATCH v5 0/2] virtio: make seg_max virtqueue size dependent
 2020-01-23 12:43 UTC  (4+ messages)
` [PATCH v5 2/2] tests: add virtio-scsi and virtio-blk seg_max_adjust test

[PATCH] qemu-img: Add --target-is-zero to convert
 2020-01-23 12:17 UTC  (3+ 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).