On 30/12/19 14:17, Michal Prívozník wrote:
> On 12/30/19 10:45 AM, Philippe Mathieu-Daudé wrote:
>> On 12/30/19 10:35 AM, Michal Prívozník wrote:
>>> On 12/30/19 9:41 AM, Philippe Mathieu-Daudé wrote:
On 12/30/19 9:00 AM, Michal Privoznik wrote:
> In v4.2.0-246-ged9e923c3c the SMM property
On Mon, Jan 06, 2020 at 07:08:43PM +, Dr. David Alan Gilbert wrote:
> * Dr. David Alan Gilbert (dgilb...@redhat.com) wrote:
> > * Daniel P. Berrangé (berra...@redhat.com) wrote:
> > > On Thu, Dec 12, 2019 at 04:37:52PM +, Dr. David Alan Gilbert (git)
> > > wrote:
> > > > From: Vivek Goyal
On 06/01/20 1:42 PM, Geert Uytterhoeven wrote:
> Hi Rob,
>
> On Fri, Dec 6, 2019 at 4:04 PM Rob Herring wrote:
>> On Fri, Dec 6, 2019 at 3:17 AM Geert Uytterhoeven
>> wrote:
>>> On Thu, Dec 5, 2019 at 10:06 PM Rob Herring wrote:
On Wed, Nov 27, 2019 at 09:42:50AM +0100, Geert Uytterhoeve
On Mon, Dec 30, 2019 at 09:28:56AM +0100, Philippe Mathieu-Daudé wrote:
> To avoid scrolling each instruction when reviewing tcg
> helpers written for the decodetree script, display the
> .decode files (similar to header declarations) before
> the C source (implementation of previous declarations).
On Mon, 6 Jan 2020 at 14:46, Marc-André Lureau
wrote:
>
> The following changes since commit b0b74e1f17508cb8cef8afd698558db1bd8999cc:
>
> Merge remote-tracking branch
> 'remotes/ehabkost/tags/python-next-pull-request' into staging (2020-01-06
> 11:39:55 +)
>
> are available in the Git rep
On 31/12/19 19:32, Philippe Mathieu-Daudé wrote:
> apic_eoi() calls ioapic_eoi_broadcast(), so APIC has to
> select the IOAPIC Kconfig.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> Cc: "Michael S. Tsirkin"
>
> RFC because I'm not sure the design is correct (meanwhile the fix is,
> however
On Tue, Jan 07, 2020 at 05:18:49PM +0800, Zeng Tao wrote:
> When booting the guest linux with the following numa configuration:
> -numa node,node_id=1,cpus=0-3
> -numa node,node_id=0,cpus=4-7
> We can get the following numa topology in the guest system:
> Architecture: aarch64
> Byte Order
On 31/12/19 19:32, Philippe Mathieu-Daudé wrote:
> Only the PC-based machines use the fw_cfg device. In particular,
> the MicroVM machine does not use it. Only compile/link it when
> machines require it.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> Cc: Sergio Lopez
> ---
> hw/i386/Makefile
> -Original Message-
> From: Michael S. Tsirkin [mailto:m...@redhat.com]
> Sent: Tuesday, January 07, 2020 5:33 PM
> To: Zengtao (B)
> Cc: qemu-devel@nongnu.org; qemu-triv...@nongnu.org; Shannon Zhao;
> Peter Maydell; Igor Mammedov; qemu-...@nongnu.org
> Subject: Re: [PATCH] hw/arm/acpi: Pa
Am 23.12.2019 um 16:04 hat Michal Prívozník geschrieben:
> On 12/21/19 10:02 AM, Markus Armbruster wrote:
> > Stefan Hajnoczi writes:
> >
>
>
> >> 4. Go and Rust bindings would also be useful. There is
> >> https://github.com/intel/govmm but I think it makes sense to keep it
> >> in qemu.git a
On 28/12/19 11:43, Xiaoyao Li wrote:
> Commit 11bc4a13d1f4 ("kvm: convert "-machine kernel_irqchip" to an
> accelerator property") moves kernel_irqchip property from "-machine" to
> "-accel kvm", but it forgets to set the default value of
> kernel_irqchip_allowed and kernel_irqchip_split.
>
> Also
On Tue, 2020-01-07 at 12:55 +1100, Alexey Kardashevskiy wrote:
> On 07/01/2020 01:15, Daniel Henrique Barboza wrote:
> > Question: does Petitboot already replaces SLOF in every possible
> > scenario for all
> > the spapr machine features?
>
> Petitboot kernel+initramdisk almost replaces SLOF + GRU
On 1/7/20 11:01 AM, Paolo Bonzini wrote:
On 31/12/19 19:32, Philippe Mathieu-Daudé wrote:
Only the PC-based machines use the fw_cfg device. In particular,
the MicroVM machine does not use it. Only compile/link it when
machines require it.
Signed-off-by: Philippe Mathieu-Daudé
---
Cc: Sergio Lo
We set multifd-channels.
Signed-off-by: Juan Quintela
Reviewed-by: Dr. David Alan Gilbert
Reviewed-by: Thomas Huth
Tested-by: Wei Yang
Signed-off-by: Juan Quintela
---
tests/migration-test.c | 56 ++
1 file changed, 56 insertions(+)
diff --git a/tests
On 01/06/20 19:45, Philippe Mathieu-Daudé wrote:
> The Debian (based) distributions currently provides 2 ARM
> toolchains, documented as [1]:
>
> * The ARM EABI (armel) port targets a range of older 32-bit ARM
> devices, particularly those used in NAS hardware and a variety
> of *plug computer
On 01/01/20 11:31, Philippe Mathieu-Daudé wrote:
> On 12/31/19 7:32 PM, Philippe Mathieu-Daudé wrote:
>> The NMC93xx EEPROM is only used by few NIC cards and the
>> Am53C974 SCSI controller.
>>
>> Signed-off-by: Philippe Mathieu-Daudé
>> ---
>> Cc: Stefan Weil
>> ---
>> hw/net/Kconfig |
On 19/12/2019 14.56, Stefan Hajnoczi wrote:
> There is no index.html start page for the QEMU HTML documentation. An
> index page is needed so that documentation can be browsed easily on the
> web.
>
> This patch adds an index.html.in template file where the QEMU version
> number is expanded. It
On 31/12/19 19:32, Philippe Mathieu-Daudé wrote:
> Only the PC-based machines use the fw_cfg device. In particular,
> the MicroVM machine does not use it. Only compile/link it when
> machines require it.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> Cc: Sergio Lopez
> ---
> hw/i386/Makefile
On 07/01/20 10:24, Cornelia Huck wrote:
> On Mon, 23 Dec 2019 10:28:56 +0300
> Denis Plotnikov wrote:
>
>> 5.0 machine type uses 4.2 compats. This seems to be incorrect, since
>> the latests machine type by now is 5.0 and it should use its own
>> compat or shouldn't use any relying on the default
On 1/7/20 11:19 AM, Laszlo Ersek wrote:
On 01/06/20 19:46, Philippe Mathieu-Daudé wrote:
By using ccache we reduce the job duration from
40 minutes 26 seconds to 32 minutes 6 seconds.
Running after script...
$ ccache --show-stats
cache hit (direct) 6604
files in cac
** Tags added: mips
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1856706
Title:
target/mips/op_helper.c:971:duplicated branches ?
Status in QEMU:
New
Bug description:
qemu-4.2.0/target/mips/
On Mon, Jan 06, 2020 at 05:53:55PM +, Dr. David Alan Gilbert wrote:
> * Daniel P. Berrangé (berra...@redhat.com) wrote:
> > On Thu, Dec 12, 2019 at 04:38:16PM +, Dr. David Alan Gilbert (git)
> > wrote:
> > > From: Stefan Hajnoczi
> > >
> > > Many people want to know: what's up with virti
** Tags added: linux-user
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1858046
Title:
qemu-aarch64 hangs on cptofs during a build of NixOS SD card image
Status in QEMU:
New
Bug description:
On 07/01/2020 00.38, puchuu wrote:
> ** Patch added: "generated_mips_syscall_table.template.patch"
>
> https://bugs.launchpad.net/qemu/+bug/1858461/+attachment/5318010/+files/generated_mips_syscall_table.template.patch
>
Please do not attach patches to the bug tracker, send them to the
qemu-d
Patch posted: https://www.mail-archive.com/qemu-
de...@nongnu.org/msg666836.html
** Changed in: qemu
Status: New => In Progress
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1856549
Title:
On Mon, 6 Jan 2020 at 20:05, Max Filippov wrote:
>
> Hi Peter,
>
> please pull the following target/xtensa batch.
>
> The following changes since commit f4d8cf148e43d942ef1202071e0cd66ce40322e0:
>
> Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-01-06'
> into staging (2020-
On 01/06/20 19:46, Philippe Mathieu-Daudé wrote:
> Add a GitLab job to build the EDK2 firmware binaries.
> This job is only built when the roms/edk2/ submodule is updated,
> when a git-ref starts with 'edk2' or when the last commit contains
> 'EDK2'.
keyword "or"; okay.
>
> GitLab CI generates a
On Mon, Jan 6, 2020 at 12:37 PM Yuri Benditovich <
yuri.benditov...@daynix.com> wrote:
>
> On Mon, Jan 6, 2020 at 11:58 AM Michael S. Tsirkin wrote:
>
>> I guess it somehow has to do with the following:
>>
>> if (proxy->disable_legacy == ON_OFF_AUTO_AUTO) {
>> proxy->disable_legacy =
* Juan Quintela (quint...@redhat.com) wrote:
> We set multifd-channels.
>
> Signed-off-by: Juan Quintela
> Reviewed-by: Dr. David Alan Gilbert
> Reviewed-by: Thomas Huth
> Tested-by: Wei Yang
> Signed-off-by: Juan Quintela
> ---
> tests/migration-test.c | 56 +
On Thu, Dec 12, 2019 at 04:38:21PM +, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert"
>
> Allow init->destroy->init for mount->umount->mount
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> tools/virtiofsd/fuse_lowlevel.c | 2 ++
> 1 file changed, 2 insertions(+)
Re
Public bug reported:
TL;DR: When QEMU is launched with VNC as the output and viewed with a
client that defaults to zlib VNC encoding, the resulting output tends to
accumulate artifacts.
Reproduction:
Launch QEMU (tried with versions 4.2.0 and 4.1.0 on Linux 64bit) with -vnc
0.0.0.0:0
Connect to
Test that this sequerce works:
- launch source
- launch target
- start migration
- cancel migration
- relaunch target
- do migration again
Signed-off-by: Juan Quintela
Reviewed-by: Dr. David Alan Gilbert
Signed-off-by: Juan Quintela
---
- Wait for 1st trhead to move to cancelled before launc
Happy new year everyone, please find attached the v2 of the patch,
updated with the input from Stefano, Jason and Eric.
What has changed from v1 :
- renamed the variables from nspace to namespace
- made the argument in qapi optional
- add the `(Since 5.0)` tag in qapi documentation
Florian Fl
On Tue, Jan 07, 2020 at 11:01:48AM +0100, Paolo Bonzini wrote:
> On 31/12/19 19:32, Philippe Mathieu-Daudé wrote:
> > Only the PC-based machines use the fw_cfg device. In particular,
> > the MicroVM machine does not use it. Only compile/link it when
> > machines require it.
> >
> > Signed-off-by:
Paolo Bonzini commented on IRC: AMD avic requires kernel_irqchip=split.
Can you try using it? (released QEMU uses -machine
...,kernel_irqchip=split, git QEMU expects -accel kernel_irqchip=split).
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribe
On 01/06/20 19:46, Philippe Mathieu-Daudé wrote:
> By using ccache we reduce the job duration from
> 40 minutes 26 seconds to 32 minutes 6 seconds.
>
> Running after script...
> $ ccache --show-stats
> cache hit (direct) 6604
> files in cache 12090
>
On 01/01/20 12:23, Philippe Mathieu-Daudé wrote:
> All the *.inc.c files included by tcg/$TARGET/tcg-target.inc.c
> are in tcg/, their parent directory. To simplify the preprocessor
> search path, include the relative parent path: '..'.
>
> Patch created mechanically by running:
>
> $ for x in
On Mon, 6 Jan 2020 18:03:49 +0100
Helge Deller wrote:
> On 06.01.20 17:24, Igor Mammedov wrote:
> > On Mon, 6 Jan 2020 12:28:51 +0100
> > Helge Deller wrote:
> >
> >> On 06.01.20 11:48, Igor Mammedov wrote:
> >>> On Sat, 4 Jan 2020 16:00:19 +0100
> >>> Philippe Mathieu-Daudé wrote:
> >>>
If we are exiting due to an error/finish/ Just don't try to even
touch the channel with one IO operation.
Signed-off-by: Juan Quintela
Reviewed-by: Dr. David Alan Gilbert
Signed-off-by: Juan Quintela
---
migration/ram.c | 25 +
1 file changed, 25 insertions(+)
diff
On Thu, Dec 12, 2019 at 04:38:27PM +, Dr. David Alan Gilbert (git) wrote:
> From: Miklos Szeredi
>
> ...because the attributes sent in the READDIRPLUS reply would be discarded
> anyway.
>
> Signed-off-by: Miklos Szeredi
> ---
> tools/virtiofsd/passthrough_ll.c | 4
> 1 file changed, 4
* Juan Quintela (quint...@redhat.com) wrote:
> If we are exiting due to an error/finish/ Just don't try to even
> touch the channel with one IO operation.
>
> Signed-off-by: Juan Quintela
> Reviewed-by: Dr. David Alan Gilbert
> Signed-off-by: Juan Quintela
> ---
> migration/ram.c | 25
On 1/7/20 10:36 AM, Kevin Wolf wrote:
The easy way out would be tying libvirt to a specific QEMU version. And
I'm only half joking.
If libvirt didn't exist yet and we needed a management library for QEMU,
what we would build now would probably not look much like libvirt looks
today. We wouldn't
On 24/12/19 12:16, Philippe Mathieu-Daudé wrote:
> The MC146818 sits on an ISA bus. Since it can not be used
> without it, select ISA in the Kconfig.
>
> Fixes: 82f5181777e
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> hw/rtc/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw
On 1/5/20 8:47 PM, Greg Kurz wrote:
On Thu, 2 Jan 2020 13:21:05 +0530
Ganesh Goudar wrote:
From: Aravinda Prasad
Introduce a wrapper function to wait on condition for
the main loop mutex. This function atomically releases
the main loop mutex and causes the calling thread to
block on the c
On 31/12/19 19:49, Philippe Mathieu-Daudé wrote:
> When configured with --without-default-devices and setting
> MC146818RTC=n, the build fails:
>
> LINKx86_64-softmmu/qemu-system-x86_64
> /usr/bin/ld: qapi/qapi-commands-misc-target.o: in function
> `qmp_marshal_rtc_reset_reinjection':
>
On 19/12/2019 15.15, Aleksandar Markovic wrote:
> From: Aleksandar Markovic
>
> Change the release since r4k machine is deprecated from 4.2 to 5.0.
>
> Signed-off-by: Aleksandar Markovic
> ---
> qemu-deprecated.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qemu
On 06/01/2020 19.23, Daniel Henrique Barboza wrote:
> 'out' can be replaced by the apropriate return values set
> in 'ret' for each case.
>
> CC: Paolo Bonzini
> Signed-off-by: Daniel Henrique Barboza
> ---
> util/module.c | 11 ---
> 1 file changed, 4 insertions(+), 7 deletions(-)
>
>
On Thu, Dec 12, 2019 at 04:38:38PM +, Dr. David Alan Gilbert (git) wrote:
> From: Liu Bo
>
> This cleans up unfreed resources in se on quiting, including
> se->virtio_dev, se->vu_socket_path, se->vu_socketfd.
>
> Signed-off-by: Liu Bo
> ---
> tools/virtiofsd/fuse_lowlevel.c | 7 +++
>
On Mon, 6 Jan 2020 at 19:19, Daniel Henrique Barboza
wrote:
>
> There are trailing whitespaces in this file that, if removed
> by a text editor that refuses to let the traiing whitespace
> alone, which happens to be the editor I am using, will cause
> checkpatch.pl to warn about styling problems i
Gerd Hoffmann writes:
> FreeBSD seems to use python37 by default now, which breaks the build
> script. Add python to the package list, to explicitly pick the version,
> and also adapt the configure command line.
>
> Signed-off-by: Gerd Hoffmann
Queued to testing/next, thanks.
> ---
> tests
* Juan Quintela (quint...@redhat.com) wrote:
> Test that this sequerce works:
>
> - launch source
> - launch target
> - start migration
> - cancel migration
> - relaunch target
> - do migration again
>
> Signed-off-by: Juan Quintela
> Reviewed-by: Dr. David Alan Gilbert
> Signed-off-by: Juan Qu
Philippe Mathieu-Daudé writes:
> To avoid scrolling each instruction when reviewing tcg
> helpers written for the decodetree script, display the
> .decode files (similar to header declarations) before
> the C source (implementation of previous declarations).
>
> Signed-off-by: Philippe Mathieu-
On Thu, Dec 12, 2019 at 04:38:25PM +, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert"
>
> In future patches we'll be performing commands on the slave-fd driven
> by commands on queues, since those queues will be driven by individual
> threads we need to make sure they don
On Thu, Dec 12, 2019 at 04:38:37PM +, Dr. David Alan Gilbert (git) wrote:
> From: Liu Bo
>
> Neither fuse_parse_cmdline() nor fuse_opt_parse() goes to the right place
> to do cleanup.
>
> Signed-off-by: Liu Bo
> ---
> tools/virtiofsd/passthrough_ll.c | 5 +++--
> 1 file changed, 3 insertio
Wainer dos Santos Moschetta writes:
> The acceptance tests build on Travis is configured to print
> the entire Avocado's job log in case any test fail. Usually one is
> interested on failed tests only though. So this change the Travis
> configuration in order to show the log of tests which stat
Hi
In the v2 series:
- get the multifd test patch
- drop the ->shutdown fix
it break postcopy recovery test. Still trying to determine if the
problem is inside the recover test or the recover code.
- upgrade the migrate_cancel test
Please review.
[v1]
This series:
- create a test that does:
On Thu, Dec 12, 2019 at 04:38:46PM +, Dr. David Alan Gilbert (git) wrote:
> From: Stefan Hajnoczi
>
> vu_socket_path is NULL when --fd=FDNUM was used. Use
> fuse_lowlevel_is_virtio() instead.
>
> Signed-off-by: Stefan Hajnoczi
> pull request 10
Extraneous line
> ---
> tools/virtiofsd/
On 12/18/19 11:34 PM, Richard Henderson wrote:
PIE is supported on many other hosts besides x86.
The default for non-x86 is now the same as x86: pie is used
if supported, and may be forced via --enable/--disable-pie.
The original commit (40d6444e91c) said:
"Non-x86 are not changed, as they
On Thu, Dec 12, 2019 at 04:38:26PM +, Dr. David Alan Gilbert (git) wrote:
> From: Miklos Szeredi
>
> No glibc support yet, so use syscall().
It exists in glibc in my Fedora 31 install.
Presumably this is related to an older version
> Signed-off-by: Miklos Szeredi
> ---
> tools/virtiofsd/
On 01/01/20 12:22, Philippe Mathieu-Daudé wrote:
> Noticed we could clean this while reviewing Richard patch last night:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg667606.html
>
> Since v1:
> - moved headers to include/tcg/ (Paolo)
> - include in .inc.c relative to parent (Stefan)
>
Patchew URL: https://patchew.org/QEMU/20200107104914.1814-1-quint...@redhat.com/
Hi,
This series failed the docker-mingw@fedora build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
The full log is availa
On Thu, Dec 12, 2019 at 04:38:29PM +, Dr. David Alan Gilbert (git) wrote:
> From: Miklos Szeredi
>
> Signed-off-by: Miklos Szeredi
> Signed-off-by: Stefan Hajnoczi
> ---
> tools/virtiofsd/passthrough_ll.c | 15 ---
> 1 file changed, 8 insertions(+), 7 deletions(-)
Reviewed-by:
On Thu, Dec 12, 2019 at 04:38:20PM +, Dr. David Alan Gilbert (git) wrote:
> From: Masayoshi Mizuma
>
> virtiofsd has some threads, so we see a lot of logs with debug option.
> It would be useful for debugging if we can see the timestamp.
>
> Add nano second timestamp, which got by get_clock(
On Thu, Dec 12, 2019 at 04:38:43PM +, Dr. David Alan Gilbert (git) wrote:
> From: Eric Ren
>
> Signed-off-by: Eric Ren
> ---
> tools/virtiofsd/passthrough_ll.c | 1 -
> 1 file changed, 1 deletion(-)
Reviewed-by: Daniel P. Berrangé
Regards,
Daniel
--
|: https://berrange.com -o-
Paolo Bonzini writes:
> On 02/01/20 21:39, Vitaly Kuznetsov wrote:
>> When enlightened VMCS is enabled, certain VMX controls disappear, e.g.
>> posted interrupts for PINBASED_CTLS. With fine-grained VMX feature
>> enablement QEMU tries to do KVM_SET_MSRS with default (matching CPU
>> model) value
qemu-trace-stap does not support Python 3 yet:
$ scripts/qemu-trace-stap list path/to/qemu-system-x86_64
Traceback (most recent call last):
File "scripts/qemu-trace-stap", line 175, in
main()
File "scripts/qemu-trace-stap", line 171, in main
args.func(args)
File "scrip
Gerd Hoffmann writes:
> Signed-off-by: Gerd Hoffmann
Queued to testing/next, thanks.
> ---
> tests/vm/openbsd | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index b92c39f89a6f..9f82cd459fde 100755
> --- a/tests/vm/openbsd
>
On 07.01.20 12:21, Igor Mammedov wrote:
> On Mon, 6 Jan 2020 18:03:49 +0100
>> So, I'd suggest to drop your wrong patch #43.
> As you noted in your first reply, patch is correct.
You probably got me wrong.
Your patch #43 is wrong, and your fixup patch to some degree reverts it back
again.
In pat
On Thu, Dec 12, 2019 at 04:38:33PM +, Dr. David Alan Gilbert (git) wrote:
> From: Miklos Szeredi
>
> - Rename "cache=never" to "cache=none" to match 9p's similar option.
>
> - Rename CACHE_NORMAL constant to CACHE_AUTO to match the "cache=auto"
>option.
>
> Signed-off-by: Miklos Szere
Hi
On Tue, Jan 7, 2020 at 9:17 AM Kevin Wolf wrote:
>
> Am 06.01.2020 um 19:21 hat Marc-André Lureau geschrieben:
> > > What my patch does is moving everything into a coroutine. This is wrong
> > > because not everything can be run in a coroutine, so it needs to be made
> > > optional (like you d
Starting from ceph Nautilus, RBD has support for namespaces, allowing
for finer grain ACLs on images inside a pool, and tenant isolation.
In the rbd cli tool documentation, the new image-spec and snap-spec are :
- [pool-name/[namespace-name/]]image-name
- [pool-name/[namespace-name/]]image-name@
Georg Kotheimer writes:
> The size of the FPU registers depends solely on the floating point
> extensions supported by the target architecture.
> However, in the previous implementation the floating point register
> size was derived from whether the target architecture is 32-bit or
> 64-bit.
>
On Thu, Dec 12, 2019 at 04:38:22PM +, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert"
>
> Handle a
> mount
> hard reboot (without unmount)
> mount
>
> we get another 'init' which FUSE doesn't normally expect.
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> too
On Thu, Dec 12, 2019 at 04:38:56PM +, Dr. David Alan Gilbert (git) wrote:
> From: Vivek Goyal
>
> If an application wants to do direct IO and opens a file with O_DIRECT
> in guest, that does not necessarily mean that we need to bypass page
> cache on host as well. So reset this flag on host.
On Thu, Dec 12, 2019 at 04:38:23PM +, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert"
>
> Kill the threads we've started when the queues get stopped.
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> tools/virtiofsd/fuse_virtio.c | 37 +++---
On Thu, Dec 12, 2019 at 04:38:48PM +, Dr. David Alan Gilbert (git) wrote:
> From: Stefan Hajnoczi
>
> Hold the lock across both lo_map_get() and lo_map_remove() to prevent
> races between two FUSE_RELEASE requests. In this case I don't see a
> serious bug but it's safer to do things atomical
On 07/01/2020 11.14, Paolo Bonzini wrote:
> On 07/01/20 11:03, Thomas Huth wrote:
>>>
>>> vm = QEMUMachine(iotests.qemu_prog)
>>> -vm.add_args('-machine', 'accel=kvm:tcg')
>>> +vm.add_args('-accel', 'kvm', '-accel', 'tcg')
>> Looking at this, I wonder whether we really want the "-accel" option t
On Thu, Dec 12, 2019 at 04:38:36PM +, Dr. David Alan Gilbert (git) wrote:
> From: Jiufei Xue
>
> Define HAVE_STRUCT_STAT_ST_ATIM to 1 if `st_atim' is member of `struct
> stat' which means support nanosecond resolution for the file timestamp
> fields.
>
> Signed-off-by: Jiufei Xue
> ---
> c
On Thu, Dec 12, 2019 at 04:38:24PM +, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert"
>
> When we receive an unexpected message type on the slave fd, print
> the type.
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> hw/virtio/vhost-user.c | 2 +-
> 1 file changed, 1
On Montag, 6. Januar 2020 19:24:10 CET Daniel Henrique Barboza wrote:
> 'err_out' can be replaced by 'return ret' in the error conditions
> the jump was being made.
>
> CC: Greg Kurz
> Signed-off-by: Daniel Henrique Barboza
> ---
> hw/9pfs/9p-local.c | 12 +---
> 1 file changed, 5 inser
Richard Henderson writes:
> This adjustment was random and unnecessary. The user mode
> startup code in probe_guest_base() will choose a value for
> guest_base that allows the host qemu binary to not conflict
> with the guest binary.
>
> With modern distributions, this isn't even used, as the
On Thu, Dec 12, 2019 at 04:38:58PM +, Dr. David Alan Gilbert (git) wrote:
> From: piaojun
>
> Define fuse_buf_writev() which use pwritev and writev to improve io
> bandwidth. Especially, the src bufs with 0 size should be skipped as
> their mems are not *block_size* aligned which will cause w
On Thu, Dec 12, 2019 at 04:38:52PM +, Dr. David Alan Gilbert (git) wrote:
> From: Stefan Hajnoczi
>
> Signed-off-by: Stefan Hajnoczi
> ---
> Makefile | 7 +++
> tools/virtiofsd/virtiofsd.texi | 85 ++
> 2 files changed, 92 insertions(+)
On 07/01/2020 10.39, Andrea Bolognani wrote:
> On Tue, 2020-01-07 at 12:55 +1100, Alexey Kardashevskiy wrote:
>> On 07/01/2020 01:15, Daniel Henrique Barboza wrote:
>>> Question: does Petitboot already replaces SLOF in every possible
>>> scenario for all
>>> the spapr machine features?
>>
>> Petitb
On 1/7/20 11:12 AM, Laszlo Ersek wrote:
On 01/06/20 19:46, Philippe Mathieu-Daudé wrote:
Add a GitLab job to build the EDK2 firmware binaries.
This job is only built when the roms/edk2/ submodule is updated,
when a git-ref starts with 'edk2' or when the last commit contains
'EDK2'.
keyword "or
Hi
Please, send any topic that you are interested in covering.
We have already one topic for this call already:
* Multi-process QEMU and muser
By popular demand, a google calendar public entry with it
https://www.google.com/calendar/embed?src=dG9iMXRqcXAzN3Y4ZXZwNzRoMHE4a3BqcXNAZ3JvdXAu
On Thu, Dec 12, 2019 at 04:38:55PM +, Dr. David Alan Gilbert (git) wrote:
> From: Eryu Guan
>
> Signed-off-by: Eryu Guan
> ---
> tools/virtiofsd/fuse_signals.c | 6 +-
> tools/virtiofsd/helper.c | 9 ++---
> 2 files changed, 11 insertions(+), 4 deletions(-)
Reviewed-by: Danie
On Thu, Dec 12, 2019 at 04:38:28PM +, Dr. David Alan Gilbert (git) wrote:
> From: Miklos Szeredi
>
What is readdirplus and what do we need a command line option to
control it ? What's the user benefit of changing the setting ?
> Signed-off-by: Miklos Szeredi
> ---
> tools/virtiofsd/passthr
On Thu, Dec 12, 2019 at 04:38:39PM +, Dr. David Alan Gilbert (git) wrote:
> From: Liu Bo
>
> valgrind reported that lo.source is leaked on quiting, but it was defined
> as (const char*) as it may point to a const string "/".
>
> Signed-off-by: Liu Bo
> ---
> tools/virtiofsd/passthrough_ll.
On 07/01/20 13:18, Thomas Huth wrote:
> I don't think we need a separate priority parameter here. But IMHO it's
> really rather common practice to prioritize the last option. So while
> it might be more "self-explanatory" to a CLI newbie if the first
> occurrence got the highest priority, it might
On 03/01/20 11:52, Philippe Mathieu-Daudé wrote:
> > +foreach f : fds
> Can strip space between f/column.
Could, but it seems like other meson.build files usually leave a space in.
Paolo
On 07/01/20 13:08, Vitaly Kuznetsov wrote:
> Honestly I forgot the story why we filtered out these features upon
> eVMCS enablement in KVM. As there are no corresponding eVMCS fields,
> there's no way a guest can actually use them.
Well, mostly because we mimicked what Hyper-V was doing I guess.
On Mon, 6 Jan 2020 at 17:15, Peter Maydell wrote:
>
> On Fri, 20 Dec 2019 at 20:27, Beata Michalska
> wrote:
> >
> > On ARMv7 & ARMv8 some load/store instructions might trigger a data abort
> > exception with no valid ISS info to be decoded. The lack of decode info
> > makes it at least tricky to
On 31/12/2019 19.32, Philippe Mathieu-Daudé wrote:
> The 'usb-redir' device requires the USB core code to work. Do not
> link it when there is no USB support. This fixes:
>
> $ qemu-system-tricore -M tricore_testboard -device usb-redir
> qemu-system-tricore: -device usb-redir: No 'usb-bus' bus
On 1/3/20 7:55 AM, David Gibson wrote:
On Thu, Jan 02, 2020 at 01:21:10PM +0530, Ganesh Goudar wrote:
From: Aravinda Prasad
This patch includes migration support for machine check
handling. Especially this patch blocks VM migration
requests until the machine check error handling is
complete
On Montag, 6. Januar 2020 18:22:52 CET Greg Kurz wrote:
> > diff --git a/tests/virtio-9p-test.c b/tests/virtio-9p-test.c
> > index 06263edb53..48c0eca292 100644
> > --- a/tests/virtio-9p-test.c
> > +++ b/tests/virtio-9p-test.c
> > @@ -68,6 +68,11 @@ static void v9fs_memread(P9Req *req, void *addr,
On Thu, Dec 12, 2019 at 04:38:40PM +, Dr. David Alan Gilbert (git) wrote:
> From: Liu Bo
>
> This offers an helper function for lo_data's cleanup.
>
> Signed-off-by: Liu Bo
> ---
> tools/virtiofsd/passthrough_ll.c | 37 ++--
> 1 file changed, 21 insertions(+), 1
Patchew URL:
https://patchew.org/QEMU/20200107111340.334965-1-fflore...@online.net/
Hi,
This series seems to have some coding style problems. See output below for
more information:
N/A. Internal error while reading log file
The full log is available at
http://patchew.org/logs/2020010711134
On Thu, Dec 12, 2019 at 04:38:34PM +, Dr. David Alan Gilbert (git) wrote:
> From: Miklos Szeredi
>
> Improve performance of inode lookup by using a hash table.
>
> Signed-off-by: Miklos Szeredi
> Signed-off-by: Dr. David Alan Gilbert
> Signed-off-by: Liu Bo
> ---
> tools/virtiofsd/passth
On 1/7/20 5:48 AM, David Gibson wrote:
> The only effect of the PPC_EMULATE_32BITS_HYPV define is to change how
> MSR_HVB is defined. This appears to be something to handle hypervisor mode
> for 32-bit CPUs, but there's really no other code to handle this. The
> MSR_THV bit, which it uses is impl
1 - 100 of 564 matches
Mail list logo