qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-06 15:20:15 to 2020-01-07 05:22:08 UTC [more...]

[PATCH v6 00/25] monitor: add asynchronous command type
 2020-01-07  5:17 UTC  (6+ messages)

[PATCH v2 00/10] target/ppc: Correct some errors with real mode handling
 2020-01-07  4:48 UTC  (10+ messages)
` [PATCH v2 02/10] ppc: Remove stub of PPC970 HID4 implementation
` [PATCH v2 03/10] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
` [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 v2 10/10] target/ppc: Only calculate RMLS derived RMA limit on demand

[PATCH qemu v2] spapr: Kill SLOF
 2020-01-07  4:44 UTC  (12+ messages)

[PATCH V4 0/5] Introduce Advanced Watch Dog module
 2020-01-07  4:32 UTC  (2+ messages)

[PATCH v3 0/4] RISC-V: support vector extension part 1
 2020-01-07  2:11 UTC  (10+ messages)
` [PATCH v3 2/4] RISC-V: configure and turn on vector extension from command line
` [PATCH v3 3/4] RISC-V: support vector extension csr
` [PATCH v3 4/4] RISC-V: add vector extension configure instruction

[PATCH 0/3] Raspi sd-bus cleanup and multiphase reset
 2020-01-07  2:07 UTC  (2+ messages)

[RFC PATCH qemu] spapr: Kill SLOF
 2020-01-07  1:55 UTC  (4+ messages)

[PATCH v1 02/36] target/riscv: Don't set write permissions on dirty PTEs
 2020-01-07  1:33 UTC  (4+ messages)
` [PATCH v1 00/36] Add RISC-V Hypervisor Extension v0.5

[PATCH v3 00/12] ppc/pnv: remove the use of qdev_get_machine()
 2020-01-07  0:23 UTC  (16+ messages)
` [PATCH v3 01/12] ppc/pnv: Introduce a "xics" property alias under the PSI model
` [PATCH v3 02/12] ppc/pnv: Introduce a "xics" property under the POWER8 chip
` [PATCH v3 03/12] pnv/xive: Use device_class_set_parent_realize()
` [PATCH v3 04/12] spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router
` [PATCH v3 05/12] xive: Use the XIVE fabric link under "
` [PATCH v3 06/12] ppc/pnv: Add an "nr-threads" property to the base chip class
` [PATCH v3 07/12] ppc/pnv: Add a "pnor" const link property to the BMC internal simulator
` [PATCH v3 08/12] xive: Add a "presenter" link property to the TCTX object
` [PATCH v3 09/12] spapr/xive: Deduce the SpaprXive pointer from XiveTCTX::xptr
` [PATCH v3 10/12] pnv/xive: Deduce the PnvXive "
` [PATCH v3 11/12] pnv/psi: Add device reset hook
` [PATCH v3 12/12] pnv/psi: Consolidate some duplicated code in pnv_psi_realize()

[PATCH v1 00/59] trivial unneeded labels cleanup
 2020-01-06 23:45 UTC  (71+ messages)
` [PATCH v1 01/59] spapr.c: remove 'out' label in spapr_dt_cas_updates()
` [PATCH v1 02/59] ppc440_bamboo.c: remove label from bamboo_load_device_tree()
` [PATCH v1 03/59] kvm-all.c: remove unneeded labels
` [PATCH v1 04/59] paaudio.c: "
` [PATCH v1 05/59] ram.c: "
` [PATCH v1 06/59] mips-semi.c: remove 'uhi_done' label in helper_do_semihosting()
` [PATCH v1 07/59] unicore32/softmmu.c: remove 'do_fault' label in get_phys_addr_ucv2()
` [PATCH v1 08/59] chardev/char-mux.c: remove 'send_char' label
` [PATCH v1 09/59] chardev/char-pipe.c: remove 'fail' label in win_chr_pipe_init()
` [PATCH v1 10/59] chardev/char-win.c: remove 'fail' label in win_chr_serial_init()
` [PATCH v1 11/59] exec.c: remove 'err' label in ram_block_discard_range()
` [PATCH v1 12/59] virtfs-proxy-helper.c: remove 'err_out' label in setugid()
` [PATCH v1 13/59] block/vdi.c: remove 'fail' label in vdi_open()
` [PATCH v1 14/59] block/file-posix.c: remove unneeded labels
` [PATCH v1 15/59] block/blkreplay.c: remove unneeded 'fail' label in blkreplay_open()
` [PATCH v1 16/59] block/gluster.c: remove unneeded 'exit' label
` [PATCH v1 17/59] block/dmg.c: remove unneeded 'fail' label in dmg_read_mish_block()
` [PATCH v1 18/59] qcow2-refcount.c: remove unneeded 'fail' label in qcow2_refcount_init()
` [PATCH v1 19/59] block/ssh.c: remove unneeded labels
` [PATCH v1 20/59] block/vpc.c: remove unneeded 'fail' label in create_dynamic_disk()
` [PATCH v1 21/59] block/backup.c remove unneeded 'out' label in backup_run()
` [PATCH v1 22/59] block/vmdk.c: remove unneeded labels
` [PATCH v1 23/59] block/vxhs.c: remove unneeded 'out' label in vxhs_iio_callback()
` [PATCH v1 24/59] block/vhdx-log.c: remove unneeded labels
` [PATCH v1 25/59] block/vhdx.c: remove unneeded 'exit' labels
` [PATCH v1 26/59] block/replication.c: remove unneeded label in replication_co_writev
` [PATCH v1 27/59] crypto/block-luks.c: remove unneeded label in qcrypto_block_luks_find_key
` [PATCH v1 28/59] qga/commands-win32.c: remove 'out' label in get_pci_info
` [PATCH v1 29/59] cryptodev-vhost.c: remove unneeded 'err' label in cryptodev_vhost_start
` [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 32/59] qemu-img.c: remove 'out4' label in img_compare
` [PATCH v1 33/59] ipmi/ipmi_bmc_sim.c: remove unneeded labels
` [PATCH v1 34/59] ipmi/ipmi_bt.c: remove unneeded label in ipmi_bt_handle_event
` [PATCH v1 35/59] ipmi_bmc_extern.c: remove unneeded label in ipmi_bmc_extern_handle_command
` [PATCH v1 36/59] ipmi/ipmi_kcs.c: remove unneeded label in ipmi_kcs_handle_event
` [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 39/59] usb/dev-mtp.c: remove unneeded label in write_retry()
` [PATCH v1 40/59] hsb/hcd-ehci.c: remove unneeded labels
` [PATCH v1 41/59] intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()
` [PATCH v1 42/59] i386/intel_iommu.c: remove unneeded labels
` [PATCH v1 43/59] i386/amd_iommu.c: remove unneeded label in amdvi_int_remap_msi()
` [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 46/59] alpha/typhoon.c: remove unneeded label in typhoon_translate_iommu()
` [PATCH v1 47/59] pvrdma_main.c: remove unneeded labels
` [PATCH v1 48/59] pvrdma_dev_ring.c: remove unneeded label in pvrdma_ring_init()
` [PATCH v1 49/59] rdma/rdma_rm.c: remove unneeded label in rdma_rm_alloc_pd()
` [PATCH v1 50/59] rdma/rdma_backend.c: remove unneeded label in rdma_backend_init()
` [PATCH v1 51/59] virtio/vhost.c: remove unneeded labels
` [PATCH v1 52/59] net/vhost_net.c: "
` [PATCH v1 53/59] net/net_tx_pkt.c: remove unneeded label in net_tx_pkt_get_gso_type()
` [PATCH v1 54/59] ivshmem-server/main.c: remove unneeded label in main()
` [PATCH v1 55/59] linux-user/flatload.c: remove unused 'out' label
` [PATCH v1 56/59] linux-user/signal.c: remove unneeded label in do_sigaltstack()
` [PATCH v1 57/59] linux-user/syscall.c: fix trailing whitespaces and style
` [PATCH v1 58/59] linux-user/syscall.c: remove unneeded labels
` [PATCH v1 59/59] linux-user/vm86.c: remove unneeded label in do_vm86()

