qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-11 20:39:21 to 2020-06-12 15:20:09 UTC [more...]

[PULL v2 00/58] virtio,acpi,pci: features, fixes, cleanups, tests
 2020-06-12 14:53 UTC  (50+ messages)
` [PULL v2 01/58] msix: allow qword MSI-X table accesses
` [PULL v2 02/58] diffs-allowed: add the SRAT AML to diffs-allowed
` [PULL v2 03/58] hw/acpi/nvdimm: add a helper to augment SRAT generation
` [PULL v2 04/58] tests/acpi: update expected SRAT files
` [PULL v2 05/58] qtest: allow DSDT acpi table changes
` [PULL v2 06/58] acpi: move aml builder code for rtc device
` [PULL v2 07/58] acpi: rtc: use a single crs range
` [PULL v2 08/58] acpi: serial: don't use _STA method
` [PULL v2 09/58] acpi: move aml builder code for serial device
` [PULL v2 10/58] acpi: parallel: don't use _STA method
` [PULL v2 11/58] acpi: move aml builder code for parallel device
` [PULL v2 12/58] tests/acpi: update DSDT expected files
` [PULL v2 13/58] acpi: tpm: Do not build TCPA table for TPM 2
` [PULL v2 14/58] acpi: Convert build_tpm2() to build_append* API
` [PULL v2 15/58] acpi: Move build_tpm2() in the generic part
` [PULL v2 16/58] arm/acpi: TPM2 ACPI table support
` [PULL v2 19/58] tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
` [PULL v2 20/58] bios-tables-test: Add Q35/TPM-TIS test
` [PULL v2 21/58] bios-tables-test: Generate reference tables for Q35/TPM-TIS
` [PULL v2 22/58] virtio-balloon: fix free page hinting without an iothread
` [PULL v2 23/58] virtio-balloon: fix free page hinting check on unrealize
` [PULL v2 24/58] virtio-balloon: unref the iothread when unrealizing
` [PULL v2 26/58] virtio-balloon: Provide an interface for free page reporting
` [PULL v2 27/58] MAINTAINERS: Fix the classification of bios-tables-test-allowed-diff.h
` [PULL v2 28/58] hw/pci/pcie: Move hot plug capability check to pre_plug callback
` [PULL v2 29/58] pci: assert configuration access is within bounds
` [PULL v2 31/58] hw/pci/pci_bridge: Correct pci_bridge_io memory region size
` [PULL v2 33/58] hw/pci-host: Use the IEC binary prefix definitions
` [PULL v2 34/58] char-socket: return -1 in case of disconnect during tcp_chr_write
` [PULL v2 35/58] vhost-user-blk: delay vhost_user_blk_disconnect
` [PULL v2 36/58] Add helper to populate vhost-user message regions
` [PULL v2 37/58] Add vhost-user helper to get MemoryRegion data
` [PULL v2 38/58] Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
` [PULL v2 39/58] Transmit vhost-user memory regions individually
` [PULL v2 40/58] Lift max memory slots limit imposed by vhost-user
` [PULL v2 41/58] Refactor out libvhost-user fault generation logic
` [PULL v2 42/58] Support ram slot configuration in libvhost-user
` [PULL v2 43/58] Support adding individual regions "
` [PULL v2 44/58] Support individual region unmap "
` [PULL v2 45/58] Lift max ram slots limit "
` [PULL v2 46/58] libvhost-user: advertise vring features
` [PULL v2 47/58] hw/pci: Fix crash when running QEMU with "-nic model=rocker"
` [PULL v2 51/58] acpi: make build_madt() more generic
` [PULL v2 52/58] acpi: create acpi-common.c and move madt code
` [PULL v2 53/58] acpi: madt: skip pci override on pci-less systems
` [PULL v2 54/58] acpi: fadt: add hw-reduced sleep register support
` [PULL v2 55/58] acpi: ged: rename event memory region
` [PULL v2 56/58] Fix parameter type in vhost migration log path
` [PULL v2 57/58] pci: Display PCI IRQ pin in "info pci"

[PULL 000/115] Huge miscellaneous pull request for 2020-06-11
 2020-06-12 14:53 UTC  (38+ messages)
` [PULL 050/115] megasas: use unsigned type for positive numeric fields
` [PULL 058/115] disas: Let disas::read_memory() handler return EIO on error
` [PULL 069/115] KVM: Kick resamplefd for split kernel irqchip
` [PULL 070/115] chardev/char-socket: Properly make qio connections non blocking
` [PULL 073/115] replay: implement fair mutex
` [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 085/115] sysemu/hvf: Only declare hvf_allowed when HVF is available
` [PULL 086/115] target/ppc: Restrict PPCVirtualHypervisorClass to system-mode
` [PULL 088/115] i386: hvf: Drop useless declarations in sysemu
` [PULL 089/115] i386: hvf: Drop unused variable
` [PULL 091/115] i386: hvf: Use IP from CPUX86State
` [PULL 092/115] i386: hvf: Drop fetch_rip from HVFX86EmulatorState
` [PULL 094/115] i386: hvf: Drop copy of RFLAGS defines
` [PULL 096/115] i386: hvf: Move lazy_flags into CPUX86State
` [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 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

[Bug 1883268] [NEW] random errors on aarch64 when executing __aarch64_cas8_acq_rel
 2020-06-12 14:38 UTC  (3+ messages)
` [Bug 1883268] "

