* [Qemu-devel] [PATCH 2/3] Compile vl.c once
@ 2010-04-15 19:08 Blue Swirl
2010-05-04 6:31 ` TeLeMan
0 siblings, 1 reply; 3+ messages in thread
From: Blue Swirl @ 2010-04-15 19:08 UTC (permalink / raw)
To: qemu-devel
Since kvm.h can be used in files compiled once,
we can partially revert
b33612d03540fda7fa67485f1c20395beb7a2bf0.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
---
Makefile.objs | 2 +-
Makefile.target | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.objs b/Makefile.objs
index ab1af88..c0fe5e2 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -128,7 +128,7 @@ user-obj-y += cutils.o cache-utils.o
# libhw
hw-obj-y =
-hw-obj-y += loader.o
+hw-obj-y += vl.o loader.o
hw-obj-y += virtio.o virtio-console.o
hw-obj-y += fw_cfg.o pci.o pci_host.o pcie_host.o
hw-obj-y += watchdog.o
diff --git a/Makefile.target b/Makefile.target
index 34ceed6..3bd4b86 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -162,7 +162,7 @@ endif #CONFIG_BSD_USER
# System emulator target
ifdef CONFIG_SOFTMMU
-obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o vl.o balloon.o
+obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o balloon.o
# virtio has to be here due to weird dependency between PCI and virtio-net.
# need to fix this properly
obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o
--
1.6.2.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH 2/3] Compile vl.c once
2010-04-15 19:08 [Qemu-devel] [PATCH 2/3] Compile vl.c once Blue Swirl
@ 2010-05-04 6:31 ` TeLeMan
2010-05-04 19:57 ` Blue Swirl
0 siblings, 1 reply; 3+ messages in thread
From: TeLeMan @ 2010-05-04 6:31 UTC (permalink / raw)
To: Blue Swirl; +Cc: qemu-devel
This patch breaks cpu list("-cpu ?").
--
SUN OF A BEACH
On Fri, Apr 16, 2010 at 03:08, Blue Swirl <blauwirbel@gmail.com> wrote:
> Since kvm.h can be used in files compiled once,
> we can partially revert
> b33612d03540fda7fa67485f1c20395beb7a2bf0.
>
> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
> ---
> Makefile.objs | 2 +-
> Makefile.target | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile.objs b/Makefile.objs
> index ab1af88..c0fe5e2 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -128,7 +128,7 @@ user-obj-y += cutils.o cache-utils.o
> # libhw
>
> hw-obj-y =
> -hw-obj-y += loader.o
> +hw-obj-y += vl.o loader.o
> hw-obj-y += virtio.o virtio-console.o
> hw-obj-y += fw_cfg.o pci.o pci_host.o pcie_host.o
> hw-obj-y += watchdog.o
> diff --git a/Makefile.target b/Makefile.target
> index 34ceed6..3bd4b86 100644
> --- a/Makefile.target
> +++ b/Makefile.target
> @@ -162,7 +162,7 @@ endif #CONFIG_BSD_USER
> # System emulator target
> ifdef CONFIG_SOFTMMU
>
> -obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o vl.o balloon.o
> +obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o balloon.o
> # virtio has to be here due to weird dependency between PCI and virtio-net.
> # need to fix this properly
> obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o
> --
> 1.6.2.4
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH 2/3] Compile vl.c once
2010-05-04 6:31 ` TeLeMan
@ 2010-05-04 19:57 ` Blue Swirl
0 siblings, 0 replies; 3+ messages in thread
From: Blue Swirl @ 2010-05-04 19:57 UTC (permalink / raw)
To: TeLeMan; +Cc: qemu-devel
On 5/4/10, TeLeMan <geleman@gmail.com> wrote:
> This patch breaks cpu list("-cpu ?").
Thanks for reporting. Fixed in HEAD.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-04 19:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15 19:08 [Qemu-devel] [PATCH 2/3] Compile vl.c once Blue Swirl
2010-05-04 6:31 ` TeLeMan
2010-05-04 19:57 ` Blue Swirl
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).