[PATCH] spapr/xive: remove redundant check in spapr_match_nvt()
 2020-01-07  0:00 UTC  (4+ messages)

[PATCH] ppc/pnv: Drop "num-chips" machine property
 2020-01-06 23:49 UTC  (2+ messages)

[Bug 1858461] [NEW] Please refactor linux-user/mips/cpu_loop.c
 2020-01-06 23:38 UTC  (4+ messages)
` [Bug 1858461] "

[Bug 1858488] [NEW] qemu git && 4.2: timed audio issues with sb16, gus not working?
 2020-01-06 19:26 UTC  (2+ messages)
` [Bug 1858488] "

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2020-01-06 23:18 UTC  (11+ messages)
` [PATCH v10 Kernel 1/5] vfio: KABI for migration interface for device state

plugin order of registration and order of callback
 2020-01-06 22:41 UTC 

[PATCH v2 00/13] Fixes for DP8393X SONIC device emulation
 2020-01-06 22:19 UTC  (3+ messages)
` [PATCH v2 02/13] dp8393x: Clean up endianness hacks

[PATCH 00/10] Fixes for DP8393X SONIC device emulation
 2020-01-06 22:15 UTC  (11+ messages)
            ` NetBSD/arc on MIPS Magnum, was "

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

[PULL 0/1] VFIO fixes 2020-01-06
 2020-01-06 22:09 UTC  (2+ messages)
` [PULL 1/1] vfio/pci: Don't remove irqchip notifier if not registered

[PATCH v2 0/9] 9pfs: readdir optimization
 2020-01-06 21:43 UTC  (10+ messages)