[PATCH] softfloat,m68k: disable floatx80_invalid_encoding() for m68k
 2020-06-12 14:04 UTC 

[PATCH v3 0/2] VMD endpoint passthrough support
 2020-06-12 13:54 UTC  (7+ messages)
` [PATCH v3 1/2] PCI: vmd: Filter resource type bits from shadow register

[PATCH v2] target/i386: correct fix for pcmpxstrx substring search
 2020-06-12 13:45 UTC 

[PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE disabled
 2020-06-12 13:43 UTC  (2+ messages)

[PATCH v2 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-12 13:35 UTC  (14+ 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] .gitignore: Ignore storage-daemon files
 2020-06-12 13:30 UTC  (2+ messages)

[PATCH 0/4] More sm501 fixes and optimisations
 2020-06-12 13:10 UTC  (2+ messages)

[PATCH v3 00/12] tpm: Split hw/ vs backends/
 2020-06-12 12:00 UTC  (14+ messages)
` [PATCH v3 01/12] docs/specs/tpm: Correct header path name
` [PATCH v3 02/12] backends: Add TPM files into their own directory
` [PATCH v3 03/12] hw/tpm: Rename TPMDEV as TPM_BACKEND in Kconfig
` [PATCH v3 04/12] hw/tpm: Do not include 'qemu/osdep.h' in header
` [PATCH v3 05/12] hw/tpm: Include missing 'qemu/option.h' header
` [PATCH v3 06/12] hw/tpm: Move 'hw/acpi/tpm.h' inclusion from header to sources
` [PATCH v3 07/12] hw/tpm: Remove unnecessary 'tpm_int.h' header inclusion
` [PATCH v3 08/12] hw/tpm: Make TRACE_TPM_UTIL_SHOW_BUFFER check local to tpm_util.c
` [PATCH v3 09/12] hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'
` [PATCH v3 10/12] hw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local header
` [PATCH v3 11/12] hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"
` [PATCH v3 12/12] tpm: Move backend code under the 'backends/' directory

[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
 2020-06-12 11:13 UTC  (6+ messages)
` [Bug 1882851] "
` [Bug 1882851] [PATCH] drm/virtio: fix unblank

[PULL 0/2] VFIO update 2020-06-11
 2020-06-12 10:16 UTC  (2+ messages)

[PATCH v3 0/4] spapr: Improve error reporting in spapr_caps.c
 2020-06-12  9:46 UTC  (3+ messages)
` [PATCH v3 1/4] spapr: Simplify some warning printing paths "

[PATCH 0/6] audio/jack: fixes to overall jack behaviour
 2020-06-12  9:46 UTC  (4+ messages)

[PATCH 1/1] util/getauxval: Porting to FreeBSD getauxval feature
 2020-06-12  9:45 UTC  (5+ messages)

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

[Qemu-devel] [Bug 1840719] [NEW] win98se floppy fails to boot with isapc machine
 2020-06-12  9:24 UTC  (3+ messages)
` [Bug 1840719] "

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-06-12  8:53 UTC  (2+ messages)
` [Bug 1856335] "

[PATCH 0/2] m68k fpu fixes
 2020-06-12  8:31 UTC  (3+ messages)
` [PATCH 1/2] softfloat: m68k: infinity is a valid encoding

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

[PATCH for-5.1 V4 0/7] mips: Add Loongson-3 machine support (with KVM)
 2020-06-12  6:07 UTC  (7+ messages)
` [PATCH for-5.1 V4 3/4] hw/mips: "

[PATCH v4] fuzz: add oss-fuzz build-script
 2020-06-12  5:51 UTC 

[PATCH 0/5] linux-user: Support extended clone(CLONE_VM)
 2020-06-12  3:48 UTC  (7+ 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 0/9] monitor/hmp-cmds: small improvements for migration
 2020-06-12  3:06 UTC  (4+ messages)
` [PATCH 9/9] migration/ram: calculate un/encoded_size only when needed
    ` [PATCH 9/9] migration/ram: calculate un/encoded_size only whenneeded

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

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

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


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