qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-07 11:45:50 to 2020-01-07 15:40:22 UTC [more...]

[PATCH v2 0/3] gitlab-ci: Add jobs to build the EDK2 firmware binaries
 2020-01-07 15:31 UTC  (2+ messages)
` [PATCH v2 2/3] gitlab-ci.yml: "

[PATCH v2 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
 2020-01-07 15:23 UTC  (3+ messages)

[PULL 00/37] qom-ify serial and remove QDEV_PROP_PTR
 2020-01-07 15:04 UTC  (31+ messages)
` [PULL 01/37] hw/display/sm501: Always map the UART0
` [PULL 02/37] sysbus: remove unused sysbus_try_create*
` [PULL 03/37] sysbus: remove outdated comment
` [PULL 04/37] chardev: generate an internal id when none given
` [PULL 05/37] serial-pci-multi: factor out multi_serial_get_port_count()
` [PULL 06/37] serial: initial qom-ification
` [PULL 07/37] serial: register vmsd with DeviceClass
` [PULL 08/37] serial: add "chardev" property
` [PULL 09/37] serial: add "baudbase" property
` [PULL 10/37] serial: realize the serial device
` [PULL 11/37] serial: replace serial_exit_core() with unrealize
` [PULL 12/37] serial: start making SerialMM a sysbus device
` [PULL 13/37] serial-mm: add "regshift" property
` [PULL 14/37] serial-mm: add endianness property
` [PULL 15/37] serial-mm: use sysbus facilities
` [PULL 16/37] serial: make SerialIO a sysbus device
` [PULL 17/37] mips: inline serial_init()
` [PULL 18/37] mips: baudbase is 115200 by default
` [PULL 19/37] mips: use sysbus_add_io()
` [PULL 20/37] mips: use sysbus_mmio_get_region() instead of internal fields
` [PULL 21/37] sm501: make SerialMM a child, export chardev property
` [PULL 22/37] vmmouse: replace PROP_PTR with PROP_LINK
` [PULL 23/37] lance: "
` [PULL 24/37] etraxfs: remove PROP_PTR usage
` [PULL 26/37] leon3: use qemu_irq framework instead of callback as property
` [PULL 28/37] qdev: use g_strcmp0() instead of open-coding it
` [PULL 29/37] mips/cps: fix setting saar property
` [PULL 31/37] smbus-eeprom: remove PROP_PTR
` [PULL 34/37] omap-gpio: "
` [PULL 37/37] qdev/qom: remove some TODO limitations now that PROP_PTR is gone

[PATCH v1 0/6] current testing/next (python and other fixes)
 2020-01-07 15:18 UTC  (9+ messages)
` [PATCH v1 1/6] hw/i386/x86-iommu: Add missing stubs
` [PATCH v1 2/6] tests/vm: update openbsd to release 6.6
` [PATCH v1 3/6] freebsd: use python37
` [PATCH v1 4/6] travis.yml: avocado: Print logs of non-pass tests only
` [PATCH v1 5/6] travis.yml: Detach build and test steps
` [PATCH v1 6/6] travis: install homebrew python for OS X

[PATCH] hppa: allow max ram size upto 4Gb
 2020-01-07 15:17 UTC  (12+ messages)
` [PATCH v2] "

[PATCH v2 0/8] x86: allow building without PC machine types
 2020-01-07 14:59 UTC  (4+ messages)
` [PATCH v2 8/8] pc: stubify x86 iommu

[PULL 00/88] ppc-for-5.0 queue 20191217
 2020-01-07 14:43 UTC  (3+ messages)
` [PULL 01/88] ppc/pnv: Add a PNOR model

[PATCH 0/6] Fix more GCC9 -O3 warnings
 2020-01-07 14:56 UTC  (4+ messages)