` [PATCH v2 2/9] 9pfs: validate count sent by client with T_readdir
` [PATCH v2 4/9] tests/virtio-9p: added readdir test
` [PATCH v2 5/9] tests/virtio-9p: check file names of R_readdir response

[PULL 0/3] target/xtensa queue
 2020-01-06 20:04 UTC 

[PATCH v2] 9p: init_in_iov_from_pdu can truncate the size
 2020-01-06 19:38 UTC 

[PATCH] 9p: init_in_iov_from_pdu can truncate the size
 2020-01-06 19:30 UTC  (5+ messages)

[PATCH 0/3] gitlab-ci: Add a job to build EDK2 firmware binaries
 2020-01-06 18:46 UTC  (4+ messages)
` [PATCH 1/3] roms/edk2-funcs: Force softfloat ARM toolchain prefix on Debian
` [PATCH 2/3] gitlab-ci.yml: Add a job to build EDK2 firmware binaries
` [PATCH 3/3] gitlab-ci-edk2.yml: Use ccache

[PATCH 000/104] virtiofs daemon [all]
 2020-01-06 19:08 UTC  (30+ messages)
` [PATCH 011/104] virtiofsd: Fix common header and define for QEMU builds
` [PATCH 032/104] virtiofsd: passthrough_ll: create new files in caller's context
` [PATCH 050/104] virtiofsd: add seccomp whitelist
` [PATCH 052/104] virtiofsd: cap-ng helpers
` [PATCH 054/104] virtiofsd: set maximum RLIMIT_NOFILE limit
` [PATCH 055/104] virtiofsd: fix libfuse information leaks
` [PATCH 056/104] virtiofsd: add security guide document
` [PATCH 057/104] virtiofsd: add --syslog command-line option
` [PATCH 058/104] virtiofsd: print log only when priority is high enough
` [PATCH 059/104] virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level

[PULL 00/34] Block patches
 2020-01-06 18:22 UTC  (2+ messages)

[PATCH] tests/iothread: Always connect iothread GSource to a GMainContext
 2020-01-06 18:01 UTC  (6+ messages)

[PATCH for-5.0 v11 00/20] VIRTIO-IOMMU device
 2020-01-06 17:58 UTC  (12+ messages)
` [PATCH for-5.0 v11 08/20] virtio-iommu: Implement translate

[PATCH] i.MX: add an emulation for RNGC
 2020-01-06 17:54 UTC  (2+ messages)

[PULL 0/6] Audio 20200106 patches
 2020-01-06 17:44 UTC  (2+ messages)

[PATCH] hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus
 2020-01-06 17:19 UTC 

[PATCH v7 0/4] Add the STM32F405 and Netduino Plus 2 machine
 2020-01-06 17:16 UTC  (7+ messages)
` [PATCH v7 2/4] hw/misc: Add the STM32F4xx EXTI device
` [PATCH v7 4/4] hw/arm: Add the Netduino Plus 2

Pre-Christmas meeting notes
 2020-01-06 17:15 UTC 

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

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

[PATCH 0/5] ARM virt: Add NVDIMM support
 2020-01-06 17:06 UTC  (9+ messages)

[PULL v3 00/32] virtio, pci, pc: fixes, features
 2020-01-06 17:05 UTC  (3+ messages)

[PATCH 0/6] hw/arm/cubieboard: Few cleanups, add acceptance tests
 2020-01-06 16:36 UTC  (11+ messages)
` [PATCH 3/6] hw/arm/allwinner-a10: Move SoC definitions out of header
` [PATCH 4/6] hw/arm/allwinner-a10: Simplify by passing IRQs with qdev_pass_gpios()
` [PATCH 5/6] hw/arm/allwinner-a10: Remove local qemu_irq variables
` [RFC PATCH 6/6] hw/arm/cubieboard: Disable unsupported M-USB in device tree blob

[PATCH 0/3] block: Fix external snapshot with VM state
 2020-01-06 16:06 UTC  (6+ messages)
` [PATCH 3/3] iotests: Test "

[PATCH 0/2] Some cleanup in arm/virt/acpi
 2020-01-06 15:51 UTC  (4+ messages)
` [PATCH 2/2] arm/virt/acpi: remove _ADR from devices identified by _HID

[PULL v2 0/7] Screendump patches
 2020-01-06 15:44 UTC  (2+ messages)

[PATCH] i386:acpi: Remove _HID from the SMBus ACPI entry
 2020-01-06 15:27 UTC 

5.0 release schedule proposal
 2020-01-06 15:29 UTC 

[PULL v2 0/9] Add dbus-vmstate
 2020-01-06 14:46 UTC  (5+ messages)
` [PULL v2 3/9] docs: start a document to describe D-Bus usage
` [PULL v2 4/9] util: add dbus helper unit
` [PULL v2 7/9] dockerfiles: add dbus-daemon to some of latest distributions
` [PULL v2 9/9] tests: add dbus-vmstate-test


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