** 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.launchpad.net/bugs/1316115
Title:
linux-user qemu-arm NEON support
Status in QEMU:
Invalid
Bug description:
I was
Public bug reported:
chorler@linux-foxtrot:~/projects/src/qemu> git describe
v2.2.0-369-gab0302e
When booting Linux 3.19.1 (default buildroot), configured for realview-
pb-a8 on qemu from git (as above).
The following message appears (line 253/ 254 of attached log):
"GIC CPU mask not found - ker
** Attachment added: "QEmu command line / boot log"
https://bugs.launchpad.net/qemu/+bug/1409246/+attachment/4295187/+files/qemu-console-boot.log
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1409
now I look further I notice that the pl061_platform_data structures are
not fully initialised in the kernel
linux-3.18.1/arch/arm/mach-realview/realview_pba8.c
so this probably isn't a qemu bug
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed
The documentation for the tcg-ops subfi, extr_i64_i32 and extr32_i64 was still
missing.
Signed-off-by: Bastian Koppelmann
---
tcg/README | 12
1 file changed, 12 insertions(+)
diff --git a/tcg/README b/tcg/README
index a550ff1..ba40023 100644
--- a/tcg/README
+++ b/tcg/README
@@ -1
Oops, just realized I got RTH's email wrong on the cc. Sorry...
-- PMM
On 8 January 2015 at 12:19, Peter Maydell wrote:
> For historical reasons, the define for the shmat() syscall on Alpha is
> NR_osf_shmat; however it has the same semantics as this syscall does
> on all other architectures, so
confirmed - not a bug, patching the kernel fixes the problem.
** 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.launchpad.net/bugs/1409246
Title:
ARM GIC / PL061 error o
On 9 January 2015 at 10:16, Stefan Hajnoczi wrote:
> This pull request depends on the previous block pull request which has not
> been
> merged yet. It was sent on Monday, 5th of January (Message-id:
> <1420458696-1885-1-git-send-email-stefa...@redhat.com>).
>
> The following changes since commi
On 10 January 2015 at 19:05, Peter Maydell wrote:
> On 9 January 2015 at 10:16, Stefan Hajnoczi wrote:
>> This pull request depends on the previous block pull request which has not
>> been
>> merged yet. It was sent on Monday, 5th of January (Message-id:
>> <1420458696-1885-1-git-send-email-ste
On 01/10/2015 08:51 AM, Bastian Koppelmann wrote:
> The documentation for the tcg-ops subfi, extr_i64_i32 and extr32_i64 was still
> missing.
No, there are no such tcg ops.
There are *functions* by these names in tcg-op.h, but no opcodes.
If you want to document this sort of thing, it should go
On 5 January 2015 at 17:23, Eduardo Otubo
wrote:
> The following changes since commit b574f602680d41c4cf4a9c106e3e2244bed01cdd:
>
> Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into
> staging (2014-12-17 19:22:42 +)
>
> are available in the git repository at:
>
>
>
Sorry ..., I did not use reply all ...
On 01/10/2015 07:37 PM, Richard Henderson wrote:
On 01/10/2015 08:51 AM, Bastian Koppelmann wrote:
The documentation for the tcg-ops subfi, extr_i64_i32 and extr32_i64 was still
missing.
No, there are no such tcg ops.
There are *functions* by these names
On 01/10/2015 01:15 PM, Bastian Koppelmann wrote:
> Fair enough. Where would you recommend to put the documentation?
I don't know. I don't know where would be most useful.
Perhaps just expanded comments in the header?
Comments might be best, as it'll be easiest to keep up
to date as the code evo
On 01/10/2015 07:56 AM, Peter Maydell wrote:
>> #define TARGET_NR_osf_shmat209
>> +/* this has the usual shmat semantics so give it the name syscall.c expects
>> + * so that our support for it is enabled.
>> + */
>> +#define TARGET_NR_shmat TARGET_NR_osf_shmat
Eh, you could just s/osf
On 7 January 2015 at 15:20, Alexander Graf wrote:
> Hi Peter,
>
> This is my current patch queue for ppc. Please pull.
>
> Alex
>
>
> The following changes since commit ab0302ee764fd702465aef6d88612cdff4302809:
>
> Merge remote-tracking branch
> 'remotes/pmaydell/tags/pull-target-arm-20141223'
On 8 January 2015 at 13:26, Michael S. Tsirkin wrote:
> Changes from v1:
> - squashed two patches, as suggested by Paolo
> - comment fixup suggested by Paolo
> - added acks by Paolo
>
> The following changes since commit d86fb03469e016af4e54f04efccbc20a8afa3e19:
>
> Merge remote-trac
From: Scott Feldman
Signed-off-by: Scott Feldman
---
hw/net/virtio-net.c | 12 +++-
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
index e574bd4..9afe669 100644
--- a/hw/net/virtio-net.c
+++ b/hw/net/virtio-net.c
@@ -226,12 +226
From: Scott Feldman
v3:
- Per Stefan Hajnoczi review:
- move HMP rocker cmds to "info rocker"
- prefix QMP rocker cmds with query-
- tag QMP cmds as "Since 2.3"
- convert structs to typedef with CamelCase naming
- Remove SDHCI device ID move patch...Paolo Bonzini is addres
From: Scott Feldman
Rocker is an ethernet switch device, so add 'other' network device class as
defined by PCI to cover these types of devices.
Signed-off-by: Scott Feldman
Signed-off-by: Jiri Pirko
---
include/hw/pci/pci_ids.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/hw
From: Scott Feldman
We can use this in virtio-net code as well as new Rocker driver code, so
up-level this.
Signed-off-by: Scott Feldman
---
include/net/net.h |1 +
net/net.c |7 +++
2 files changed, 8 insertions(+)
diff --git a/include/net/net.h b/include/net/net.h
index
From: Scott Feldman
Add some basic test for rocker to test L2/L3/L4 functionality. Requires an
external test environment, simp, located here:
https://github.com/scottfeldman/simp
To run tests, simp environment must be installed and a suitable VM image built
and installed with a Linux 3.18 (or
From: Scott Feldman
This is the register programming guide for the Rocker device. It's intended
for driver writers and device writers. It covers the device's PCI space,
the register set, DMA interface, and interrupts.
Signed-off-by: Scott Feldman
Signed-off-by: Jiri Pirko
---
hw/net/rocker/
From: Scott Feldman
Signed-off-by: Scott Feldman
Signed-off-by: Jiri Pirko
---
docs/specs/pci-ids.txt |1 +
include/hw/pci/pci.h |1 +
2 files changed, 2 insertions(+)
diff --git a/docs/specs/pci-ids.txt b/docs/specs/pci-ids.txt
index c6732fe..e4a4490 100644
--- a/docs/specs/pci-ids
From: Scott Feldman
Add QMP/HMP support for rocker devices. This is mostly for debugging purposes
to see inside the device's tables and port configurations. Some examples:
(qemu) info rocker sw1
name: sw1
id: 0x013512005452
ports: 4
(qemu) info rocker-ports sw1
ena/speed/
From: Scott Feldman
Signed-off-by: Scott Feldman
Signed-off-by: Jiri Pirko
---
MAINTAINERS |6 ++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7fc3cdb..0f2dada 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -734,6 +734,12 @@ S: Maintained
F: hw/net/vmxn
On Tue, 25 Nov 2014, Vasileios Kalintiris wrote:
> Add mips2-generic among CPU definitions for MIPS.
>
> Signed-off-by: Vasileios Kalintiris
> ---
> target-mips/translate_init.c | 23 +++
> 1 file changed, 23 insertions(+)
>
> diff --git a/target-mips/translate_init.c b/tar
26 matches
Mail list logo