qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-11 17:18:48 to 2020-06-12 03:07:50 UTC [more...]

[PATCH 0/9] monitor/hmp-cmds: small improvements for migration
 2020-06-12  3:06 UTC  (12+ messages)
` [PATCH 5/9] monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()
` [PATCH 6/9] monitor/hmp-cmds: add 'goto end' to reduce duplicate code
` [PATCH 7/9] monitor/hmp-cmds: improvements for the 'info migrate'
` [PATCH 8/9] docs/xbzrle: update 'cache miss rate' and 'encoding rate' to docs
` [PATCH 9/9] migration/ram: calculate un/encoded_size only when needed
    ` [PATCH 9/9] migration/ram: calculate un/encoded_size only whenneeded

[PATCH] kvm: support to get/set dirty log initial-all-set capability
 2020-06-12  3:01 UTC  (3+ messages)

[PATCH 6/6] audio/jack: simplify the re-init code path
 2020-06-11 15:25 UTC 

[PATCH 5/6] audio/jack: honour the enable state of the audio device
 2020-06-11 15:20 UTC 

[PATCH 3/6] audio/jack: remove invalid set of input support bool
 2020-06-11 15:14 UTC 

[PATCH 4/6] audio/jack: do not remove ports when finishing
 2020-06-11 15:16 UTC 

[PATCH 2/6] audio/jack: remove unused stopped state
 2020-06-11 10:56 UTC 

[PATCH 1/6] audio/jack: fix invalid minimum buffer size check
 2020-06-11 10:55 UTC 

[PATCH 0/6] audio/jack: fixes to overall jack behaviour
 2020-06-12  0:12 UTC 

[PULL 000/115] Huge miscellaneous pull request for 2020-06-11
 2020-06-12  2:00 UTC  (117+ messages)
