[Qemu-devel] [PATCH] tcg: Add documentation for missing tcg-ops

2015-01-10 Thread Bastian Koppelmann
The documentation for the tcg-ops subfi, extr_i64_i32 and extr32_i64 was still missing. Signed-off-by: Bastian Koppelmann kbast...@mail.uni-paderborn.de --- tcg/README | 12 1 file changed, 12 insertions(+) diff --git a/tcg/README b/tcg/README index a550ff1..ba40023 100644 ---

[Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-10 Thread Christopher Horler
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

Re: [Qemu-devel] [PATCH 2/6] linux-user/alpha: Add define for NR_shmat to enable shmat syscall

2015-01-10 Thread Peter Maydell
Oops, just realized I got RTH's email wrong on the cc. Sorry... -- PMM On 8 January 2015 at 12:19, Peter Maydell peter.mayd...@linaro.org 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

[Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-10 Thread Christopher Horler
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

[Qemu-devel] [Bug 1409246] Re: ARM GIC / PL061 error on uni-processor system

2015-01-10 Thread Christopher Horler
** 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.

[Qemu-devel] [Bug 1316115] Re: linux-user qemu-arm NEON support

2015-01-10 Thread Christopher Horler
** 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

[Qemu-devel] [Bug 1409246] [NEW] ARM GIC / PL061 error on uni-processor system

2015-01-10 Thread Christopher Horler
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 -

Re: [Qemu-devel] [PULL 00/26] Block patches

2015-01-10 Thread Peter Maydell
On 9 January 2015 at 10:16, Stefan Hajnoczi stefa...@redhat.com 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

Re: [Qemu-devel] [PATCH] tcg: Add documentation for missing tcg-ops

2015-01-10 Thread Bastian Koppelmann
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

Re: [Qemu-devel] [PULL 00/26] Block patches

2015-01-10 Thread Peter Maydell
On 10 January 2015 at 19:05, Peter Maydell peter.mayd...@linaro.org wrote: On 9 January 2015 at 10:16, Stefan Hajnoczi stefa...@redhat.com 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:

Re: [Qemu-devel] [PATCH] tcg: Add documentation for missing tcg-ops

2015-01-10 Thread Richard Henderson
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

Re: [Qemu-devel] [PATCH 2/6] linux-user/alpha: Add define for NR_shmat to enable shmat syscall

2015-01-10 Thread Richard Henderson
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

Re: [Qemu-devel] [PULL 00/37] ppc patch queue 2015-01-07

2015-01-10 Thread Peter Maydell
On 7 January 2015 at 15:20, Alexander Graf ag...@suse.de wrote: Hi Peter, This is my current patch queue for ppc. Please pull. Alex The following changes since commit ab0302ee764fd702465aef6d88612cdff4302809: Merge remote-tracking branch

Re: [Qemu-devel] [PULL v2 0/7] pc: resizeable ROM blocks

2015-01-10 Thread Peter Maydell
On 8 January 2015 at 13:26, Michael S. Tsirkin m...@redhat.com 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

Re: [Qemu-devel] [PATCH] tcg: Add documentation for missing tcg-ops

2015-01-10 Thread Richard Henderson
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

Re: [Qemu-devel] [PULL 00/02] seccomp branch queue

2015-01-10 Thread Peter Maydell
On 5 January 2015 at 17:23, Eduardo Otubo eduardo.ot...@profitbricks.com 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

[Qemu-devel] [PATCH v3 4/9] pci: add rocker device ID

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com Signed-off-by: Scott Feldman sfel...@gmail.com Signed-off-by: Jiri Pirko j...@resnulli.us --- 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

[Qemu-devel] [PATCH v3 7/9] qmp: add rocker device support

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com 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

[Qemu-devel] [PATCH v3 9/9] MAINTAINERS: add rocker

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com Signed-off-by: Scott Feldman sfel...@gmail.com Signed-off-by: Jiri Pirko j...@resnulli.us --- MAINTAINERS |6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7fc3cdb..0f2dada 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[Qemu-devel] [PATCH v3 5/9] pci: add network device class 'other' for network switches

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com 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 sfel...@gmail.com Signed-off-by: Jiri Pirko j...@resnulli.us --- include/hw/pci/pci_ids.h |1 + 1

[Qemu-devel] [PATCH v3 0/9] rocker: add new rocker ethernet switch device

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com 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

[Qemu-devel] [PATCH v3 2/9] virtio-net: use qemu_mac_strdup_printf

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com Signed-off-by: Scott Feldman sfel...@gmail.com --- 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 +++

Re: [Qemu-devel] [PATCH] target-mips: add CPU definition for MIPS-II

2015-01-10 Thread Maciej W. Rozycki
On Tue, 25 Nov 2014, Vasileios Kalintiris wrote: Add mips2-generic among CPU definitions for MIPS. Signed-off-by: Vasileios Kalintiris vasileios.kalinti...@imgtec.com --- target-mips/translate_init.c | 23 +++ 1 file changed, 23 insertions(+) diff --git

[Qemu-devel] [PATCH v3 8/9] rocker: add tests

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com 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

[Qemu-devel] [PATCH v3 3/9] rocker: add register programming guide

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com 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 sfel...@gmail.com

[Qemu-devel] [PATCH v3 1/9] net: add MAC address string printer

2015-01-10 Thread sfeldma
From: Scott Feldman sfel...@gmail.com We can use this in virtio-net code as well as new Rocker driver code, so up-level this. Signed-off-by: Scott Feldman sfel...@gmail.com --- include/net/net.h |1 + net/net.c |7 +++ 2 files changed, 8 insertions(+) diff --git