` [PATCH 5/6] hw/scsi/megasas: Silent GCC9 duplicated-cond warning

[PATCH] tests/qemu-iotests: Update tests to recent desugarized -accel option
 2020-01-07 14:42 UTC  (17+ messages)
` Priority of -accel (was: [PATCH] tests/qemu-iotests: Update tests to recent desugarized -accel option)
            ` Priority of -accel

kvm_set_user_memory_region() doesn't check ioctl return value
 2020-01-07 15:00 UTC  (2+ messages)

[RFC][PATCH v2 0/3] IVSHMEM version 2 device for QEMU
 2020-01-07 14:36 UTC  (4+ messages)
` [RFC][PATCH v2 1/3] hw/misc: Add implementation of ivshmem revision 2 device
` [RFC][PATCH v2 2/3] docs/specs: Add specification of ivshmem device revision 2
` [RFC][PATCH v2 3/3] contrib: Add server for ivshmem "

[PATCH v2 00/10] target/ppc: Correct some errors with real mode handling
 2020-01-07 14:35 UTC  (17+ messages)
` [PATCH v2 01/10] ppc: Drop PPC_EMULATE_32BITS_HYPV stub
` [PATCH v2 02/10] ppc: Remove stub of PPC970 HID4 implementation
` [PATCH v2 04/10] target/ppc: Introduce ppc_hash64_use_vrma() helper
` [PATCH v2 05/10] spapr, ppc: Remove VPM0/RMLS hacks for POWER9
` [PATCH v2 06/10] target/ppc: Remove RMOR register from POWER9 & POWER10
` [PATCH v2 07/10] target/ppc: Use class fields to simplify LPCR masking
` [PATCH v2 08/10] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PATCH v2 09/10] target/ppc: Correct RMLS table

[PATCH v1 00/59] trivial unneeded labels cleanup
 2020-01-07 14:16 UTC  (23+ messages)
` [PATCH v1 30/59] util/module.c: remove unneeded label in module_load_file()
` [PATCH v1 31/59] util/aio-posix.c: remove unneeded 'out' label in aio_epoll
` [PATCH v1 37/59] s390x/event-facility.c: remove unneeded labels
` [PATCH v1 38/59] s390x/sclp.c: remove unneeded label in sclp_service_call()
` [PATCH v1 44/59] 9p-local.c: remove unneeded label in local_unlinkat_common()
` [PATCH v1 45/59] 9pfs/9p.c: remove unneeded labels
` [PATCH v1 57/59] linux-user/syscall.c: fix trailing whitespaces and style

[PATCH v2 00/10] Multifd Migration Compression
 2020-01-07 13:42 UTC  (19+ messages)
` [PATCH v2 01/10] migration: Increase default number of multifd channels to 16
` [PATCH v2 04/10] migration: Make multifd_save_setup() get an Error parameter
` [PATCH v2 05/10] migration: Make multifd_load_setup() "
` [PATCH v2 06/10] migration: Add multifd-compress parameter
` [PATCH v2 07/10] migration: Make no compression operations into its own structure

[PATCH v2 0/7] configure: Improve PIE and other linkage
 2020-01-07 13:45 UTC  (16+ messages)
` [PATCH v2 1/7] configure: Drop adjustment of textseg
` [PATCH v2 2/7] tcg: Remove softmmu code_gen_buffer fixed address
` [PATCH v2 3/7] configure: Do not force pie=no for non-x86
` [PATCH v2 4/7] configure: Always detect -no-pie toolchain support
` [PATCH v2 5/7] configure: Unnest detection of -z,relro and -z,now
  ` [PATCH v2 5/7] configure: Unnest detection of -z, relro and -z, now
` [PATCH v2 6/7] configure: Override the os default with --disable-pie
` [PATCH v2 7/7] configure: Support -static-pie if requested

[PATCH] vfio/pci: Don't remove irqchip notifier if not registered
 2020-01-07 13:33 UTC  (3+ messages)

[PATCH 1/1] 9p-local.c: always return -1 on error in local_unlinkat_common
 2020-01-07 14:47 UTC 

[PATCH v9 00/15] Introduce the microvm machine type
 2020-01-07 13:56 UTC  (8+ messages)
` [PATCH v9 14/15] hw/i386: "

[PATCH 0/2] Fix Cooperlake CPU model
 2020-01-07 13:31 UTC  (2+ messages)

[PULL 00/87] Misc patches for 2019-12-18
 2020-01-07 14:46 UTC  (3+ messages)
