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
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
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
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
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
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:
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 +
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
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
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
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
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
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
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:
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
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
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
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
18 matches
Mail list logo