` [PULL 001/115] docker.py/build: support -t and -f arguments
` [PULL 002/115] docker.py/build: support binary files in --extra-files
` [PULL 003/115] run-coverity-scan: get Coverity token and email from special git config section
` [PULL 004/115] run-coverity-scan: use docker.py
` [PULL 005/115] run-coverity-scan: add --no-update-tools option
` [PULL 006/115] run-coverity-scan: use --no-update-tools in docker run
` [PULL 007/115] run-coverity-scan: download tools outside the container
` [PULL 008/115] run-coverity-scan: support --update-tools-only --docker
` [PULL 009/115] vl.c: run preconfig loop before creating default RAM backend
` [PULL 010/115] numa: prevent usage of -M memory-backend and -numa memdev at the same time
` [PULL 011/115] icount: fix shift=auto for record/replay
` [PULL 012/115] qom/object: Fix object_child_foreach_recursive() return value
` [PULL 013/115] target/i386: Fix OUTL debug output
` [PULL 014/115] qom/object: Move Object typedef to 'qemu/typedefs.h'
` [PULL 015/115] io/task: Move 'qom/object.h' header to source
` [PULL 016/115] Makefile: Let the 'help' target list the helper targets
` [PULL 017/115] hyperv: expose API to determine if synic is enabled
` [PULL 018/115] vmbus: add vmbus protocol definitions
` [PULL 019/115] vmbus: vmbus implementation
` [PULL 020/115] i386:pc: whitelist dynamic vmbus-bridge
` [PULL 021/115] i386: Hyper-V VMBus ACPI DSDT entry
` [PULL 022/115] vmbus: add infrastructure to save/load vmbus requests
` [PULL 023/115] target/i386: Fix the CPUID leaf CPUID_Fn80000008
` [PULL 024/115] target/i386: fix phadd* with identical destination and source register
` [PULL 025/115] hw/i386/vmport: Add reference to VMware open-vm-tools
` [PULL 026/115] hw/i386/vmport: Add device properties
` [PULL 027/115] hw/i386/vmport: Propagate IOPort read to vCPU EAX register
` [PULL 028/115] hw/i386/vmport: Set EAX to -1 on failed and unsupported commands
` [PULL 029/115] hw/i386/vmport: Introduce vmware-vmx-version property
` [PULL 030/115] hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION
` [PULL 031/115] hw/i386/vmport: Introduce vmport.h
` [PULL 032/115] hw/i386/vmport: Define enum for all commands
` [PULL 033/115] hw/i386/vmport: Add support for CMD_GETBIOSUUID
` [PULL 034/115] hw/i386/vmport: Add support for CMD_GET_VCPU_INFO
` [PULL 035/115] hw/i386/vmport: Allow x2apic without IR
` [PULL 036/115] i386/cpu: Store LAPIC bus frequency in CPU structure
` [PULL 037/115] hw/i386/vmport: Add support for CMD_GETHZ
` [PULL 038/115] hw/i386/vmport: Assert vmport initialized before registering commands
` [PULL 039/115] accel: Move Xen accelerator code under accel/xen/
` [PULL 040/115] qom: remove index from object_resolve_abs_path()
` [PULL 041/115] qom/object: factor out the initialization of hash table of properties
` [PULL 042/115] qom/object: simplify type_initialize_interface()
` [PULL 043/115] qom/object: pass (Object *) to object_initialize_with_type()
` [PULL 044/115] qom/container: remove .instance_size initializer from container_info
` [PULL 045/115] cpus: Fix botched configure_icount() error API violation fix
` [PULL 046/115] hax: Dynamic allocate vcpu state structure
` [PULL 047/115] i386/kvm: fix a use-after-free when vcpu plug/unplug
` [PULL 048/115] megasas: use unsigned type for reply_queue_head and check index
` [PULL 049/115] megasas: avoid NULL pointer dereference
` [PULL 050/115] megasas: use unsigned type for positive numeric fields
` [PULL 051/115] target/i386: implement special cases for fxtract
` [PULL 052/115] target/i386: fix fscale handling of signaling NaN
` [PULL 053/115] target/i386: fix fscale handling of invalid exponent encodings
` [PULL 054/115] target/i386: fix fscale handling of infinite exponents
` [PULL 055/115] target/i386: fix fscale handling of rounding precision
` [PULL 056/115] exec: Let address_space_read/write_cached() propagate MemTxResult
` [PULL 057/115] exec: Propagate cpu_memory_rw_debug() error
` [PULL 058/115] disas: Let disas::read_memory() handler return EIO on error
` [PULL 059/115] hw/elf_ops: Do not ignore write failures when loading ELF
` [PULL 060/115] target/i386: fix floating-point load-constant rounding
` [PULL 061/115] target/i386: fix fxam handling of invalid encodings
` [PULL 062/115] target/i386: fix fbstp handling of negative zero
` [PULL 063/115] target/i386: fix fbstp handling of out-of-range values
` [PULL 064/115] target/i386: fix fisttpl, fisttpll "
` [PULL 065/115] hw/i386/vmport: Allow QTest use without crashing
` [PULL 066/115] x86/cpu: Enable AVX512_VP2INTERSECT cpu feature
` [PULL 067/115] vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
` [PULL 068/115] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
` [PULL 069/115] KVM: Kick resamplefd for split kernel irqchip
` [PULL 070/115] chardev/char-socket: Properly make qio connections non blocking
` [PULL 071/115] tests: machine-none-test: Enable MicroBlaze testing
` [PULL 072/115] hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
` [PULL 073/115] replay: implement fair mutex
` [PULL 074/115] i386: Remove unused define's from hax and hvf
` [PULL 075/115] target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES
` [PULL 076/115] util/oslib: Returns the real thread identifier on FreeBSD and NetBSD
` [PULL 077/115] memory: Make 'info mtree' not display disabled regions by default
` [PULL 078/115] qemu/thread: Mark qemu_thread_exit() with 'noreturn' attribute
` [PULL 079/115] configure: Do not ignore malloc value
` [PULL 080/115] exec: set map length to zero when returning NULL
` [PULL 081/115] target/i386: fix IEEE x87 floating-point exception raising
` [PULL 082/115] target/i386: correct fix for pcmpxstrx substring search
` [PULL 083/115] sysemu/accel: Restrict machine methods to system-mode
` [PULL 084/115] sysemu/tcg: Only declare tcg_allowed when TCG is available
` [PULL 085/115] sysemu/hvf: Only declare hvf_allowed when HVF "
` [PULL 086/115] target/ppc: Restrict PPCVirtualHypervisorClass to system-mode
` [PULL 087/115] i386: hvf: Move HVFState definition into hvf
` [PULL 088/115] i386: hvf: Drop useless declarations in sysemu
` [PULL 089/115] i386: hvf: Drop unused variable
` [PULL 090/115] i386: hvf: Use ins_len to advance IP
` [PULL 091/115] i386: hvf: Use IP from CPUX86State
` [PULL 092/115] i386: hvf: Drop fetch_rip from HVFX86EmulatorState
` [PULL 093/115] i386: hvf: Drop rflags "
` [PULL 094/115] i386: hvf: Drop copy of RFLAGS defines
` [PULL 095/115] i386: hvf: Drop regs in HVFX86EmulatorState
` [PULL 096/115] i386: hvf: Move lazy_flags into CPUX86State
` [PULL 097/115] i386: hvf: Move mmio_buf "
` [PULL 098/115] i386: hvf: Drop HVFX86EmulatorState
` [PULL 099/115] xen: fix build without pci passthrough
` [PULL 100/115] target/i386: sev: Remove unused QSevGuestInfoClass
` [PULL 101/115] target/i386: sev: Move local structure definitions into .c file
` [PULL 102/115] target/i386: sev: Rename QSevGuestInfo
` [PULL 103/115] target/i386: sev: Embed SEVState in SevGuestState
` [PULL 104/115] target/i386: sev: Partial cleanup to sev_state global
` [PULL 105/115] target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fields
` [PULL 106/115] target/i386: sev: Remove redundant policy field
` [PULL 107/115] target/i386: sev: Remove redundant handle field
` [PULL 108/115] target/i386: sev: Unify SEVState and SevGuestState
` [PULL 109/115] checkpatch: reversed logic with acpi test checks
` [PULL 110/115] exec/memory: Remove unused MemoryRegionMmio type
` [PULL 111/115] hw/usb: Move device-specific declarations to new 'hcd-musb.h' header
` [PULL 112/115] exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'
` [PULL 113/115] replay: fix replay shutdown for console mode
` [PULL 114/115] stubs: move Xen stubs to accel/
` [PULL 115/115] target/i386: Remove obsolete TODO file

[PATCH 0/5] linux-user: Support extended clone(CLONE_VM)
 2020-06-12  1:46 UTC  (6+ messages)
` [PATCH 1/5] linux-user: Refactor do_fork to use new `qemu_clone`
` [PATCH 2/5] linux-user: Make fd_trans task-specific
` [PATCH 3/5] linux-user: Make sigact_table part of the task state
` [PATCH 4/5] linux-user: Support CLONE_VM and extended clone options
` [PATCH 5/5] linux-user: Add PDEATHSIG test for clone process hierarchy