` [PULL 29/87] kvm: convert "-machine kernel_irqchip" to an accelerator property

[PATCH 000/104] virtiofs daemon [all]
 2020-01-07 13:27 UTC  (61+ messages)
` [PATCH 060/104] virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG level
` [PATCH 062/104] virtiofsd: Handle hard reboot
` [PATCH 063/104] virtiofsd: Kill threads when queues are stopped
` [PATCH 064/104] vhost-user: Print unexpected slave message types
` [PATCH 065/104] contrib/libvhost-user: Protect slave fd with mutex
` [PATCH 066/104] virtiofsd: passthrough_ll: add renameat2 support
` [PATCH 068/104] virtiofsd: passthrough_ll: control readdirplus
` [PATCH 069/104] virtiofsd: rename unref_inode() to unref_inode_lolocked()
` [PATCH 073/104] virtiofsd: passthrough_ll: clean up cache related options
` [PATCH 074/104] virtiofsd: passthrough_ll: use hashtable
` [PATCH 075/104] virtiofsd: Clean up inodes on destroy
` [PATCH 076/104] virtiofsd: support nanosecond resolution for file timestamp
` [PATCH 077/104] virtiofsd: fix error handling in main()
` [PATCH 078/104] virtiofsd: cleanup allocated resource in se
` [PATCH 079/104] virtiofsd: fix memory leak on lo.source
` [PATCH 080/104] virtiofsd: add helper for lo_data cleanup
` [PATCH 081/104] virtiofsd: Prevent multiply running with same vhost_user_socket
` [PATCH 082/104] virtiofsd: enable PARALLEL_DIROPS during INIT
` [PATCH 083/104] virtiofsd: fix incorrect error handling in lo_do_lookup
` [PATCH 086/104] virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()
` [PATCH 087/104] virtiofsd: prevent fv_queue_thread() vs virtio_loop() races
` [PATCH 088/104] virtiofsd: make lo_release() atomic
` [PATCH 092/104] virtiofsd: add man page
` [PATCH 095/104] virtiofsd: convert more fprintf and perror to use fuse log infra
` [PATCH 096/104] virtiofsd: Reset O_DIRECT flag during file open
` [PATCH 097/104] virtiofsd: Fix data corruption with O_APPEND wirte in writeback mode
` [PATCH 098/104] virtiofsd: add definition of fuse_buf_writev()
` [PATCH 099/104] virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performance
` [PATCH 103/104] virtiofsd: add --thread-pool-size=NUM option

[PULL 0/4] Q800 for 5.0 patches
 2020-01-07 13:27 UTC  (5+ messages)
` [PULL 1/4] q800: fix mac_via RTC PRAM commands
` [PULL 2/4] q800: add a block backend to the PRAM
` [PULL 3/4] q800: implement mac rom reset function for BIOS-less mode
` [PULL 4/4] target/m68k: only change valid bits in CACR

[BUG qemu 4.0] segfault when unplugging virtio-blk-pci device
 2020-01-07 14:01 UTC  (5+ messages)

Making QEMU easier for management tools and applications
 2020-01-07 12:57 UTC  (6+ messages)

[PULL 0/1] VFIO fixes 2020-01-06
 2020-01-07 14:30 UTC  (2+ messages)

