HI Waldemar,
Glad that you now have something that works for you.
I've tried to reproduce your virtio hang this morning with multiple 100%
CPU and "find / -name 'foo'" processes running but I can't seem to get
virtio to hang on my system here.
Since this is the second report I've had of this pro
Applied to -trivial, thank you!
/mjt
Applied to -trivial, thank you!
/mjt
This might be due to old(ish) seabios you're using. It should be 1.7.5
version, not 1.7.4.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1359243
Title:
[BSOD 0xc00d] Can't boot windows with qe
Applied to -trivial, thank you!
But I've a small concern - should we really do this on "external" sources,
and divirge from upstream needlessly?
Thanks,
/mjt
22.08.2014 12:52, Valentin Manea wrote:
> Set the IDE MMIO memory type to little endian. The ATA specs identify
> words part of the control commands encoded as little endian.
> While this has no impact on little endian systems, it's required for big
> endian systems(eg OpenRisc).
While the patch i
Am 24.08.2014 11:21, schrieb Michael Tokarev:
Applied to -trivial, thank you!
But I've a small concern - should we really do this on "external" sources,
and divirge from upstream needlessly?
Thanks,
/mjt
In general, I agree. In this case, the code was part of gcc, and newer
versions of gcc
On Sat, Aug 16, 2014 at 01:55:36PM +0800, Le Tan wrote:
> Hi,
>
> These patches are intended to introduce Intel IOMMU (VT-d) emulation to q35
> chipset. The major job in these patches is to add support for emulating Intel
> IOMMU according to the VT-d specification, including basic responses to CS
On Fri, Aug 22, 2014 at 09:06:20AM +0800, Chen, Tiejun wrote:
> On 2014/8/22 0:16, Konrad Rzeszutek Wilk wrote:
> >On Thu, Aug 21, 2014 at 09:28:28AM +0800, Tiejun Chen wrote:
> >>Currenjly this ISA bridge should be fixed at 1f.0, and pass the
> >
> >Currently
>
> Fixed.
>
> >
> >>real vendor/dev
Are these appropriate for 2.1.1?
Add Cc stable?
On Fri, Aug 22, 2014 at 04:35:24PM -0300, Eduardo Habkost wrote:
> Ping? Who can apply these?
>
> On Wed, Aug 06, 2014 at 03:18:19PM -0300, Eduardo Habkost wrote:
> > Resending two patches from the previous series which were not applied yet.
> >
>
20.08.2014 16:27, Ben Draper wrote:
> When running VMware ESXi under qemu-kvm the guest discards frames
> that are too short. Short ARP Requests will be dropped, this prevents
> guests on the same bridge as VMware ESXi from communicating. This patch
> simply adds the padding on the network device i
On Aug 24, 2014, at 15:06 PM, Michael Tokarev wrote:
> 20.08.2014 16:27, Ben Draper wrote:
>> When running VMware ESXi under qemu-kvm the guest discards frames
>> that are too short. Short ARP Requests will be dropped, this prevents
>> guests on the same bridge as VMware ESXi from communicating.
24.08.2014 16:28, Dmitry Fleytman wrote:
> Hi Michael,
>
> I’m the maintainer of vmxnet3/pvscsi devices in QEMU. Thanks for CC’ing me.
Maybe you can add yourself to MAINTAINERS file as well? :)
I dunno if that's actually needed, but at least this should
stop "strain" patches like this to be sent
12.08.2014 15:14, Zhang Haoyu wrote:
> Hi all,
>
> We choose qemu-2.0.0 as distribution, and which version of seabios is best
> for qemu-2.0.0 ?
qemu comes with bundled seabios, which works best with this version of qemu.
For qemu 2.0, you may use seabios 1.7.4 or 1.7.5 (while 2.1 requires at l
On Sun, Aug 24, 2014 at 10:14 AM, Alistair Francis wrote:
> This patch adds the Netduion Plus 2 machine to QEMU.
>
> Signed-off-by: Alistair Francis
> ---
> hw/arm/Makefile.objs | 2 +-
> hw/arm/netduinoplus2.c | 202
> +
> 2 files changed, 20
On Aug 24, 2014, at 16:10 PM, Michael Tokarev wrote:
> 24.08.2014 16:28, Dmitry Fleytman wrote:
>
>> Hi Michael,
>>
>> I’m the maintainer of vmxnet3/pvscsi devices in QEMU. Thanks for CC’ing me.
>
> Maybe you can add yourself to MAINTAINERS file as well? :)
Yes, this should be done.
How we d
From: zhanghailiang
Handle variable "fd_orig" going out of scope leaks the handle.
Signed-off-by: zhanghailiang
Reviewed-by: Gonglei
Signed-off-by: Michael Tokarev
---
linux-user/syscall.c |1 +
1 file changed, 1 insertion(+)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
inde
From: zhanghailiang
The function fopen() may fail, so check its return value.
Signed-off-by: zhanghailiang
Signed-off-by: Li Liu
Reviewed-by: Alex Bennée
Signed-off-by: Michael Tokarev
---
tests/bios-tables-test.c |5 +
1 file changed, 5 insertions(+)
diff --git a/tests/bios-tables
From: Liming Wang
commit 7537fe04 QMP: QMP/ -> docs/qmp/
Above commit has moved last QMP files to docs/qmp and it's not necessary
to create QMP directory. So remove it from configure.
Signed-off-by: Liming Wang
Signed-off-by: Michael Tokarev
---
configure |4
1 file changed, 4 delet
From: Stefan Weil
Signed-off-by: Stefan Weil
Signed-off-by: Michael Tokarev
---
libdecnumber/decNumber.c | 21 +++--
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/libdecnumber/decNumber.c b/libdecnumber/decNumber.c
index a30632f..58211e7 100644
--- a/libdecn
From: zhanghailiang
fopen() may fail and it does not check its return vaule here,
it is better to dump op count to the normal log file.
Signed-off-by: Li Liu
Signed-off-by: zhanghailiang
Signed-off-by: Michael Tokarev
---
tcg/tcg.c |6 ++
1 file changed, 2 insertions(+), 4 deletions(
This time, we've a bunch of trivial stuff all over, including a series from
zhanghailiang, some minor fixes from Stefan Weil and Peter Crosthwaite,
and also a bugfix for a rare device - vmxnet3 - reviewed by the author.
Please consider pulling/applying.
Thanks,
/mjt
The following changes since
These are some minor fixes necessary to be able to operate ARI capable devices
in PCIe root ports on a q35 machine, using command line options like this:
-device ioh3420,slot=0,id=pcie_port.0
-device ioh3420,slot=1,id=pcie_port.1
-device ,bus=pcie_port.0
-device ,bus=pcie_port.1
Changes since
Rename helper functions to make a clearer distinction between
the PCIe capability/control register feature ARI forwarding and a
device that supports the ARI feature via an ARI extended PCIe capability.
Signed-off-by: Knut Omang
---
hw/pci-bridge/ioh3420.c| 1 +
hw/pci-bridge/xio3130
Signed-off-by: Knut Omang
---
hw/pci-bridge/ioh3420.c | 24
1 file changed, 24 deletions(-)
diff --git a/hw/pci-bridge/ioh3420.c b/hw/pci-bridge/ioh3420.c
index aed2bf1..e6674a1 100644
--- a/hw/pci-bridge/ioh3420.c
+++ b/hw/pci-bridge/ioh3420.c
@@ -157,30 +157,6 @@ stati
PCI_ARI_CAP_NFN, a macro for reading next function was used instead of
the intended write.
Signed-off-by: Knut Omang
---
hw/pci/pcie.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c
index a123c01..de0e967 100644
--- a/hw/pci/pcie.c
+++ b/hw/pci/
From: Ben Draper
When running VMware ESXi under qemu-kvm the guest discards frames
that are too short. Short ARP Requests will be dropped, this prevents
guests on the same bridge as VMware ESXi from communicating. This patch
simply adds the padding on the network device itself.
Signed-off-by: Be
From: zhanghailiang
Here we don't check the return value of malloc() which may fail.
Use the g_new() instead, which will abort the program when
there is not enough memory.
Also, use g_strdup instead of strdup and remove the unnecessary
strdup function.
Signed-off-by: zhanghailiang
Reviewed-by:
Signed-off-by: Knut Omang
---
hw/pci-bridge/ioh3420.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/pci-bridge/ioh3420.c b/hw/pci-bridge/ioh3420.c
index e6674a1..cce2fdd 100644
--- a/hw/pci-bridge/ioh3420.c
+++ b/hw/pci-bridge/ioh3420.c
@@ -85,6 +85,7 @@ static void ioh3420_reset(Devic
From: Stefan Weil
Adding 'update' to the phony targets fixes this error:
$ LANG=C make -C po update
make: Entering directory `/qemu/po'
LINK update
/qemu/po/de_DE.po: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make: *** [update] Error 1
make: Le
From: zhanghailiang
In this file, we don't check the return value of malloc/strdup/realloc which
may fail.
Instead of using these routines, we use the GLib memory APIs
g_malloc/g_strdup/g_realloc.
They will exit on allocation failure, so there is no need to test for failure,
which would be fine
From: Peter Crosthwaite
This have 6 inline usages. Make it a bit more readable by using a local
variable.
Signed-off-by: Peter Crosthwaite
Signed-off-by: Michael Tokarev
---
hw/dma/xilinx_axidma.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/hw/dma/xilinx_a
From: Peter Crosthwaite
It's a constant based on a macro. Just use the macro in place.
Signed-off-by: Peter Crosthwaite
Signed-off-by: Michael Tokarev
---
hw/microblaze/petalogix_ml605_mmu.c |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hw/microblaze/petalogix_ml
I too am getting his bug.
Same error message Todd gets word for word.
Even going to the command prompt yields the same issue.
I have QEMU emulator version 2.0.0 (Debian 2.0.0+dfsg-2ubuntu1.2)
Thank you
--
You received this bug notification because you are a member of qemu-
devel-ml, which is
Commit e8f6d00c30ed88910d0d985f4b2bf41654172ceb ("target-i386: raise
page fault for reserved physical address bits") added a check that the
NX bit is not set on PAE PDPEs, but it also added it to rsvd_mask for
the rest of the function. This caused any PDEs or PTEs with NX set to be
erroneously reje
And where can I find it, 1.7.4 version ?
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1359243
Title:
[BSOD 0xc00d] Can't boot windows with qemu
Status in QEMU:
New
Bug description:
Upgra
I meаnt 1.7.5.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1359243
Title:
[BSOD 0xc00d] Can't boot windows with qemu
Status in QEMU:
New
Bug description:
Upgrading to latest qemu I foun
Sorry, I was a bit inaccurate in my thoughts at Fri about necessary
amount of work, patch lays perfectly on 3.10 with bit of monkey
rewrites. The attached one fixed problem for me - it represents
0b10a1c87a2b0fb459baaefba9cb163dbb8d3344,
0bc830b05c667218d703f2026ec866c49df974fc,
44847dea79751e95665
Il 22/08/2014 10:42, Kevin Wolf ha scritto:
> > Unfortunately, I missed that one. The zeroblock is typicalls 512 Byte or 4K
> > depending
> > on the blocksize.
>
> I don't remember the details, but I think when I went through all
> drivers, I couldn't convince myself that a reasonable block size
Il 24/08/2014 18:19, Andrey Korolyov ha scritto:
> Sorry, I was a bit inaccurate in my thoughts at Fri about necessary
> amount of work, patch lays perfectly on 3.10 with bit of monkey
> rewrites. The attached one fixed problem for me - it represents
> 0b10a1c87a2b0fb459baaefba9cb163dbb8d3344,
> 0b
Hi Kevin and Stefan,
As the realize of bdrv_discard, and this patch has been received, but
I have some question.
This adds a bdrv_discard function to qcow2 that frees the discarded clusters.
It does not yet pass the discard on to the underlying file system driver, but
the space can be reused
On Sun, Aug 24, 2014 at 8:35 PM, Paolo Bonzini wrote:
> Il 24/08/2014 18:19, Andrey Korolyov ha scritto:
>> Sorry, I was a bit inaccurate in my thoughts at Fri about necessary
>> amount of work, patch lays perfectly on 3.10 with bit of monkey
>> rewrites. The attached one fixed problem for me - it
Well, I took it here: https://launchpad.net/ubuntu/+source/seabios.
Although it's for Utopic and, as noted, also unstable, but you're right.
It works ! Thanks.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net
On Sun, Aug 24, 2014 at 8:57 PM, Andrey Korolyov wrote:
> On Sun, Aug 24, 2014 at 8:35 PM, Paolo Bonzini wrote:
>> Il 24/08/2014 18:19, Andrey Korolyov ha scritto:
>>> Sorry, I was a bit inaccurate in my thoughts at Fri about necessary
>>> amount of work, patch lays perfectly on 3.10 with bit of
So, the problem is with the ppa, not qemu. The ppa package does not
express dependencies correctly. Closing as invalid.
** Changed in: qemu
Status: New => Invalid
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.l
Am 24.08.2014 um 18:30 schrieb Paolo Bonzini:
> Il 22/08/2014 10:42, Kevin Wolf ha scritto:
>>> Unfortunately, I missed that one. The zeroblock is typicalls 512 Byte or 4K
>>> depending
>>> on the blocksize.
>> I don't remember the details, but I think when I went through all
>> drivers, I couldn'
On Friday 22 August 2014 20:58:34 Benoît Canet wrote:
> The Friday 22 Aug 2014 à 13:25:43 (+0200), Peter Wu wrote :
> > Before this patch you could not run multiple tests concurrently as they
> > might clobber each other test files. This patch solves that by using
> > random temporary directory ins
Forgot to mention, _actual_ patch from above. Adding
cpu_synchronize_all_states() bringing old bug with lost interrupts
back.
On Sun, Aug 24, 2014 at 03:32:16PM +0200, Knut Omang wrote:
> These are some minor fixes necessary to be able to operate ARI capable devices
> in PCIe root ports on a q35 machine, using command line options like this:
>
> -device ioh3420,slot=0,id=pcie_port.0
> -device ioh3420,slot=1,id=pcie_por
Signed-off-by: Michael S. Tsirkin
---
hw/pci/pcie.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c
index 6cb6e0c..1babddf 100644
--- a/hw/pci/pcie.c
+++ b/hw/pci/pcie.c
@@ -498,7 +498,7 @@ void pcie_cap_flr_write_config(PCIDevice *dev,
}
/* A
The following changes since commit 2656eb7c599e306b95bad82b1372fc49ba3088f6:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819'
into staging (2014-08-20 09:55:42 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags
From: Stefan Berger
Add an SSDT ACPI table for the TPM device.
Add a TCPA table for BIOS logging area when a TPM is being used.
The latter follows this spec here:
http://www.trustedcomputinggroup.org/files/static_page_files/DCD4188E-1A4B-B294-D050A155FB6F7385/TCG_ACPIGeneralSpecification_Public
When memory is allocated on a wrong node, MPOL_MF_STRICT
doesn't move it - it just fails the allocation.
A simple way to reproduce the failure is with mlock=on
realtime feature.
The code comment actually says: "ensure policy won't be ignored"
so setting MPOL_MF_MOVE seems like a better way to do t
From: Knut Omang
Signed-off-by: Knut Omang
Reviewed-by: Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin
---
hw/pci-bridge/ioh3420.c | 24
1 file changed, 24 deletions(-)
diff --git a/hw/pci-bridge/ioh3420.c b/hw/pci-bridge/ioh3420.c
index aed2bf1..e6674a1 100644
From: Paolo Bonzini
The regions are destroyed and recreated on configuration space accesses.
We need to destroy them before the containing PCIBridgeWindows object
is freed.
Reported-by: Gonglei
Reported-by: Knut Omang
Signed-off-by: Paolo Bonzini
Reviewed-by: Michael S. Tsirkin
Signed-off-by
From: Gonglei
Prevent out-of-bounds array access on
acpi_pcihp_pci_status.
Signed-off-by: Gonglei
Reviewed-by: Peter Crosthwaite
Reviewed-by: Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin
Cc: qemu-sta...@nongnu.org
Reviewed-by: Marcel Apfelbaum
---
hw/acpi/pcihp.c | 2 +-
1 file cha
Needed for systems without IASL.
Signed-off-by: Michael S. Tsirkin
---
hw/i386/ssdt-tpm.hex.generated | 95 ++
1 file changed, 95 insertions(+)
create mode 100644 hw/i386/ssdt-tpm.hex.generated
diff --git a/hw/i386/ssdt-tpm.hex.generated b/hw/i386/ssdt-t
From: Knut Omang
Signed-off-by: Knut Omang
Reviewed-by: Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin
---
hw/pci-bridge/ioh3420.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/pci-bridge/ioh3420.c b/hw/pci-bridge/ioh3420.c
index e6674a1..cce2fdd 100644
--- a/hw/pci-bridge/io
From: Knut Omang
Rename helper functions to make a clearer distinction between
the PCIe capability/control register feature ARI forwarding and a
device that supports the ARI feature via an ARI extended PCIe capability.
Signed-off-by: Knut Omang
Reviewed-by: Michael S. Tsirkin
Signed-off-by: Mi
commit 868270f23d8db2cce83e4f082fe75e8625a5fbf9
acpi-build: tweak acpi migration limits
broke kernel loading with -kernel/-initrd: it doubled
the size of ACPI tables but did not reserve
enough memory.
As a result, issues on boot and halt are observed.
Fix this up by doubling reserved memory f
From: Knut Omang
PCI_ARI_CAP_NFN, a macro for reading next function was used instead of
the intended write.
Signed-off-by: Knut Omang
Reviewed-by: Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin
---
hw/pci/pcie.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/pci
Signed-off-by: Michael S. Tsirkin
---
hw/pci/pcie.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c
index 6cb6e0c..1babddf 100644
--- a/hw/pci/pcie.c
+++ b/hw/pci/pcie.c
@@ -498,7 +498,7 @@ void pcie_cap_flr_write_config(PCIDevice *dev,
}
/* A
On Sun, Aug 24, 2014 at 03:32:20PM +0200, Knut Omang wrote:
> Signed-off-by: Knut Omang
BTW pcie_cap_is_arifwd_enabled is still unused.
We really should use it to make ARI work properly, right?
> ---
> hw/pci-bridge/ioh3420.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/hw/pci-br
On Fri, Aug 22, 2014 at 12:58:23PM +0200, Kevin Wolf wrote:
> Am 11.07.2014 um 08:10 hat Hu Tao geschrieben:
> > This patch adds a new option preallocation for raw format, and implements
> > falloc and full preallocation.
> >
> > Reviewed-by: Max Reitz
> > Signed-off-by: Hu Tao
>
> raw-posix ne
On Fri, Aug 22, 2014 at 12:55:51PM +0200, Kevin Wolf wrote:
> Am 11.07.2014 um 08:09 hat Hu Tao geschrieben:
> > Reviewed-by: Max Reitz
> > Reviewed-by: Eric Blake
> > Signed-off-by: Hu Tao
>
> If we make this change, shouldn't we do it consistently across all image
> formats? With this patch w
On Fri, Aug 22, 2014 at 12:57:15PM +0200, Kevin Wolf wrote:
> Am 11.07.2014 um 08:10 hat Hu Tao geschrieben:
> > This patch prepares for the subsequent patches.
> >
> > Reviewed-by: Fam Zheng
> > Reviewed-by: Eric Blake
> > Reviewed-by: Max Reitz
> > Signed-off-by: Hu Tao
>
> Strictly speakin
Hi Valentin,
On Sat, Aug 23, 2014 at 1:05 AM, Valentin Manea
wrote:
> Add support for the OpenCores keyboard device to the default OpenRisc
> machine.
>
> The OpenCores keyboard device is a simple open source keyboard device
> created by the OpenCores project(http://opencores.org/). By default it
On Fri, Aug 22, 2014 at 12:54:29PM +0200, Kevin Wolf wrote:
> Am 28.07.2014 um 10:48 hat Hu Tao geschrieben:
> > ping...
> >
> > All the 6 patches have reviewed-by now.
>
> Looks mostly good to me, I have only a few minor comments that wouldn't
> block inclusion but could be addressed in follow-u
Hi Valentin,
On Sat, Aug 23, 2014 at 1:06 AM, Valentin Manea
wrote:
> The LPC32XX is a simple MMIO touch screen device with a Linux device
> driver. The device is suitable for small machines which require mouse
> input but have no suitable bus(SPI, I2C).
>
> Add the LPC32XX device to the default
On Fri, Aug 22, 2014 at 01:00:53PM +0200, Kevin Wolf wrote:
> Am 11.07.2014 um 08:10 hat Hu Tao geschrieben:
> > This adds preallocation=falloc and preallocation=full mode to qcow2
> > image creation.
> >
> > preallocation=full allocates disk space by writing zeros to disk to
> > ensure disk space
From: Gonglei
Steps:
1.enable qemu debug print, using simply scprit as below:
grep "//#define DEBUG" * -rl | xargs sed -i "s/\/\/#define DEBUG/#define
DEBUG/g"
2. make -j
3. get some warning:
hw/i2c/pm_smbus.c: In function 'smb_ioport_writeb':
hw/i2c/pm_smbus.c:142: warning: format '%04x' expe
On Mon, Aug 18, 2014 at 05:41:03PM +0800, Liu Yuan wrote:
> v6:
> - fix a unused warning introduced by last version
>
Hi Stefan and Kevin,
Benoît Canet has added Reviewed-by tag to both patches, could one of you pick
this patch set?
Thanks
Yuan
On 08/23/2014 06:36 PM, Zhang Haoyu wrote:
> Hi, all
>
> I use a qemu-1.4.1/qemu-2.0.0 to run win7 guest, and encounter e1000 NIC
> interrupt storm,
> because "if (!ent->fields.mask && (ioapic->irr & (1 << i)))" is always true
> in __kvm_ioapic_update_eoi().
>
> Any ideas?
We meet this several
Hi,
> From: Michael Tokarev [mailto:m...@tls.msk.ru]
> Sent: Saturday, August 23, 2014 4:56 PM
> To: qemu-devel
> Cc: Gerd Hoffmann; Gonglei (Arei); 758...@bugs.debian.org; Gabriele
> Giacone
> Subject: [bisected] VNC server can't get all sent chars correctly
>
> There's a bug filed against debia
Hi,
Cc'ing qemu-trivial. Please consider receiving, thanks.
Best regards,
-Gonglei
> -Original Message-
> From: Gonglei (Arei)
> Sent: Thursday, August 21, 2014 9:03 PM
> To: qemu-devel@nongnu.org
> Cc: lcapitul...@redhat.com; Huangweidong (C); peter.crosthwa...@xilinx.com;
> Gonglei (
ping...
This patches have been reviewed-by, only need someone ack it.
Thanks,
Chen
On Mon, 2014-08-18 at 14:46 +0800, Chen Fan wrote:
> when using valgrind to test the command "query memdev", I had
> found some memory leaks. the test result:
>
> ==13802== 4 bytes in 1 blocks are definitely los
From: Li Liu
The outputed stream format is compatile with
'dtc -I dtb -O dts xxx.dtb'.
Signed-off-by: Li Liu
---
device_tree.c | 80 +
1 file changed, 80 insertions(+)
diff --git a/device_tree.c b/device_tree.c
index 14d4015..1e407d2 1
From: Li Liu
dts property's value can be multiple strings. So introduce a function
to check a data with a given length to see if it is all printable and
has a valid terminator. It can contain either a single string, or
multiple strings each of non-zero length.
Signed-off-by: Li Liu
---
device_
From: Li Liu
This patchset let qemu can convert dtb file to dts for two demands:
Some archtectures may generate the dtb file dynamically through
qemu device tree functions. So this let it's possiable to dump final
dtb to dts and save it as a reference.
For novices to debugging the issues caused
From: Li Liu
dump three kind data types 'strings', 'cell' and 'bytes' of dts
to a file desciptor.
Signed-off-by: Li Liu
---
device_tree.c | 39 +++
1 file changed, 39 insertions(+)
diff --git a/device_tree.c b/device_tree.c
index 29d9acc..14d4015 100644
-
From: Li Liu
add the main function to analyse the parameter 'dumpdts' as a
filename the dts will be dumped to.
Signed-off-by: Li Liu
---
device_tree.c| 21 +
include/sysemu/device_tree.h |1 +
2 files changed, 22 insertions(+)
diff --git a/device_tree
From: Li Liu
Signed-off-by: Li Liu
---
vl.c |4
1 file changed, 4 insertions(+)
diff --git a/vl.c b/vl.c
index b796c67..853f748 100644
--- a/vl.c
+++ b/vl.c
@@ -357,6 +357,10 @@ static QemuOptsList qemu_machine_opts = {
.type = QEMU_OPT_STRING,
.help = "Dump
From: Li Liu
By calling qemu_fdt_dumdts before qemu_fdt_dumpdtb.
Signed-off-by: Li Liu
---
hw/arm/boot.c |1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/boot.c b/hw/arm/boot.c
index e32f2f4..18cc8ac 100644
--- a/hw/arm/boot.c
+++ b/hw/arm/boot.c
@@ -394,6 +394,7 @@ static int loa
On 2014/8/24 19:12, Michael S. Tsirkin wrote:
On Fri, Aug 22, 2014 at 09:06:20AM +0800, Chen, Tiejun wrote:
On 2014/8/22 0:16, Konrad Rzeszutek Wilk wrote:
On Thu, Aug 21, 2014 at 09:28:28AM +0800, Tiejun Chen wrote:
Currenjly this ISA bridge should be fixed at 1f.0, and pass the
Currently
On Fri, Aug 22, 2014 at 05:00:08PM +0100, Richard W.M. Jones wrote:
> On Fri, Aug 22, 2014 at 05:53:22PM +0200, Kevin Wolf wrote:
> > Am 22.08.2014 um 17:34 hat Richard W.M. Jones geschrieben:
> > > On Fri, Aug 22, 2014 at 05:22:33PM +0200, Kevin Wolf wrote:
> > > > It's still useful because it hap
On Fri, 08/22 18:11, Benoît Canet wrote:
> Since the block layer code is starting to modify the BDS graph right in the
> middle of BDS chains (block-mirror's replace parameter for example) QEMU needs
> to properly block and unblock whole BDS subtrees; recursion is a neat way to
> achieve this task.
> From: Michael S. Tsirkin [mailto:m...@redhat.com]
> Subject: Re: [PATCH v2 4/4] ioh3420: Enable ARI forwarding
>
> On Sun, Aug 24, 2014 at 03:32:20PM +0200, Knut Omang wrote:
> > Signed-off-by: Knut Omang
>
> BTW pcie_cap_is_arifwd_enabled is still unused.
Not yet, but I have posted a patch s
87 matches
Mail list logo