qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-21 06:00:22 to 2018-08-21 12:38:16 UTC [more...]

[Qemu-devel] [PATCH v4 6/7] qmp: add pmemload command
 2018-08-21 12:38 UTC  (2+ messages)
` [Qemu-devel] [PATCH v5 5/6] "

[Qemu-devel] [PULL 00/46] MIPS queue August 21, 2018
 2018-08-21 12:35 UTC  (47+ messages)
` [Qemu-devel] [PULL 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL 46/46] target/mips: Add definition of nanoMIPS I7200 CPU

[Qemu-devel] [PATCH v9 00/84] Add nanoMIPS support to QEMU
 2018-08-21 12:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH v9 40/84] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control

[Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support
 2018-08-21 12:24 UTC  (19+ messages)
` [Qemu-devel] [PATCH 1/7] tests/tcg: add a simple s390x test
` [Qemu-devel] [PATCH 2/7] target/s390x: add BAL and BALR instructions
` [Qemu-devel] [PATCH 3/7] target/s390x: fix CSST decoding and runtime alignment check
` [Qemu-devel] [PATCH 4/7] target/s390x: fix IPM polluting irrelevant bits
` [Qemu-devel] [PATCH 5/7] target/s390x: add EX support for TRT and TRTR
` [Qemu-devel] [PATCH 6/7] target/s390x: fix PACK reading 1 byte less and writing 1 byte more
` [Qemu-devel] [PATCH 7/7] target/s390x: implement CVB, CVBY and CVBG

[Qemu-devel] [PATCH 0/2] virtio-vga: fix reset
 2018-08-21 12:14 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"

[Qemu-devel] [PATCH v2 0/8] Make the pm_smbus code more correct
 2018-08-21 12:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 01/10] i2c:pm_smbus: Clean up some style issues
` [Qemu-devel] [PATCH v2 07/10] Don't delay host status register busy bit when interrupts are enabled
` [Qemu-devel] [PATCH v2 08/10] i2c:pm_smbus: Add the ability to force block transfer enable

[Qemu-devel] [PULL 00/12] Ui 20180821 v2 patches
 2018-08-21 12:05 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag
` [Qemu-devel] [PULL 02/12] vnc: fix memleak of the "vnc-worker-output" name
` [Qemu-devel] [PULL 03/12] ui: use enum to string helpers
` [Qemu-devel] [PULL 04/12] sdl2: redraw correctly when scanout_mode enabled
` [Qemu-devel] [PULL 05/12] doc: switch to modern syntax for VNC TLS setup
` [Qemu-devel] [PULL 06/12] vnc: remove support for deprecated tls, x509, x509verify options
` [Qemu-devel] [PULL 07/12] spice-display: access ptr_x/ptr_y under Mutex
` [Qemu-devel] [PULL 08/12] spice-display: fix qemu_spice_cursor_refresh_bh locking
` [Qemu-devel] [PULL 09/12] ui/sdl2: Fix broken -full-screen CLI option
` [Qemu-devel] [PULL 10/12] ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
` [Qemu-devel] [PULL 11/12] dmabuf: add y0_top, pass it to spice
` [Qemu-devel] [PULL 12/12] util: promote qemu_egl_rendernode_open() to libqemuutil

[Qemu-devel] [RFC PATCH 0/3] tweaks for QEMU's C standard
 2018-08-21 12:06 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 2/3] qemu-seccomp: manually expand SCMP_A1

[Qemu-devel] [PULL 00/12] Ui 20180821 patches
 2018-08-21 12:06 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/12] ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag
