Re: [Qemu-devel] [RFC PATCH 0/4] Clean up TCG tests

2016-08-20 Thread Pranith Kumar
On Sat, Aug 20, 2016 at 11:19 PM, Richard Henderson wrote: > On 08/19/2016 10:00 AM, Pranith Kumar wrote: >> >> This RFC patch series cleans up the tcg tests in tests/tcg folder. >> >> The tests have bit-rotten and were not compiling or running. I fixed >> the Makefiles to make them compile though

Re: [Qemu-devel] [RFC PATCH 0/4] Clean up TCG tests

2016-08-20 Thread Richard Henderson
On 08/19/2016 10:00 AM, Pranith Kumar wrote: This RFC patch series cleans up the tcg tests in tests/tcg folder. The tests have bit-rotten and were not compiling or running. I fixed the Makefiles to make them compile though there are tests which do not pass. I plan to fix them if you think this a

Re: [Qemu-devel] [PATCH v3 RFC] block/vxhs: Initial commit to add Veritas HyperScale VxHS block device support

2016-08-20 Thread ashish mittal
Need some help! I'm trying to understand how I can parse a json command line having multiple server list (InetSocketAddressList) without the QemuOpts -> QDict -> QAPI conversion that I am currently doing. block/nbd.c has been suggested, but it only parses a single host entry, which is pretty stra

[Qemu-devel] [PATCH v2 1/1] qapi/block-core: add doc describing GlusterServer vs. SocketAddress

2016-08-20 Thread Prasanna Kumar Kalever
Added documentation describing relation between GlusterServer and SocketAddress qapi schemas. Thanks to Markus Armbruster Signed-off-by: Prasanna Kumar Kalever --- v2: apply suggestions from Markus on v1 v1: initial doc changes --- qapi/block-core.json | 12 1 file changed, 12 ins

Re: [Qemu-devel] [Qemu-ppc] [PATCH v5 4/4] adb.c: prevent NO_KEY value from going to guest

2016-08-20 Thread BALATON Zoltan
On Fri, 19 Aug 2016, Programmingkid wrote: On Aug 18, 2016, at 7:06 AM, BALATON Zoltan wrote: On Wed, 17 Aug 2016, John Arbuckle wrote: @@ -446,7 +438,10 @@ static void adb_keyboard_event(DeviceState *dev, QemuConsole *src, return; } keycode = qcode_to_adb_keycode[qcode]; - +i

[Qemu-devel] [PATCH v2 3/3] travis: Enable litmus tests

2016-08-20 Thread Pranith Kumar
Enable running the litmus tests on travis. Signed-off-by: Pranith Kumar --- .travis.yml | 8 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index f30b10e..f670c71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,5 +97,13 @@ matrix: before_install:

[Qemu-devel] [PATCH v2 1/3] tests/tcg: Add i386 litmus test

2016-08-20 Thread Pranith Kumar
This adds the x86 store-after-load re-ordering litmus test. Signed-off-by: Pranith Kumar --- tests/tcg/i386/litmus/Makefile | 42 ++ tests/tcg/i386/litmus/README.txt| 22 + tests/tcg/i386/litmus/SAL.c | 491 +++ tests/tcg/i386/litmus/affinity.c| 159 +

[Qemu-devel] [PATCH v2 0/3] Add litmus tests for MTTCG consistency tests

2016-08-20 Thread Pranith Kumar
Hello, The following patch series adds litmus tests to test consistency for MTTCG enabled qemu. These patches apply on top of the clean up tests/tcg folder made by my previous patch series. The tests were generated using the litmus tool. The sources and instructions on how to generate these sourc

[Qemu-devel] [PATCH v4] qemu-img: change opening method for the output in dd

2016-08-20 Thread Reda Sallahi
The subcommand dd was creating an output image regardless of whether there was one already created. With this patch we try to open first the output image and resize it if necessary. We also make it mandatory to specify conv=notrunc when the file already exists. Signed-off-by: Reda Sallahi --- De