[PATCH 4/6] audio/jack: do not remove ports when finishing
 2020-06-11 15:16 UTC 

[PATCH 3/6] audio/jack: remove invalid set of input support bool
 2020-06-11 15:14 UTC 

[PATCH 2/6] audio/jack: remove unused stopped state
 2020-06-11 10:56 UTC 

[PATCH 5/6] audio/jack: honour the enable state of the audio device
 2020-06-11 15:20 UTC 

[PATCH 6/6] audio/jack: simplify the re-init code path
 2020-06-11 15:25 UTC 

[PATCH 0/6] *** SUBJECT HERE ***
 2020-06-12  0:12 UTC 

[PATCH 1/6] audio/jack: fix invalid minimum buffer size check
 2020-06-11 10:55 UTC 

[PATCH v7 0/9] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-06-12  0:05 UTC  (10+ messages)
` [PATCH v7 1/9] iotests: Fix for magic hexadecimal output in 291
` [PATCH v7 2/9] qcow2: Fix capitalization of header extension constant
` [PATCH v7 3/9] qcow2_format.py: make printable data an extension class member
` [PATCH v7 4/9] qcow2_format.py: Dump bitmap directory information
` [PATCH v7 5/9] qcow2_format.py: pass cluster size to substructures
` [PATCH v7 6/9] qcow2_format.py: Dump bitmap table serialized entries
` [PATCH v7 7/9] qcow2.py: Introduce '-j' key to dump in JSON format
` [PATCH v7 8/9] qcow2_format.py: collect fields "
` [PATCH v7 9/9] qcow2_format.py: support dumping metadata "

[PATCH] tests: disassemble-asm.sh: generate AML in readable format
 2020-06-12  0:01 UTC  (2+ messages)

[PATCH] target/i386: reimplement f2xm1 using floatx80 operations
 2020-06-11 23:45 UTC 

[PATCH 00/10] target/arm: Convert 2-reg-scalar to decodetree
 2020-06-11 23:42 UTC  (3+ messages)

[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
 2020-06-11 22:33 UTC  (3+ messages)
` [Bug 1882851] "