` [Qemu-devel] [PULL 02/12] vnc: fix memleak of the "vnc-worker-output" name
` [Qemu-devel] [PULL 03/12] ui: use enum to string helpers
` [Qemu-devel] [PULL 04/12] sdl2: redraw correctly when scanout_mode enabled
` [Qemu-devel] [PULL 05/12] doc: switch to modern syntax for VNC TLS setup
` [Qemu-devel] [PULL 06/12] vnc: remove support for deprecated tls, x509, x509verify options
` [Qemu-devel] [PULL 07/12] spice-display: access ptr_x/ptr_y under Mutex
` [Qemu-devel] [PULL 08/12] spice-display: fix qemu_spice_cursor_refresh_bh locking
` [Qemu-devel] [PULL 09/12] ui/sdl2: Fix broken -full-screen CLI option
` [Qemu-devel] [PULL 10/12] ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
` [Qemu-devel] [PULL 11/12] dmabuf: add y0_top, pass it to spice
` [Qemu-devel] [PULL 12/12] util: promote qemu_egl_rendernode_open() to libqemuutil

[Qemu-devel] [PATCH] migration: Replace strncpy() by g_strlcpy()
 2018-08-21 11:52 UTC  (9+ messages)

[Qemu-devel] [PATCH] arm: fix reset operation on netduino2 board
 2018-08-21 11:39 UTC  (4+ messages)
` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PULL 0/7] Linux user for 3.1 patches
 2018-08-21 11:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] ppc: Remove deprecated ppcemb target
 2018-08-21 11:27 UTC 

[Qemu-devel] [PATCH v11 00/46] Add nanoMIPS support - core functionality and system mode
 2018-08-21 11:16 UTC  (8+ messages)
` [Qemu-devel] [PATCH v11 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PATCH v11 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PATCH v11 35/46] target/mips: Add availability control via bit NMS

[Qemu-devel] [PATCH v2] ipmi: Use proper struct reference for BT vmstate
 2018-08-21 11:00 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/4] pc-dimm: pre_plug "slot" and "addr" assignment
 2018-08-21 11:01 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] editorconfig: set emacs mode
 2018-08-21 10:38 UTC 

[Qemu-devel] [PULL 0/7] pc: fixes
 2018-08-21 10:35 UTC  (2+ messages)

[Qemu-devel] [PATCH] Remove deprecated -balloon option
 2018-08-21 10:21 UTC  (5+ messages)
` [Qemu-devel] [libvirt] "

[Qemu-devel] [PATCH v4 00/29] vhost-user for input & GPU
 2018-08-21 10:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 04/29] dmabuf: add y0_top, pass it to spice

[Qemu-devel] [PATCH] iothread: fix crash with invalid properties
 2018-08-21 10:07 UTC 

[Qemu-devel] [PATCH v3 0/2] hw/pci: PCI resource reserve capability
 2018-08-21  9:59 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/2] hw/pci: factor PCI reserve resources to a separate structure
` [Qemu-devel] [PATCH v3 2/2] hw/pci: add PCI resource reserve capability to legacy PCI bridge

[Qemu-devel] [PATCH V11 00/20] COLO: integrate colo frame with block replication and COLO proxy
 2018-08-21  9:51 UTC  (10+ messages)
` [Qemu-devel] [PATCH V11 15/20] net/net.c: Add net client type check function for COLO
` [Qemu-devel] [PATCH V11 16/20] filter: Add handle_event method for NetFilterClass
` [Qemu-devel] [PATCH V11 17/20] filter-rewriter: handle checkpoint and failover event

[Qemu-devel] [Bug 1755912] Re: qemu-system-x86_64 crashed with SIGABRT when using option -vga qxl
 2018-08-21  9:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/8] discard blockstats
 2018-08-21  9:46 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/8] qapi: group BlockDeviceStats fields
