On 2017/7/24 23:35, Dr. David Alan Gilbert wrote:
* Jay Zhou (jianjay.z...@huawei.com) wrote:
Hi Dave,
On 2017/7/21 17:49, Dr. David Alan Gilbert wrote:
* Jay Zhou (jianjay.z...@huawei.com) wrote:
Qemu_savevm_state_cleanup() takes about 300ms in my ram migration tests
with a 8U24G vm(20G is
>
> @@ -5656,6 +5658,7 @@ static const DisasInsn *extract_insn(CPUS390XState
> *env, DisasContext *s,
> }
> s->next_pc = s->pc + ilen;
> s->ilen = ilen;
> +tcg_set_insn_param(s->insn_start_idx, 2, ilen);
Ah, that's a nice trick :)
>
> /* We can't actually determine t
On 25/07/2017 06:14, peng.h...@zte.com.cn wrote:
>> On 24/07/2017 20:35, Peng Hao wrote:
>
>
>
>
>
>>> When a windows vm starts, periodic timer of rtc will stop several times.
>>> windows kernel will check whether REG_A_UIP is changed. REG_C's interrupt
>>> flags will not be cleared when perio
> /* FIXME: a) LAP
> diff --git a/target/s390x/misc_helper.c b/target/s390x/misc_helper.c
> index 452b2bd902..376dbd68c2 100644
> --- a/target/s390x/misc_helper.c
> +++ b/target/s390x/misc_helper.c
> @@ -57,7 +57,7 @@ void QEMU_NORETURN runtime_exception(CPUS390XState *env,
> int excp,
>
>
On 25.07.2017 04:36, Richard Henderson wrote:
> Signed-off-by: Richard Henderson
> ---
> target/s390x/misc_helper.c | 3 ++-
> target/s390x/translate.c | 1 -
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/target/s390x/misc_helper.c b/target/s390x/misc_helper.c
> index 376
On Mon, 24 Jul 2017 15:27:30 -0300
Philippe Mathieu-Daudé wrote:
> Since sizeof(struct vfio_irq_info) < sizeof(struct vfio_irq_set) a heap
> overflow
> never occured. Still, let's use the correct size.
>
> hw/vfio/ccw.c:170:16: warning: Cast a region whose size is not a multiple of
> the desti
Le 24/07/2017 à 23:26, Peter Maydell a écrit :
> On 24 July 2017 at 19:27, Philippe Mathieu-Daudé wrote:
>> Clang's scan-build-5.0 reports:
>>
>> linux-user/syscall.c:5581:9: warning: Dereference of undefined pointer value
>> if (*host_rt_dev_ptr != 0) {
>> ^~~~
>>
>> Repor
On Mon, 24 Jul 2017 16:34:52 +0200
Halil Pasic wrote:
> When initiating a program check interruption by calling program_interrupt
> the instruction length (ilen) of the current instruction is supplied as
> the third parameter.
>
> On s390x all the IO instructions are of instruction format S and
On 2017/7/25 0:33, Paolo Bonzini wrote:
On 24/07/2017 17:35, Dr. David Alan Gilbert wrote:
* Jay Zhou (jianjay.z...@huawei.com) wrote:
Hi Dave,
On 2017/7/21 17:49, Dr. David Alan Gilbert wrote:
* Jay Zhou (jianjay.z...@huawei.com) wrote:
Qemu_savevm_state_cleanup() takes about 300ms in my r
"Dr. David Alan Gilbert (git)" writes:
> From: "Dr. David Alan Gilbert"
>
> memsave and pmemsave only take 32bit size arguments in HMP at the
> moment; let them take 64bit values.
>
> Reported-by: Pierre Kim
> Signed-off-by: Dr. David Alan Gilbert
> ---
> hmp-commands.hx | 4 ++--
> hmp.c
On 25/07/2017 09:29, Jay Zhou wrote:
>>
>>
>> Maybe memory_global_dirty_log_stop can delay itself to the next vm_start
>> if it's called while runstate_running() returns false (which should be
>> always the case)?
>
> It is logical, but then we need to put some migration related codes into
> the f
Philippe Mathieu-Daudé writes:
> If qemu_chr_fe_read_all() returns -EINTR the do {} statement continues and the
> n accumulator used to complete reads upto sizeof(msg) is decremented by 4 (the
> value of EINTR on Linux).
> To avoid that, use simpler if() statements and continue if EINTR occured.
On 07/24/2017 11:50 AM, David Gibson wrote:
> On Mon, Jul 24, 2017 at 05:00:57PM +1000, Benjamin Herrenschmidt wrote:
>> On Mon, 2017-07-24 at 14:36 +1000, David Gibson wrote:
>>> On Wed, Jul 05, 2017 at 07:13:21PM +0200, Cédric Le Goater wrote:
These flags define some characteristics of the s
(ping)
Hi,
this has been on these lists for quite some time now. I want to start
preparing a virtio spec for virtio-mem soon.
So if you have any more comments/ideas/objections/questions, now is the
right time to post them :)
Thanks!
On 16.06.2017 16:20, David Hildenbrand wrote:
> Hi,
>
> thi
Eric Blake writes:
> On 07/24/2017 12:46 PM, Lluís Vilanova wrote:
>> Signed-off-by: Lluís Vilanova
>> ---
>> instrument/Makefile.objs |1 +
>> instrument/qmp.c | 71
>> qapi-schema.json |3 ++
>> qapi/instrument.json | 92
>>
On 07/25/2017 07:47 AM, Benjamin Herrenschmidt wrote:
> On Tue, 2017-07-25 at 14:18 +1000, David Gibson wrote:
>>> Well, at this point I think nothing will set that flag It's there
>>> for workaround around HW bugs on some chips. At least in full emu it
>>> shouldn't happen unless we try to emu
On Mon, Jul 24, 2017 at 09:55:20PM +0200, Hervé Poussineau wrote:
> Le 24/07/2017 à 18:46, Daniel P. Berrange a écrit :
> > The processing of the scancodes for PAUSE/BREAK has been broken since
> > the conversion to qcodes in:
> >
> > commit 8c10e0baf0260b59a4e984744462a18016662e3e
> > Author
On Mon, Jul 24, 2017 at 11:15:44AM -0700, Brandon Carpenter wrote:
> Also set saved handle to zero when removing without adding a new watch.
>
> Signed-off-by: Brandon Carpenter
> ---
> ui/vnc-auth-vencrypt.c | 3 +++
> ui/vnc-ws.c| 6 ++
> ui/vnc.c | 4
> 3 fi
On Mon, Jul 24, 2017 at 03:27:25PM -0300, Philippe Mathieu-Daudé wrote:
> Extract the (correct) cleaning code as a new function vnc_free_addresses()
> then
> use it to remove the memory leaks.
>
> Reported-by: Clang Static Analyzer
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> ui/vnc.c | 36 +
On Mon, Jul 24, 2017 at 11:42:17AM -0700, Brandon Carpenter wrote:
> Remembering the opcode is sufficient for handling fragmented frames from
> the client, which may be introduced by an intermediary server/proxy.
> Respond to pings and ignore pongs rather than close the connection as
> many browser
On Mon, Jul 24, 2017 at 10:15:30PM -0300, Philippe Mathieu-Daudé wrote:
> Reported-by: Sameeh Jubran
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> original report from Sameeh Jubran:
> http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg00906.html
>
> Makefile | 2 +-
> configure | 2
On Mon, 24 Jul 2017 23:50:00 +0300
"Michael S. Tsirkin" wrote:
> On Mon, Jul 24, 2017 at 11:14:19AM +0200, Igor Mammedov wrote:
> > On Sun, 23 Jul 2017 20:46:11 +0800
> > Peng Hao wrote:
> >
> > > When a guest that has several hotplugged dimms is migrated, on
> > > destination it will fail to
On 07/24/2017 12:03 PM, David Gibson wrote:
> On Mon, Jul 24, 2017 at 05:20:26PM +1000, Benjamin Herrenschmidt wrote:
>> On Mon, 2017-07-24 at 15:38 +1000, David Gibson wrote:
>>>
>>> Can we assign our logical numbers sparsely, or will that cause other
>>> problems?
>>
>> The main issue is that the
Commits 70f17a1 ('error: Revert unwanted change of warning messages')
and e1824e5 ('qemu-iotests: Test 'info block'') had a semantic merge
conflict, which results in failure for qemu-iotests case 186. Fix the
reference output to consider the changes of 70f17a1.
Signed-off-by: Kevin Wolf
---
test
On Tue, Jul 25, 2017 at 08:18:31AM +0200, Markus Armbruster wrote:
> Mao Zhongyi writes:
>
> > On 07/25/2017 06:07 AM, John Snow wrote:
> >> This was posted over a month ago with two R-Bs, did it get merged or
> >> dropped?
> >>
> >> --js
> >
> > Not yet, I hope that it will.
>
> get_maintainer
** Changed in: qemu
Status: New => Incomplete
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1181354
Title:
assert failed in scsi-bus.c line 1539 in SCSI_XFER_NONE
Status in QEMU:
Incomple
** Changed in: qemu
Importance: Undecided => Wishlist
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1473451
Title:
Please support the native bios format for dec alpha
Status in QEMU:
New
Bug
On 07/25/2017 06:20 AM, David Gibson wrote:
> On Mon, Jul 24, 2017 at 04:44:00PM +0200, Cédric Le Goater wrote:
>> On 07/24/2017 08:35 AM, David Gibson wrote:
>>> On Wed, Jul 05, 2017 at 07:13:27PM +0200, Cédric Le Goater wrote:
The Thread Interrupt Management Area for the OS is mostly used to
On 25 July 2017 at 07:11, Philippe Mathieu-Daudé wrote:
> Useful to build a whole set at once.
You can already do this by not specifying a --target-list=
option and using whichever of --disable-system and
--disable-user you need to skip the ones you don't want,
can't you?
thanks
-- PMM
On 07/25/2017 04:54 AM, Alexey Kardashevskiy wrote:
> On 06/07/17 03:13, Cédric Le Goater wrote:
>> It will be used when the guest chooses the XIVE exploitation mode in
>> CAS.
>>
>> Signed-off-by: Cédric Le Goater
>> ---
>> hw/intc/xive.c| 11 +++
>> include/hw/ppc/xive.h | 2 ++
On 07/25/2017 04:43 AM, Alexey Kardashevskiy wrote:
> On 06/07/17 03:13, Cédric Le Goater wrote:
>> The CAS negotiation process determines the interrupt controller model
>> to use in the guest but currently, the sPAPR machine make uses of the
>> controller very early in the initialization sequence.
On Tue, Jul 25, 2017 at 01:06:51AM +0300, Michael S. Tsirkin wrote:
On Fri, Jul 21, 2017 at 11:55:53AM +0200, Jens Freimann wrote:
From: Jens Freimann
Add a PXE testcase tunneling traffic through vhost-user-bridge process.
Create a vhost-user-bridge process and connect it to qemu via a socket
>On 25/07/2017 06:14, peng.h...@zte.com.cn wrote:
>>> On 24/07/2017 20:35, Peng Hao wrote:
>>
>>
>>
>>
>>
When a windows vm starts, periodic timer of rtc will stop several times.
windows kernel will check whether REG_A_UIP is changed. REG_C's interrupt
flags will not be cle
On 07/24/2017 05:00 PM, Michal Hocko wrote:
On Wed 19-07-17 20:01:18, Wei Wang wrote:
On 07/19/2017 04:13 PM, Michal Hocko wrote:
[...
All you should need is the check for the page reference count, no? I
assume you do some sort of pfn walk and so you should be able to get an
access to the str
On 19.07.2017 12:08, Daniel P. Berrange wrote:
> The deprecation of features in QEMU is totally adhoc currently,
> with no way for the user to get a list of what is deprecated
> in each release. This adds an appendix to the doc that records
> when each deprecation was made and provides text explain
On Sat, Jul 22, 2017 at 09:49:31AM +0200, Knut Omang wrote:
> First refactoring step to prepare for fixing the problem
> exposed with the test-listen test in the previous commit
>
> Signed-off-by: Knut Omang
> ---
> util/qemu-sockets.c | 24 +---
> 1 file changed, 17 insertio
On Sat, Jul 22, 2017 at 09:49:32AM +0200, Knut Omang wrote:
> Another refactoring step to prepare for the problem
> exposed by the test-listen test.
>
> This time simplify and reorganize the IPv6 specific extra
> measures and move it out of the for loop to increase
> code readability. No semantic
From: Dong Jia Shi
Commit 7da624e2 ("vfio: Test realized when using VFIOGroup.device_list
iterator") introduced a pointer to the Object DeviceState in the VFIO
common base-device and skipped non-realized devices as we iterate
VFIOGroup.device_list. While it missed to initialize the pointer for
th
The following changes since commit b5a74cd81d76cb467552f38f2b39520d07c65ea2:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170724'
into staging (2017-07-24 18:15:45 +0100)
are available in the git repository at:
git://github.com/cohuck/qemu tags/s390x-201
From: Christian Borntraeger
The SIE_KSS feature will allow a guest to use KSS for a nested guest.
To create a nested guest the SIE_F2 facility is still necessary.
Since SIE_F2 is not part of the default model it does not make
a lot of sense to provide the SIE_KSS feature in the default model.
Let
From: Jing Zhang
When allocating memory for the vfio_irq_info parameter of the
VFIO_DEVICE_GET_IRQ_INFO ioctl, we used the wrong size. Let's
fix it by using the right size.
Reviewed-by: Dong Jia Shi
Signed-off-by: Jing Zhang
Signed-off-by: Dong Jia Shi
Message-Id: <20170718014926.44781-2-bjsd
From: David Hildenbrand
We'll have to do the same for TCG, so let's just move it in there.
Reviewed-by: Christian Borntraeger
Signed-off-by: David Hildenbrand
Message-Id: <20170720123721.12366-3-da...@redhat.com>
Signed-off-by: Cornelia Huck
---
target/s390x/cpu_features.c | 31 +
From: David Hildenbrand
Using ordinary bitmap operations to set/test bits does not work properly
on architectures !s390x. Let's drop (test|set)_bit_inv and introduce
(test|set)_be_bit instead. These functions work on uint8_t array, not on
unsigned longs arrays and are for now only used in the con
From: David Hildenbrand
Unused and broken, let's just get rid of it.
Acked-by: Christian Borntraeger
Signed-off-by: David Hildenbrand
Message-Id: <20170720123721.12366-2-da...@redhat.com>
Signed-off-by: Cornelia Huck
---
target/s390x/cpu_features.h | 1 -
1 file changed, 1 deletion(-)
diff
From: David Hildenbrand
There are certain features that we put into base models, but that are
not relevant for the actual search. The most famous example are
MSA subfunctions that might be disabled on certain real hardware out
there.
While the kvm host model detection will usually detect the cor
From: Thomas Huth
translate.c can not be compiled with --disable-tcg, but we need
the s390_cpu_dump_state() in KVM-only builds, too. So let's move
that function to helper.c instead, which will also be compiled
when --disable-tcg has been specified.
Reviewed-by: Richard Henderson
Signed-off-by:
From: David Hildenbrand
Acked-by: Christian Borntraeger
Signed-off-by: David Hildenbrand
Message-Id: <20170720123721.12366-5-da...@redhat.com>
Signed-off-by: Cornelia Huck
---
target/s390x/kvm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/s390x/kvm.c b/target/s3
From: Thomas Huth
misc_helper.c won't be compiled with --disable-tcg anymore, but we
still need the program_interrupt() function in that case. Move it
to interrupt.c instead, and refactor it to re-use the code from
trigger_pgm_exception() (for TCG) and enter_pgmcheck() (for KVM,
which now got ren
From: Thomas Huth
misc_helper.c won't be compiled with --disable-tcg anymore, but we
still need the diag helpers in KVM builds, too, so move the helper
functions to a separate file.
Reviewed-by: Richard Henderson
Signed-off-by: Thomas Huth
Message-Id: <1500886370-14572-3-git-send-email-th...@r
On 25/07/2017 08:11, Philippe Mathieu-Daudé wrote:
> Useful to build a whole set at once.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> Makefile | 7 ++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 5f18243d05..da899522e4 100644
> --- a/M
From: Halil Pasic
When initiating a program check interruption by calling program_interrupt
the instruction length (ilen) of the current instruction is supplied as
the third parameter.
On s390x all the IO instructions are of instruction format S and their
ilen is 4. The calls to program_interru
From: Thomas Huth
Adding some CONFIG_TCG tests to be finally able to compile QEMU
on s390x also without TCG.
Reviewed-by: Richard Henderson
Signed-off-by: Thomas Huth
Message-Id: <1500886370-14572-6-git-send-email-th...@redhat.com>
Signed-off-by: Cornelia Huck
---
target/s390x/Makefile.objs
On 07/25/2017 04:19 AM, David Gibson wrote:
> On Mon, Jul 24, 2017 at 03:25:29PM +0200, Cédric Le Goater wrote:
>> On 07/24/2017 08:09 AM, Benjamin Herrenschmidt wrote:
>>> On Mon, 2017-07-24 at 14:49 +1000, David Gibson wrote:
On Wed, Jul 05, 2017 at 07:13:22PM +0200, Cédric Le Goater wrote:
Public bug reported:
Grab the NT 4 disk from
https://archive.org/details/Microsoft_Windows_NT_Server_Version_4.0_227-075
-385_CD-KEY_419-1343253_1996
Try to boot it as follows:
qemu-system-x86_64 -hda disk.img -cdrom
Microsoft_Windows_NT_Server_Version_4.0_227-075-385_CD-KEY_419-1343253_1996.is
From: Thomas Huth
These functions can not be compiled with --disable-tcg. But since we
need the other functions from helper.c in the non-tcg build, we can also
not simply remove helper.c from the non-tcg builds. Thus the problematic
functions have to be moved into a separate new file instead that
On 25/07/2017 11:29, peng.h...@zte.com.cn wrote:
>>On 25/07/2017 06:14, peng.h...@zte.com.cn wrote:
>
On 24/07/2017 20:35, Peng Hao wrote:
>>>
>>>
>>>
>>>
>>>
> When a windows vm starts, periodic timer of rtc will stop several times.
> windows kernel will check whether REG_A_UIP
On Sat, Jul 22, 2017 at 09:49:33AM +0200, Knut Omang wrote:
> If an offset of ports is specified to the inet_listen_saddr function(),
> and two or more processes tries to bind from these ports at the same time,
> occasionally more than one process may be able to bind to the same
> port. The conditi
Hi,
This series failed build test on FreeBSD host. Please find the details below.
Message-id: 20170725094026.5376-1-coh...@redhat.com
Subject: [Qemu-devel] [PULL for-2.10 00/14] A set of s390x patches
Type: series
=== TEST SCRIPT BEGIN ===
#!/bin/sh
# Testing script will be invoked under the git
On 17 July 2017 at 11:26, Daniel P. Berrange wrote:
> On Mon, Jul 17, 2017 at 11:06:12AM +0100, Peter Maydell wrote:
>> The current 'quiet' mode is not quite aimed at the same purpose:
>> it's good for interactive use where you don't want the long detail
>> of command lines but you do want some pe
qemu_chr_new_from_opts() is used from both vl.c and hmp,
and it is quite confusing to see qemu suddenly exit after receiving a help
option in hmp.
Do exit(0) from vl.c instead.
Signed-off-by: Anton Nefedov
---
include/chardev/char.h | 4 +++-
chardev/char.c | 2 +-
vl.c
On Tue, 25 Jul 2017 02:58:27 -0700 (PDT)
no-re...@patchew.org wrote:
> Hi,
>
> This series failed build test on FreeBSD host. Please find the details below.
>
> Message-id: 20170725094026.5376-1-coh...@redhat.com
> Subject: [Qemu-devel] [PULL for-2.10 00/14] A set of s390x patches
> Type: series
available in the git repository at:
>
> git://github.com/dgibson/qemu.git tags/ppc-for-2.10-20170725
>
> for you to fetch changes up to 86844c213348a596ea716a44a6f337555e07ad09:
>
> pseries: Update SLOF firmware image (2017-07-25 14:35:42 +1000)
>
> -
On Mon, Jul 24, 2017 at 04:12:47PM +0100, Stefan Hajnoczi wrote:
On Fri, Jul 14, 2017 at 12:45:18PM +0300, Manos Pitsidianakis wrote:
ThrottleGroup is converted to an object. This will allow the future
throttle block filter drive easy creation and configuration of throttle
groups in QMP and cli.
* Jay Zhou (jianjay.z...@huawei.com) wrote:
>
> On 2017/7/24 23:35, Dr. David Alan Gilbert wrote:
> > * Jay Zhou (jianjay.z...@huawei.com) wrote:
> > > Hi Dave,
> > >
> > > On 2017/7/21 17:49, Dr. David Alan Gilbert wrote:
> > > > * Jay Zhou (jianjay.z...@huawei.com) wrote:
> > > > > Qemu_savevm_
On 25/07/2017 12:04, Anton Nefedov wrote:
> qemu_chr_new_from_opts() is used from both vl.c and hmp,
> and it is quite confusing to see qemu suddenly exit after receiving a help
> option in hmp.
>
> Do exit(0) from vl.c instead.
Queued, thanks.
Paolo
> Signed-off-by: Anton Nefedov
> ---
> inc
The list of deprecated interfaces/features in the wiki should be pretty
complete now, so it is now time to draw some more public attention to our
plans of removing certain interfaces/features in future releases.
Signed-off-by: Thomas Huth
---
_posts/2017-07-25-deprecation.md | 26 +++
On 25/07/2017 13:07, Thomas Huth wrote:
> The list of deprecated interfaces/features in the wiki should be pretty
> complete now, so it is now time to draw some more public attention to our
> plans of removing certain interfaces/features in future releases.
>
> Signed-off-by: Thomas Huth
> ---
>
Kevin Wolf writes:
> Commits 70f17a1 ('error: Revert unwanted change of warning messages')
> and e1824e5 ('qemu-iotests: Test 'info block'') had a semantic merge
> conflict, which results in failure for qemu-iotests case 186. Fix the
> reference output to consider the changes of 70f17a1.
>
> Sign
On Tue, Jul 25, 2017 at 01:10:38PM +0200, Paolo Bonzini wrote:
> On 25/07/2017 13:07, Thomas Huth wrote:
> > The list of deprecated interfaces/features in the wiki should be pretty
> > complete now, so it is now time to draw some more public attention to our
> > plans of removing certain interfaces
On Tue, Jul 25, 2017 at 11:35:53AM +0200, Thomas Huth wrote:
> On 19.07.2017 12:08, Daniel P. Berrange wrote:
> > The deprecation of features in QEMU is totally adhoc currently,
> > with no way for the user to get a list of what is deprecated
> > in each release. This adds an appendix to the doc th
On 25.07.2017 13:15, Daniel P. Berrange wrote:
> On Tue, Jul 25, 2017 at 01:10:38PM +0200, Paolo Bonzini wrote:
>> On 25/07/2017 13:07, Thomas Huth wrote:
>>> The list of deprecated interfaces/features in the wiki should be pretty
>>> complete now, so it is now time to draw some more public attenti
On Tue 25-07-17 17:32:00, Wei Wang wrote:
> On 07/24/2017 05:00 PM, Michal Hocko wrote:
> >On Wed 19-07-17 20:01:18, Wei Wang wrote:
> >>On 07/19/2017 04:13 PM, Michal Hocko wrote:
> >[...
> >>>All you should need is the check for the page reference count, no? I
> >>>assume you do some sort of pfn
On 07/24/2017 11:26 PM, lampahome wrote:
> I thought 2.9.0 is the latest and check to the wrong commit.
You're still top-posting, even after being told not to:
http://www.caliburn.nl/topposting.html
> Now it supports encryption.
>
> My cmd is:
>
>> qemu-nbd --object secret,id=sec0,file=passwd.t
This is a followup to
v1: https://lists.gnu.org/archive/html/qemu-devel/2017-05/msg02390.html
v2: https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg01286.html
v3: https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg00651.html
v4: https://lists.gnu.org/archive/html/qemu-devel/20
On Tue, Jul 25, 2017 at 01:23:24PM +0200, Thomas Huth wrote:
> On 25.07.2017 13:15, Daniel P. Berrange wrote:
> > On Tue, Jul 25, 2017 at 01:10:38PM +0200, Paolo Bonzini wrote:
> >> On 25/07/2017 13:07, Thomas Huth wrote:
> >>> The list of deprecated interfaces/features in the wiki should be pretty
On 07/25/2017 03:24 AM, Lluís Vilanova wrote:
> Eric Blake writes:
>
>> On 07/24/2017 12:46 PM, Lluís Vilanova wrote:
>>> Signed-off-by: Lluís Vilanova
>>> ---
>>> instrument/Makefile.objs |1 +
>>> instrument/qmp.c | 71
>>> qapi-schema.json
On 25.07.2017 11:30, Richard Jones wrote:
> ERROR:/home/rjones/d/qemu/cpus.c:1580:qemu_mutex_lock_iothread: assertion
> failed: (!qemu_mutex_iothread_locked())
> Aborted (core dumped)
>
> The stack trace in the failing thread is:
>
> Thread 4 (Thread 0x7fffb0418700 (LWP 21979)):
> #0 0x7fff
The deprecation of features in QEMU is totally adhoc currently,
with no way for the user to get a list of what is deprecated
in each release. This adds an appendix to the doc that records
when each deprecation was made and provides text explaining
what to use instead, if anything.
Since there has
On 25/07/2017 0:58, Michael S. Tsirkin wrote:
On Tue, Jul 25, 2017 at 12:41:12AM +0300, Alexander Bezzubikov wrote:
2017-07-24 23:46 GMT+03:00 Michael S. Tsirkin :
On Sun, Jul 23, 2017 at 05:13:11PM +0300, Marcel Apfelbaum wrote:
On 23/07/2017 15:22, Michael S. Tsirkin wrote:
On Sun, Jul 23,
Eric Blake writes:
> On 07/25/2017 03:24 AM, Lluís Vilanova wrote:
>> Eric Blake writes:
>>
>>> On 07/24/2017 12:46 PM, Lluís Vilanova wrote:
Signed-off-by: Lluís Vilanova
---
instrument/Makefile.objs |1 +
instrument/qmp.c | 71 ++
On 25/07/2017 0:43, Alexander Bezzubikov wrote:
2017-07-24 23:43 GMT+03:00 Michael S. Tsirkin :
On Sun, Jul 23, 2017 at 01:15:43AM +0300, Aleksandr Bezzubikov wrote:
Signed-off-by: Aleksandr Bezzubikov
---
hw/pci-bridge/pcie_root_port.c | 5 +
1 file changed, 5 insertions(+)
diff --git
On 07/25/2017 07:25 PM, Michal Hocko wrote:
On Tue 25-07-17 17:32:00, Wei Wang wrote:
On 07/24/2017 05:00 PM, Michal Hocko wrote:
On Wed 19-07-17 20:01:18, Wei Wang wrote:
On 07/19/2017 04:13 PM, Michal Hocko wrote:
[...
All you should need is the check for the page reference count, no? I
a
On 25.07.2017 13:36, Daniel P. Berrange wrote:
> The deprecation of features in QEMU is totally adhoc currently,
s/adhoc/ad hoc/
> with no way for the user to get a list of what is deprecated
> in each release. This adds an appendix to the doc that records
> when each deprecation was made and pro
Hi,
> > You're putting some specific code for spice in ps2 emulation.
> > IMO, the workaround should be moved to spice keyboard handling
> > (ui/spice-input.c),
> > which needs to generate a qcode instead of a scancode.
>
> This isn't really a spice specific hack. QEMU internal code is *not*
>
available in the git repository at:
>
> git://github.com/cohuck/qemu tags/s390x-20170725
>
> for you to fetch changes up to 7e01376daea75e888c370aab521a7d4aeaf2ffd1:
>
> s390x/css: fix ilen in IO instruction handlers (2017-07-25 09:17:42 +0200)
>
> ---
On Fri, 21 Jul 2017 14:56:03 +0200
David Hildenbrand wrote:
> Based on series:
> "[PATCH v2 0/5] target/s390x: cpu model cleanups + improvements"
I'm trying to decide what to do with this series; probably nothing for
2.10.
>
> 1. smaller pgm irq instruction length fixes
These, I would hav
Hi Eric,
I found out what is going on regarding vhost-net outgoing packet's
payload corruption. My packets were corrupted because of inconsistent
IOVA to HVA translation in IOTLB. Please see below.
On 09.07.2017 22:51, Eric Auger wrote:
Introduces the base device and class for the ARM smmu.
Philippe Mathieu-Daudé writes:
> On 07/20/2017 10:47 AM, Alex Bennée wrote:
>> While adding the current user is a useful default behaviour for
>> creating new images it is not appropriate for Travis which already has
>> a default user.
>>
>> Signed-off-by: Alex Bennée
>> ---
>> tests/docker/M
On 25.07.2017 13:55, Cornelia Huck wrote:
> On Fri, 21 Jul 2017 14:56:03 +0200
> David Hildenbrand wrote:
>
>> Based on series:
>> "[PATCH v2 0/5] target/s390x: cpu model cleanups + improvements"
>
> I'm trying to decide what to do with this series; probably nothing for
> 2.10.
>
>>
>> 1. s
case CMD_GET_OBJECT_INFO:
> -o = usb_mtp_object_lookup(s, c->argv[0]);
> +if (c->argc > 0) {
> +o = usb_mtp_object_lookup(s, c->argv[0]);
> +}
How about zero-initializing c->argv instead?
cheers,
Gerd
On Tue 25-07-17 19:56:24, Wei Wang wrote:
> On 07/25/2017 07:25 PM, Michal Hocko wrote:
> >On Tue 25-07-17 17:32:00, Wei Wang wrote:
> >>On 07/24/2017 05:00 PM, Michal Hocko wrote:
> >>>On Wed 19-07-17 20:01:18, Wei Wang wrote:
> On 07/19/2017 04:13 PM, Michal Hocko wrote:
> >>>[...
> >All
On Tue, 25 Jul 2017 14:16:54 +0200
David Hildenbrand wrote:
> On 25.07.2017 13:55, Cornelia Huck wrote:
> > On Fri, 21 Jul 2017 14:56:03 +0200
> > David Hildenbrand wrote:
> >
> >> Based on series:
> >> "[PATCH v2 0/5] target/s390x: cpu model cleanups + improvements"
> >
> > I'm trying
On Tue, Jul 25, 2017 at 12:26:55PM +0100, Daniel P. Berrange wrote:
> This is a followup to
>
> v1: https://lists.gnu.org/archive/html/qemu-devel/2017-05/msg02390.html
> v2: https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg01286.html
> v3: https://lists.gnu.org/archive/html/qemu-deve
On 24 July 2017 at 19:35, Dr. David Alan Gilbert wrote:
> * Peter Maydell (peter.mayd...@linaro.org) wrote:
>> Ping for review, please? Would be nice to get this into rc0.
>
> Reviewed-by: Dr. David Alan Gilbert
Thanks; applied to master.
-- PMM
On Tue, Jul 25, 2017 at 10:59:36AM +0200, Kevin Wolf wrote:
> Commits 70f17a1 ('error: Revert unwanted change of warning messages')
> and e1824e5 ('qemu-iotests: Test 'info block'') had a semantic merge
> conflict, which results in failure for qemu-iotests case 186. Fix the
> reference output to co
Hi QEMU devs, hi risc-v-sw devs,
I'm posting this cross mailing list since I'd like to get feedback from
the both sides.
Right now the RISC-V port for QEMU uses the classic decoding scheme of
one function decoding the first opcode (and prefixes) and then branches
to different functions for decodi
On Fri, Jul 21, 2017 at 11:55:51AM +0200, Jens Freimann wrote:
> This patch fixes -netdev socket,fd= for UDP sockets
> Currently -netdev socket,fd=<...> results in
>
> qemu: error: specified mcastaddr "127.0.0.1" (0x7f01) does not
> contain a multicast address
> qemu-system-x86_64: -ne
On Fri, Jul 21, 2017 at 11:55:51AM +0200, Jens Freimann wrote:
> This patch fixes -netdev socket,fd= for UDP sockets
> Currently -netdev socket,fd=<...> results in
>
> qemu: error: specified mcastaddr "127.0.0.1" (0x7f01) does not
> contain a multicast address
> qemu-system-x86_64: -ne
On Mon, Jul 24, 2017 at 08:02:24PM +0300, Lluís Vilanova wrote:
> This series adds a basic interface to instrument tracing events and control
> their tracing state.
>
> The instrumentation code is dynamically loaded into QEMU (either when it
> starts
> or later using its remote control interfaces
On Mon, Jul 24, 2017 at 10:39:50AM -0500, Eric Blake wrote:
> Kevin is correct, and I need tests of my recent bug fixes :)
>
> https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg07235.html
>
> Eric Blake (2):
> iotests: Check dirty bitmap statistics in 124
> iotests: Add test of recent
1 - 100 of 418 matches
Mail list logo