[PATCH v2 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-11 22:30 UTC  (13+ messages)
` [PATCH v2 01/12] npcm7xx: Add config symbol
` [PATCH v2 02/12] hw/misc: Add NPCM7xx System Global Control Registers device model
` [PATCH v2 03/12] hw/misc: Add NPCM7xx Clock Controller "
` [PATCH v2 04/12] hw/timer: Add NPCM7xx Timer "
` [PATCH v2 05/12] hw/arm: Add NPCM730 and NPCM750 SoC models
` [PATCH v2 06/12] hw/arm: Add two NPCM7xx-based machines
` [PATCH v2 07/12] hw/arm: Load -bios image as a boot ROM for npcm7xx
` [PATCH v2 08/12] hw/nvram: NPCM7xx OTP device model
` [PATCH v2 09/12] hw/mem: Stubbed out NPCM7xx Memory Controller model
` [PATCH v2 10/12] hw/ssi: NPCM7xx Flash Interface Unit device model
` [PATCH v2 11/12] hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsj
` [PATCH v2 12/12] docs/system: Add Nuvoton machine documentation

[PATCH v6 0/8] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-06-11 21:37 UTC  (10+ messages)
` [PATCH v6 1/8] qcow2: Fix capitalization of header extension constant
` [PATCH v6 2/8] qcow2_format.py: make printable data an extension class member
` [PATCH v6 3/8] qcow2_format.py: Dump bitmap directory info
` [PATCH v6 4/8] qcow2_format.py: pass cluster size to substructures
` [PATCH v6 5/8] qcow2_format.py: Dump bitmap table serialized entries
` [PATCH v6 6/8] qcow2.py: Introduce '-j' key to dump in JSON format
` [PATCH v6 7/8] qcow2_format.py: collect fields "
` [PATCH v6 8/8] qcow2_format.py: support dumping metadata "

[PULL v2 0/3] NBD patches through 2020-06-09
 2020-06-11 21:36 UTC  (2+ messages)

[PATCH v3 0/2] VMD endpoint passthrough support
 2020-06-11 21:16 UTC  (6+ messages)
` [PATCH v3 1/2] PCI: vmd: Filter resource type bits from shadow register

[PATCH 1/1] util/getauxval: Porting to FreeBSD getauxval feature
 2020-06-11 21:10 UTC 

[PULL v2 00/16] Trivial branch for 5.1 patches
 2020-06-11 20:19 UTC  (2+ messages)

[PATCH v3 0/6] Add strace support for printing arguments of selected syscalls
 2020-06-11 19:58 UTC  (2+ messages)

[PULL 0/2] VFIO update 2020-06-11
 2020-06-11 19:04 UTC  (3+ messages)
` [PULL 1/2] hw/vfio: Add VMD Passthrough Quirk
` [PULL 2/2] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough

[PULL 0/6] MIPS queue for June 1st, 2020
 2020-06-11 18:36 UTC  (4+ messages)
` [PULL 4/6] target/mips: Add more CP0 register for save/restore

[PULL 00/56] virtio,acpi,pci: features, fixes, cleanups, tests
 2020-06-11 18:13 UTC  (2+ messages)

[PATCH v7 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-06-11 17:54 UTC  (7+ messages)
` [PATCH v7 2/5] softmmu/vl: Let -fw_cfg option take a 'gen_id' argument

[PATCH v2 0/5] Vs clang-10 and gcc-9 warnings
 2020-06-11 17:49 UTC  (6+ messages)
` [PATCH v2 5/5] configure: Add -Wno-psabi

[PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
 2020-06-11 17:35 UTC  (6+ messages)

[PATCH] target/i386: Remove obsolete TODO file
 2020-06-11 17:24 UTC 

[PATCH 0/2] block: propagate discard alignment from format drivers to the guest
 2020-06-11 17:21 UTC  (3+ messages)
` [PATCH 2/2] iotests: fix 172 test
` pls consider this is [v3] Re: [PATCH 0/2] block: propagate discard alignment from format drivers to the guest


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