` [Qemu-devel] [PATCH v4 2/8] qapi: add unmap to BlockDeviceStats
` [Qemu-devel] [PATCH v4 3/8] ide: account UNMAP (TRIM) operations
` [Qemu-devel] [PATCH v4 4/8] scsi: store unmap offset and nb_sectors in request struct
` [Qemu-devel] [PATCH v4 5/8] scsi: move unmap error checking to the complete callback
` [Qemu-devel] [PATCH v4 6/8] scsi: account unmap operations
` [Qemu-devel] [PATCH v4 7/8] file-posix: account discard operations
` [Qemu-devel] [PATCH v4 8/8] qapi: query-blockstat: add driver specific file-posix stats

[Qemu-devel] vTPM 2.0 is recognized as vTPM 1.2 on the Win 10 virtual machine
 2018-08-21  9:18 UTC  (4+ messages)

[Qemu-devel] Qemu and Spectre_V4 + l1tf + IBRS_FW
 2018-08-21  9:21 UTC  (3+ messages)

[Qemu-devel] [PULL 0/2] qemu-sparc.for-upstream queue 20180820
 2018-08-21  9:23 UTC  (2+ messages)

[Qemu-devel] [RFC v2] new, node-graph-based fleecing and backup
 2018-08-21  9:29 UTC  (8+ messages)

[Qemu-devel] [PULL 0/7] Usb 20180821 patches
 2018-08-21  9:11 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] docs/usb2.txt: ehci has six ports
` [Qemu-devel] [PULL 2/7] ohci: Clear the interrupt counter for erroneous transfers
` [Qemu-devel] [PULL 3/7] dev-mtp: add support for canceling transaction
` [Qemu-devel] [PULL 4/7] dev-mtp: fix buffer allocation for writing file contents
` [Qemu-devel] [PULL 5/7] dev-mtp: retry write for incomplete transfers
` [Qemu-devel] [PULL 6/7] dev-mtp: Add support for > 4GB file transfers
` [Qemu-devel] [PULL 7/7] dev-mtp: rename x-root to rootdir

[Qemu-devel] Simulating a composite machine
 2018-08-21  8:57 UTC  (4+ messages)

[Qemu-devel] [PATCH] ohci: Clear the interrupt counter for erroneous transfers
 2018-08-21  8:26 UTC  (2+ messages)

[Qemu-devel] [PATCH] docs/usb2.txt: ehci has six ports
 2018-08-21  8:25 UTC  (2+ messages)

[Qemu-devel] [PULL 0/4] Vga 20180821 patches
 2018-08-21  8:16 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is set
` [Qemu-devel] [PULL 2/4] qxl: drop unused generation variable
` [Qemu-devel] [PULL 3/4] hw/display/vga-isa-mm: Convert away from old_mmio
` [Qemu-devel] [PULL 4/4] hw/pci-host/bonito: Move away from old_mmio accessors

[Qemu-devel] [PATCH v4 00/10] migration: compression optimization
 2018-08-21  8:10 UTC  (11+ messages)
` [Qemu-devel] [PATCH v4 01/10] migration: do not wait for free thread
` [Qemu-devel] [PATCH v4 02/10] migration: fix counting normal page for compression
` [Qemu-devel] [PATCH v4 03/10] migration: introduce save_zero_page_to_file
` [Qemu-devel] [PATCH v4 04/10] migration: drop the return value of do_compress_ram_page
` [Qemu-devel] [PATCH v4 05/10] migration: move handle of zero page to the thread
` [Qemu-devel] [PATCH v4 06/10] migration: hold the lock only if it is really needed
` [Qemu-devel] [PATCH v4 07/10] migration: do not flush_compressed_data at the end of each iteration
` [Qemu-devel] [PATCH v4 08/10] migration: fix calculating xbzrle_counters.cache_miss_rate
` [Qemu-devel] [PATCH v4 09/10] migration: show the statistics of compression
` [Qemu-devel] [PATCH v4 10/10] migration: handle the error condition properly

[Qemu-devel] [PATCH 0/2] mips: convert devices away from old_mmio
 2018-08-21  7:52 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is set
 2018-08-21  7:48 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] ui: remove deprecated UI frontends
 2018-08-21  7:46 UTC  (2+ messages)

[Qemu-devel] What does VM SIZE means when entering qemu-img info xx.qcow2
 2018-08-21  7:44 UTC 

[Qemu-devel] [Bug 1788098] Re: Avoid migration issues with aligned 2MB THB
 2018-08-21  7:08 UTC 

