qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Vasile Catalin-B50542 <catalin.vasile@freescale.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel@nongnu.org, Catalin Vasile <catalinvasile92@gmail.com>
Subject: Re: [Qemu-devel] qemu sources and makefile system
Date: Fri, 9 Jan 2015 10:02:12 +0200	[thread overview]
Message-ID: <54AF8B04.1090402@freescale.com> (raw)
In-Reply-To: <20150107130259.GD18014@stefanha-thinkpad.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 2612 bytes --]

Thanks. It will be helpful in the future.
I managed to make it work. The code was included, but I forgot to 
register the device type on the virtio-pci bus.

static void virtio_pci_register_types(void)
{
     /* ... */
     type_register_static(&virtio_src_pci_info);
     /* ... */
}

On 07.01.2015 15:02, Stefan Hajnoczi wrote:
> On Tue, Jan 06, 2015 at 11:44:34AM +0200, Catalin Vasile wrote:
>> I'm new to qemu-devel and I'm trying to add a ".c" source to qemu.
>> To be more specific, I'm trying to add a file into <qemu src>/hw/virtio/.
>> I've added "common-obj-y += virtio-src.o" to the Makefile.objs in that
>> folder
>> and when I'm compiling qemu it seems to compile the sources, but I don't
>> know
>> if they are added to the qemu binary.
>> Is there anything else left to do in order for qemu build system to include
>> my source file?
> You could look at the link map to see which object files are included by the linker:
>
> 1. Run make V=1 to see the final gcc command-line.
> 2. Copy the command-line and append -Xlinker -Map=output.map
> 3. Now look at the output.map file
>
> Or look at the symbol table in the binary:
>
> $ readelf -s x86_64-softmmu/qemu-system-x86_64 | grep virtio-
>     740: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-blk.c
>     791: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-blk.c
>     799: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-serial-bus.c
>    1158: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-net.c
>    1262: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-scsi.c
>    1329: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-scsi-dataplane.c
>    1554: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-balloon.c
>    4884: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-console.c
>    9308: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-rng.c
>    9333: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-pci.c
>    9453: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-bus.c
>    9476: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS virtio-mmio.c
>
> If you need help, please post a git URL so we can see your code.
>
> Stefan

-- 

CatalinVasile

Intern, DN-Software

FreescaleSemiconductor, Inc.

www.freescale.com

phone: 073-021-1938

e-mail: catalin.vasile@freescale.com <mailto:your.name@freescale.com>

*Freescale_Logo-nosemi_Lh_4c***

This e-mail, and any associated attachments have been classified as:

[ ] Public

[ ] Freescale Semiconductor Internal Use Only

[ ] Freescale Semiconductor Confidential Proprietary


[-- Attachment #2.1: Type: text/html, Size: 30804 bytes --]

[-- Attachment #2.2: image002.gif --]
[-- Type: image/gif, Size: 1979 bytes --]

  reply	other threads:[~2015-01-09  8:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06  9:44 [Qemu-devel] qemu sources and makefile system Catalin Vasile
2015-01-07 13:02 ` Stefan Hajnoczi
2015-01-09  8:02   ` Vasile Catalin-B50542 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-06 12:25 Vasile Catalin-B50542
2015-01-06 19:45 ` Paolo Bonzini
2015-01-06  9:41 Catalin Vasile
2015-01-06  9:21 Vasile Catalin-B50542

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54AF8B04.1090402@freescale.com \
    --to=catalin.vasile@freescale.com \
    --cc=catalinvasile92@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).