Re: [Qemu-devel] [PATCH] slirp: fix segv when init failed

2016-08-20 Thread Samuel Thibault
Marc-André Lureau, on Thu 18 Aug 2016 17:44:05 +0400, wrote: > Since commit f6c2e66ae8c8a, slirp uses an exit notifier to call > slirp_smb_cleanup. However, if init() failed, the notifier isn't added, > and removing it will fail: > > ==18447== Invalid write of size 8 > ==18447==at 0x7EF2B5: no

Re: [Qemu-devel] [PATCH 00/18] Dirty bitmaps postcopy migration

2016-08-20 Thread Fam Zheng
On Wed, 08/17 15:15, Vladimir Sementsov-Ogievskiy wrote: > On 17.08.2016 14:47, Fam Zheng wrote: > >On Tue, 08/16 13:25, Vladimir Sementsov-Ogievskiy wrote: > > > >Patches 5-8, 13, 14, 16, 17: Reviewed-by: Fam Zheng > > > >I'll take a closer look at patch 12 and 18 tomorrow. > > > >Fam > Thank you

[Qemu-devel] [Bug 1615212] Re: SDL UI switching to monitor half-broken and scrolling broken

2016-08-20 Thread Bug Report
backspace does not always work in -sdl also, and switching back and forth very quickly from the vga to the monitor windows, it hangs you need to do a proper code review of all the user interfaces. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscrib

[Qemu-devel] [Bug 1615212] [NEW] SDL UI switching to monitor half-broken and scrolling broken

2016-08-20 Thread Bug Report
Public bug reported: ctrl+alt+2 must be pressed 2 or more times for the monitor console window to appear with -sdl, the window flashes and disappears also before finally staying open ** Affects: qemu Importance: Undecided Status: New -- You received this bug notification because y

[Qemu-devel] [Bug 1615079] Re: GTK+ UI virtual consoles scrolling broken

2016-08-20 Thread Bug Report
the scrolling bar does not appear either these are broken on gtk2 and gtk3 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1615079 Title: GTK+ UI virtual consoles scrolling broken Status in QEMU:

[Qemu-devel] [PATCH 3/3] kvmtool: Implement virtio-pstore device

2016-08-20 Thread Namhyung Kim
From: Namhyung Kim Add virtio pstore device to allow kernel log messages saved on the host. With this patch, it will save the log files under directory given by --pstore option. $ lkvm run --pstore=dir-xx (guest) # echo c > /proc/sysrq-trigger $ ls dir-xx dmesg-1.enc.z dmesg-2.enc.z

[Qemu-devel] [PATCH 2/3] qemu: Implement virtio-pstore device

2016-08-20 Thread Namhyung Kim
Add virtio pstore device to allow kernel log files saved on the host. It will save the log files on the directory given by pstore device option. $ qemu-system-x86_64 -device virtio-pstore,directory=dir-xx ... (guest) # echo c > /proc/sysrq-trigger $ ls dir-xx dmesg-1.enc.z dmesg-2.enc.z

[Qemu-devel] [PATCH 1/3] virtio: Basic implementation of virtio pstore driver

2016-08-20 Thread Namhyung Kim
The virtio pstore driver provides interface to the pstore subsystem so that the guest kernel's log/dump message can be saved on the host machine. Users can access the log file directly on the host, or on the guest at the next boot using pstore filesystem. It currently deals with kernel log (print

[Qemu-devel] [RFC/PATCHSET 0/3] virtio: Implement virtio pstore device (v3)

2016-08-20 Thread Namhyung Kim
Hello, This is another iteration of the virtio-pstore work. In this patchset I addressed most of feedbacks from previous version and drooped the support for PSTORE_TYPE_CONSOLE for simplicity. It'll be added once the basic implementation * changes in v3) - use QIOChannel API (Stefan, Danie