[Qemu-devel] [Bug 1297487] Re: MTU not honored in virtio vnet
 2018-08-21  6:41 UTC 

[Qemu-devel] [Bug 965867] Re: 9p virtual file system on qemu slow
 2018-08-21  6:43 UTC 

[Qemu-devel] [Bug 1180777] Re: RDP traffic freeze on quiet network
 2018-08-21  6:46 UTC 

[Qemu-devel] [PATCH 00/22] MPS devices: FPGAIO, timer, watchdogs, MSC, DMA, SPI
 2018-08-21  6:53 UTC  (15+ messages)
` [Qemu-devel] [PATCH 04/22] hw/arm/iotkit: Wire up the dualtimer
` [Qemu-devel] [PATCH 05/22] hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH 09/22] hw/misc/iotkit-sysinfo: Implement IoTKit system information block
` [Qemu-devel] [PATCH 10/22] hw/misc/iotkit: Wire up the sysctl and sysinfo register blocks
` [Qemu-devel] [PATCH 15/22] hw/ssi/pl022: Allow use as embedded-struct device
` [Qemu-devel] [PATCH 16/22] hw/ssi/pl022: Set up reset function in class init
` [Qemu-devel] [PATCH 18/22] hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init

[Qemu-devel] [Bug 1681439] [NEW] qemu-system-x86_64: hw/ide/core.c:685: ide_cancel_dma_sync: Assertion `s->bus->dma->aiocb == NULL' failed
 2018-08-21  6:44 UTC  (2+ messages)
` [Qemu-devel] [Bug 1681439] "

[Qemu-devel] [Bug 1614521] [NEW] -display accepts "none[a-z, 0-9]*" instead of 'none'
 2018-08-21  6:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1614521] "

[Qemu-devel] [PATCH] job: Fix nested aio_poll() hanging in job_txn_apply
 2018-08-21  6:45 UTC 

[Qemu-devel] [Bug 1773753] [NEW] virsh managed save fails with qemu version v2.12.0-813-g5a5c383b13-dirty on powerpc
 2018-08-21  6:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1773753] Re: virsh start, after virsh managed save hangs and vm goes to paused state "

[Qemu-devel] [Bug 1777969] [NEW] Crash with UEFI, q35, AHCI, and <= SystemRescueCD 4.3.0
 2018-08-21  6:26 UTC  (2+ messages)
` [Qemu-devel] [Bug 1777969] "

[Qemu-devel] [Bug 1767176] [NEW] GTK build fails with qemu 2.12.0
 2018-08-21  6:29 UTC  (2+ messages)
` [Qemu-devel] [Bug 1767176] "

[Qemu-devel] [Bug 1780928] [NEW] v2.12.0-2321-gb34181056c: vcpu hotplug crashes qemu-kvm with segfault
 2018-08-21  6:26 UTC  (2+ messages)
` [Qemu-devel] [Bug 1780928] "

[Qemu-devel] [Bug 1781280] [NEW] QEMU ignores all but the first control message sent over a Unix socket
 2018-08-21  6:25 UTC  (2+ messages)
` [Qemu-devel] [Bug 1781280] "

[Qemu-devel] Live Migration between machines with different processor ids
 2018-08-21  6:39 UTC 

[Qemu-devel] [Bug 1720969] [NEW] qemu/memory.c:206: pointless copies of large structs ?
 2018-08-21  6:25 UTC  (2+ messages)
` [Qemu-devel] [Bug 1720969] "

[Qemu-devel] [PATCH 0/4] Fix socket chardev regression
 2018-08-21  6:29 UTC  (4+ messages)

[Qemu-devel] [Bug 1787754] [NEW] qemu sparc -cpu help does not generate correct display
 2018-08-21  6:13 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/5] Fix some jobs/drain/aio_poll related hangs
 2018-08-21  6:08 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/8] Coccinelle cleanups
 2018-08-21  5:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH 6/8] ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro


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