[PATCH 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-01-07 12:54 UTC  (5+ messages)
` [PATCH 1/4] Add the NVMM vcpu API
` [PATCH 2/4] Add the NetBSD Virtual Machine Monitor accelerator
` [PATCH 3/4] Introduce the NVMM impl
` [PATCH 4/4] Add the NVMM acceleration enlightenments

[RFC PATCH 0/1] target/arm: kvm: Support for KVM DABT without valid ISS
 2020-01-07 14:28 UTC  (5+ messages)
` [RFC PATCH 1/1] target/arm: kvm: Handle DABT with no "

[PATCH v2 0/5] semihosting read console support
 2020-01-07 14:27 UTC  (4+ messages)
` [PATCH v2 5/5] tests/tcg: add user version of dumb-as-bricks semiconsole test

[Bug 1858461] [NEW] Please refactor linux-user/mips/cpu_loop.c
 2020-01-07 13:53 UTC  (3+ messages)
` [Bug 1858461] "

[PATCH v5 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2020-01-07 13:25 UTC  (8+ messages)
` [PATCH v5 12/37] serial: start making SerialMM a sysbus device
` [PATCH v5 21/37] sm501: make SerialMM a child, export chardev property

[PATCH v4] target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstub
 2020-01-07 13:29 UTC  (2+ messages)

[PATCH 00/14] hw: Fix various --without-default-devices issues
 2020-01-07 12:28 UTC  (9+ messages)
` [PATCH 01/14] hw/usb/redirect: Do not link 'usb-redir' device when USB not enabled
` [PATCH 02/14] hw/intc/i8259: Fix Kconfig dependency on ISA bus
` [PATCH 04/14] hw/i386: Restrict fw_cfg to the PC machines

[kvm-unit-tests PATCH 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2020-01-07 12:19 UTC  (3+ messages)
` [kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests

[PATCH] trace: update qemu-trace-stap to Python 3
 2020-01-07 12:19 UTC  (3+ messages)

[PATCH v2 0/3] Fix multifd + cancel + multifd
 2020-01-07 12:07 UTC  (9+ messages)
` [PATCH v2 1/3] migration-test: Add migration multifd test
` [PATCH v2 3/3] migration-test: Make sure that multifd and cancel works

[PATCH v18 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKM guests
 2020-01-07 11:32 UTC  (10+ messages)
` [PATCH v18 2/7] ppc: spapr: Introduce FWNMI capability
` [PATCH v18 3/7] target/ppc: Handle NMI guest exit
` [PATCH v18 6/7] migration: Include migration support for machine check handling

[PATCH] iotests: fix usage -machine accel= together with -accel option
 2020-01-07 12:46 UTC  (3+ messages)

[PATCH v2 0/9] 9pfs: readdir optimization
 2020-01-07 12:28 UTC  (7+ messages)
` [PATCH v2 4/9] tests/virtio-9p: added readdir test
` [PATCH v2 5/9] tests/virtio-9p: check file names of R_readdir response

[PATCH v2 0/1] block/rbd: Add support for ceph namespaces
 2020-01-07 12:25 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH RFC] i386/kvm: fix enlightened VMCS with fine-grained VMX feature enablement
 2020-01-07 12:25 UTC  (4+ messages)

[RFC PATCH v3 000/132] Proof of concept for Meson integration
 2020-01-07 11:28 UTC  (4+ messages)
` [PATCH 032/132] meson: uncompress edk2 bios

KVM call for agenda for 2020-01-14
 2020-01-07 12:22 UTC 

[PATCH 0/3] gitlab-ci: Add a job to build EDK2 firmware binaries
 2020-01-07 11:35 UTC  (4+ messages)
` [PATCH 2/3] gitlab-ci.yml: "

[RFC PATCH qemu] spapr: Kill SLOF
 2020-01-07 11:23 UTC  (6+ messages)

[Qemu-devel] [PATCH v3] RISC-V: Select FPU gdb xml file based on the supported extensions
 2020-01-07 11:26 UTC  (2+ messages)

[PATCH v6 00/25] monitor: add asynchronous command type
 2020-01-07 12:11 UTC  (7+ messages)

[PATCH] tests/vm: update openbsd to release 6.6
 2020-01-07 11:12 UTC  (2+ messages)

[PATCH v2 0/4] tcg: Include tcg files using tcg/ dirname, reduce cpp search path list
 2020-01-07 10:55 UTC  (2+ messages)

[PATCH 0/2] travis: Improve log browseability
 2020-01-07 11:20 UTC  (3+ messages)
` [PATCH 1/2] travis.yml: avocado: Print logs of non-pass tests only

[PATCH] scripts/git.orderfile: Display decodetree before C source
 2020-01-07 10:39 UTC  (2+ messages)

[PATCH] freebsd: use python37
 2020-01-07 11:11 UTC  (2+ messages)

[RFC PATCH] qapi: Incorrect attempt to fix building with MC146818RTC=n
 2020-01-07 10:34 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).