On 10/12/10 17:52, Markus Armbruster wrote:
> Still not entirely happy, but maybe we can commit it as is, and fix it
> up later.
No worries, I think this is the most serious review I have ever received
for any piece of code, but you're finding valid points so it's good. If
all of QEMU had been rev
On Tue, Oct 12, 2010 at 05:00:34PM -0500, Anthony Liguori wrote:
> On 10/12/2010 04:34 PM, Juergen Lock wrote:
> > In article<4cb38c82.1090...@linux.vnet.ibm.com> you write:
> >
> >> After suffering from a prolonged maintainer softlockup, I'm attempting
> >> to get 0.13.0 release process back
Dear All.
Currently, QEMU doesn't trace all instructions in loop
for example:
main.c
--
main()
{
int a = 1,b = 2,c = 3, i;
int sum,sub,mul;
for(i = 0; i < 3; i++) {
sum = b+c;
sub = b-c;
mul = b*c;
}
r
On 10/12/2010 06:18 PM, Christian Brunner wrote:
Hi Anthony,
Hi Kevin,
Hi Stefan,
here is an updated version of the ceph/rbd block driver. It includes all
the changes Yehuda made after the discussion on the list last weekend.
As far as I can tell all the issues discussed are fixed.
Please let u
On 10/12/2010 04:34 PM, Juergen Lock wrote:
In article<4cb38c82.1090...@linux.vnet.ibm.com> you write:
After suffering from a prolonged maintainer softlockup, I'm attempting
to get 0.13.0 release process back on track.
I've tagged qemu-0.13.0-rc3 in git which only carries a few changes
sin
In article <4cb38c82.1090...@linux.vnet.ibm.com> you write:
>After suffering from a prolonged maintainer softlockup, I'm attempting
>to get 0.13.0 release process back on track.
>
>I've tagged qemu-0.13.0-rc3 in git which only carries a few changes
>since 0.13.0-rc1. Most notably, a series of up
Hi Anthony,
Hi Kevin,
Hi Stefan,
here is an updated version of the ceph/rbd block driver. It includes all
the changes Yehuda made after the discussion on the list last weekend.
As far as I can tell all the issues discussed are fixed.
Please let us know if the driver is ready for inclusion now.
T
It turns out, that if you use the ACPI Multiprocessor, this problem goes
away. If you use MPS Multiprocessor, then this problem occurs. The worst
part is if you originally built the VM without ACPI, then there is *no
way* to use on the ACPI HALs in Windows XP without reinstalling. There's
a ton of
On Tue, Oct 12, 2010 at 1:00 PM, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini
> ---
> Please test this on SPARC. :)
>
> configure | 72
> +
> 1 files changed, 39 insertions(+), 33 deletions(-)
>
> diff --git a/configure
On Tue, Oct 12, 2010 at 1:00 PM, Paolo Bonzini wrote:
> Be consistent with Autoconf-generated scripts.
>
> Signed-off-by: Paolo Bonzini
> ---
> configure | 8
> rules.mak | 8
> 2 files changed, 12 insertions(+), 4 deletions(-)
>
> diff --git a/configure b/configure
> ind
Hi,
I am trying to test the ivshmem in KVM. The shared memory without
server works. But I can not find the ivshmem-server. The server pulled
from http://www.gitorious.org/nahanni does not seem to work with the
ivshmem implementation in qemu.git (outdated?). Could any one please
kindly tell me how
On Tue, Oct 12, 2010 at 1:00 PM, Paolo Bonzini wrote:
> Non-existent -I paths are dropped silently by the compiler, but still
> it is not polite to pass bogus options. Configure-time tests do not
> need any include files from the source path, so only include -I flags
> at make time (when they're
On Tue, Oct 12, 2010 at 10:45:58AM -0700, H. Peter Anvin wrote:
> On 10/12/2010 10:41 AM, Gleb Natapov wrote:
> > On Tue, Oct 12, 2010 at 10:35:51AM -0700, H. Peter Anvin wrote:
> >> On real hardware it is shared between BIOS and the OS, actually.
> >>
> > Guest OS can write in qemu CMOS too. But w
On Tue, Oct 12, 2010 at 1:00 PM, Paolo Bonzini wrote:
> `make speed' only makes sense if not cross-compiling, so sha1 can
> use the CC for the system that is hosting qemu. sha1-i386 is also
> wrong, since there is usually no variable for the target CC; guess
> some plausible values.
>
> Signed-of
On Tue, Oct 12, 2010 at 1:00 PM, Paolo Bonzini wrote:
> I didn't test with sparse, but the old code using += before a variable
> was set was wrong. Sparse support should probably be ripped out or
> redone, but this at least keeps some sanity.
>
> Signed-off-by: Paolo Bonzini
> ---
> configure |
Hi,
I am trying to test the ivshmem in KVM. The shared memory without
server works. But I can not
find the ivshmem-server. The server pulled from
http://www.gitorious.org/nahanni does not seem
to work with the ivshmem implementation in qemu.git (outdated?). Could
any one please kindly
tell me how
On 10/12/2010 12:09 PM, Alon Levy wrote:
The smart card is not being migrated. It is running on the client machine,
which is not being migrated/shutdown (same as vncviewer isn't migrated).
Ok, let's look at this compared to another similar use-case: USB
passthrough of a webcam device that
On Thu, Sep 23, 2010 at 7:28 PM, Stefan Weil wrote:
> Replace the remaining format attribute printf by macro
> GCC_FMT_ATTR which uses gnu_printf (if supported).
>
> This needs additional code changes:
>
> * Add qemu-common.h (which defined GCC_FMT_ATTR) were needed.
>
> * Remove standard includes
On Mon, Oct 11, 2010 at 4:22 PM, Stefan Weil wrote:
> Am 10.10.2010 00:46, schrieb Andreas Färber:
>>
>> Am 04.10.2010 um 21:29 schrieb Stefan Weil:
>>
>>> Am 25.09.2010 09:46, schrieb Blue Swirl:
On Thu, Sep 23, 2010 at 8:44 PM, Stefan Weil
wrote:
>
> Am 23.09.2010 22:33,
On 10/12/2010 10:41 AM, Gleb Natapov wrote:
> On Tue, Oct 12, 2010 at 10:35:51AM -0700, H. Peter Anvin wrote:
>> On real hardware it is shared between BIOS and the OS, actually.
>>
> Guest OS can write in qemu CMOS too. But what is it useful for? Most of
> its content is not standard AFAIK.
>
Thi
On Sun, Oct 10, 2010 at 01:37:45PM +0200, Dragos Tatulea wrote:
> Hi,
>
> > More importantly: anyone's going to work on this?
>
> I'd like to work on this. Might need some assistance though.
>
> Thanks,
> Dragos
BTW, as in some situations hardware might not be able satisfy
requirements, a subse
On Tue, Oct 12, 2010 at 10:35:51AM -0700, H. Peter Anvin wrote:
> On real hardware it is shared between BIOS and the OS, actually.
>
Guest OS can write in qemu CMOS too. But what is it useful for? Most of
its content is not standard AFAIK.
> "Gleb Natapov" wrote:
>
> >On Tue, Oct 12, 2010 at 09
On real hardware it is shared between BIOS and the OS, actually.
"Gleb Natapov" wrote:
>On Tue, Oct 12, 2010 at 09:33:16AM -0700, H. Peter Anvin wrote:
>> On 10/12/2010 01:01 AM, Gleb Natapov wrote:
>> > On Mon, Oct 11, 2010 at 02:15:26PM -0700, H. Peter Anvin wrote:
>> >>> I don't disagree.
>>
On Mon, Oct 11, 2010 at 12:52 PM, Markus Armbruster wrote:
> Warns about this line in check-qjson.c:
> QObject *obj = qobject_from_json("");
>
> The obvious fix (add -Wno-format-zero-length to gcc_flags) doesn't
> work, because -Wall switches it on again. Fix by putting configured
> flags last
Public bug reported:
In several places, including the tcp migration code, qemu uses
gethostbyname and inet_aton to construct a sockaddr_in. These should be
replaced by the more modern getaddrinfo for both connect and accept,
along with a loop to try all returned addrinfo structs on the connecting
- "Anthony Liguori" wrote:
> On 10/12/2010 11:43 AM, Alon Levy wrote:
> > - "Anthony Liguori" wrote:
> >
> >
> >> On 10/12/2010 11:03 AM, Alon Levy wrote:
> >>
> >>> - "Anthony Liguori" wrote:
> >>>
> >>>
> >>>
> On 10/12/2010 07:58 AM, Alon Levy wrote:
> >>
On Tue, Oct 12, 2010 at 09:33:16AM -0700, H. Peter Anvin wrote:
> On 10/12/2010 01:01 AM, Gleb Natapov wrote:
> > On Mon, Oct 11, 2010 at 02:15:26PM -0700, H. Peter Anvin wrote:
> >>> I don't disagree.
> >>>
> >>> I think the best thing to do is to let SeaBIOS create a boot order table
> >>> that
On 10/12/2010 11:43 AM, Alon Levy wrote:
- "Anthony Liguori" wrote:
On 10/12/2010 11:03 AM, Alon Levy wrote:
- "Anthony Liguori" wrote:
On 10/12/2010 07:58 AM, Alon Levy wrote:
This patch adds a new device, it is described in full in the
- "Anthony Liguori" wrote:
> On 10/12/2010 11:03 AM, Alon Levy wrote:
> > - "Anthony Liguori" wrote:
> >
> >
> >> On 10/12/2010 07:58 AM, Alon Levy wrote:
> >>
> >>> This patch adds a new device, it is described in full in the
> second
> >>>
> >> patch
> >>
> >>>
On 10/12/2010 10:59 AM, Stefan Hajnoczi wrote:
On Tue, Oct 12, 2010 at 05:39:48PM +0200, Kevin Wolf wrote:
Am 12.10.2010 17:22, schrieb Anthony Liguori:
On 10/12/2010 10:08 AM, Kevin Wolf wrote:
Otherwise we might destroy data that isn't
even touched by the guest request i
On 10/12/2010 01:01 AM, Gleb Natapov wrote:
> On Mon, Oct 11, 2010 at 02:15:26PM -0700, H. Peter Anvin wrote:
>>> I don't disagree.
>>>
>>> I think the best thing to do is to let SeaBIOS create a boot order table
>>> that contains descriptive information and then advertise that to QEMU.
>>>
>>> QE
Am 12.10.2010 14:41, schrieb Markus Armbruster:
Commit db667a12 added a reference to ROM file
gpxe-eepro100-80862449.rom, but no such file. Intentional?
Yes. See
http://lists.nongnu.org/archive/html/qemu-devel/2010-05/msg00418.html
Citation from my former mail:
Yes, it is missing. I did
Am 12.10.2010 00:15, schrieb Anthony Liguori:
After suffering from a prolonged maintainer softlockup, I'm attempting
to get 0.13.0 release process back on track.
I've tagged qemu-0.13.0-rc3 in git which only carries a few changes
since 0.13.0-rc1. Most notably, a series of updates from Kevin
On 10/12/2010 11:03 AM, Alon Levy wrote:
- "Anthony Liguori" wrote:
On 10/12/2010 07:58 AM, Alon Levy wrote:
This patch adds a new device, it is described in full in the second
patch
intro and also in the documentation in docs. In brief it provides a
sta
On 10/12/2010 06:16 PM, Anthony Liguori wrote:
It's fairly simple to add a sync to this path. It's probably worth
checking the prefill/postfill for zeros and avoiding the write/sync if
that's the case. That should optimize the common cases of allocating
new space within a file.
My intuit
- "Anthony Liguori" wrote:
> On 10/12/2010 07:58 AM, Alon Levy wrote:
> > This patch adds a new device, it is described in full in the second
> patch
> > intro and also in the documentation in docs. In brief it provides a
> standard
> > smart card reader device.
> >
> > The first patch is th
On Tue, Oct 12, 2010 at 05:39:48PM +0200, Kevin Wolf wrote:
> Am 12.10.2010 17:22, schrieb Anthony Liguori:
> > On 10/12/2010 10:08 AM, Kevin Wolf wrote:
> >> Otherwise we might destroy data that isn't
> >> even touched by the guest request in case of a crash.
> >>
> >
> > The failure scenar
Still not entirely happy, but maybe we can commit it as is, and fix it
up later.
jes.soren...@redhat.com writes:
> From: Jes Sorensen
>
> strtosz() returns -1 on error. It now supports human unit formats in
> eg. 1.0G, with better error handling.
>
> This version lets strtod() do the actual pars
I encountered two issues with 0.13.0-rc1, not sure how to tell if the patches
have been applied?
one is this patch: http://patchwork.ozlabs.org/patch/62420/
discussed here:
http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg01114.html
the other was
http://lists.nongnu.org/archive/html/qe
Public bug reported:
With the RTC configure for Binary instead of BCD I am getting the
incorrect result for Century.
mov al, 0x0B; Set RTC to binary mode
out 0x70, al
in al, 0x71
bts ax, 2
mov bl, al
mov al, 0x0B
out 0x70
Am 12.10.2010 17:22, schrieb Anthony Liguori:
> On 10/12/2010 10:08 AM, Kevin Wolf wrote:
>> Otherwise we might destroy data that isn't
>> even touched by the guest request in case of a crash.
>>
>
> The failure scenarios are either that the cluster is leaked in which
> case, the old versio
Am 08.10.2010 17:48, schrieb Stefan Hajnoczi:
> This patch implements the read/write state machine. Operations are
> fully asynchronous and multiple operations may be active at any time.
>
> Allocating writes lock tables to ensure metadata updates do not
> interfere with each other. If two alloc
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
> On 10/12/2010 04:41 PM, malc wrote:
> > > > > Gives wrong results on Win64.
> > >
> > > Then it's not HOST_LONG_BITS, it's HOST_POINTER_BITS.
> >
> > Not quite, [s]size_t/ptrdiff_t are 64 bits wide udner Win64, little
> > to do with pointers.
>
> B
On 10/12/2010 05:12 PM, malc wrote:
Bottom line: QEMU assumes that long is large enough to hold a pointer,
this assumption is wrong, and your patch is wrong (not because it
miscalculates size of ABI long) but because of the assumptions current
code has. Whether two wrongs makes right is an open
On 10/12/2010 10:08 AM, Kevin Wolf wrote:
Otherwise we might destroy data that isn't
even touched by the guest request in case of a crash.
The failure scenarios are either that the cluster is leaked in which
case, the old version of the data is still present or the cluster is
orphaned b
On 10/12/2010 08:54 AM, Markus Armbruster wrote:
I think the proper thing to do is remove all exit(1)s and propagate
errors instead.
exit() is good enough during startup, i.e. -device. It's wrong for hot
plug; anything to be used in a hot plug path must propagate errors. We
could keep
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
> On 10/12/2010 04:38 PM, malc wrote:
> > On Tue, 12 Oct 2010, Paolo Bonzini wrote:
> >
> > > On 10/12/2010 03:47 PM, malc wrote:
> > > > ># host long bits test
> > > > > -hostlongbits="32"
> > > > > -case "$cpu" in
> > > > > - x86_64|alpha|ia64|spar
On 10/12/2010 04:41 PM, malc wrote:
> > > > Gives wrong results on Win64.
> >
> > Then it's not HOST_LONG_BITS, it's HOST_POINTER_BITS.
>
> Not quite, [s]size_t/ptrdiff_t are 64 bits wide udner Win64, little
> to do with pointers.
Before (on Win64): sizeof(long) == 4, HOST_LONG_BITS == 64
Af
Am 08.10.2010 17:48, schrieb Stefan Hajnoczi:
> This patch adds code to look up data cluster offsets in the image via
> the L1/L2 tables. The L2 tables are writethrough cached in memory for
> performance (each read/write requires a lookup so it is essential to
> cache the tables).
>
> With cluste
On 10/12/2010 04:38 PM, malc wrote:
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
On 10/12/2010 03:47 PM, malc wrote:
# host long bits test
-hostlongbits="32"
-case "$cpu" in
- x86_64|alpha|ia64|sparc64|ppc64|s390x)
-hostlongbits=64
- ;;
-esac
+cat> $TMPC<< EOF
+int sizeof_long_is_8[s
Hi,
They call register_ioport_write(), which aborts via hw_error() when
the port is already in use. This is okay for non-configurable
parts of a board emulation, but not okay for a qdev device, unless
it has no_user set.
Related: when isa_init_irq() finds the requested IRQ already in
use, it
On Sat, Oct 2, 2010 at 8:23 PM, daniel pecka <638...@bugs.launchpad.net> wrote:
> well, i did some more investigations and here come a results ..
>
> this patch http://patchwork.ozlabs.org/patch/65137/raw/ solves problem
> partially .. NICs are working with that but after a deeper look,
> connectio
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
> On 10/12/2010 03:47 PM, malc wrote:
> > > # host long bits test
> > > -hostlongbits="32"
> > > -case "$cpu" in
> > > - x86_64|alpha|ia64|sparc64|ppc64|s390x)
> > > -hostlongbits=64
> > > - ;;
> > > -esac
> > > +cat> $TMPC<< EOF
> > > +int sizeo
On 10/12/2010 08:32 AM, malc wrote:
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
On 10/12/2010 03:22 PM, malc wrote:
19 files changed, 3729 insertions(+), 456 deletions(-)
I don't think the explanation above justified net plus of 3273 lines of new
code.
The part y
On 10/12/2010 04:30 PM, Anthony Liguori wrote:
I think there's a fair bit of value in looking like autoconf but a 39
patch series is a bit to digest at once.
I'll try to do a thorough review but I'd suggest keeping patch series
down to about 20 patches whenever possible and do multiple rounds as
On 10/12/2010 03:49 PM, malc wrote:
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
We have config files now which provide fine-grained control.
Signed-off-by: Paolo Bonzini
---
configure |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 57867
LinkedIn
Ernesto Domato requested to add you as a connection on LinkedIn:
--
Jiajun,
Me gustaría añadirte a mi red profesional en LinkedIn.
-Ernesto
Accept invitation from Ernesto Domato
http://www.linkedin.com/e/-kkb1ec-gf6v999o-6x/qTMmi8QEI
On 10/12/2010 03:47 PM, malc wrote:
# host long bits test
-hostlongbits="32"
-case "$cpu" in
- x86_64|alpha|ia64|sparc64|ppc64|s390x)
-hostlongbits=64
- ;;
-esac
+cat> $TMPC<< EOF
+int sizeof_long_is_8[sizeof(long) == 8 ? 1 : -1];
+EOF
+if compile_object; then
+hostlongbits=64
+else
+ho
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
> We have config files now which provide fine-grained control.
>
> Signed-off-by: Paolo Bonzini
> ---
> configure |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index 5786729..efebaa9 100755
> -
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
> Do not hardcode the list of 64-bit CPUs.
>
> Signed-off-by: Paolo Bonzini
> ---
> configure | 14 --
> 1 files changed, 8 insertions(+), 6 deletions(-)
>
> diff --git a/configure b/configure
> index cb76177..873e4a6 100755
> --- a/confi
On 10/12/2010 03:22 PM, malc wrote:
19 files changed, 3729 insertions(+), 456 deletions(-)
I don't think the explanation above justified net plus of 3273 lines of new
code.
The part you forgot to quote is:
Makefile | 54 +-
Makefile.dis |6 +-
Makefi
Signed-off-by: Paolo Bonzini
---
configure | 64 -
1 files changed, 21 insertions(+), 43 deletions(-)
diff --git a/configure b/configure
index 0340cfe..69b3406 100755
--- a/configure
+++ b/configure
@@ -290,49 +290,25 @@ case "$cpu" i
On 10/12/2010 08:16 AM, Stefan Hajnoczi wrote:
Well, the protocol is currently encoded in the file name, separated by a
colon. Of course, we want to get rid of that, but we still don't know
what we want instead. It's completely unrelated to the backing file
format, though, it's about the format
On 10/12/2010 07:58 AM, Alon Levy wrote:
This patch adds a new device, it is described in full in the second patch
intro and also in the documentation in docs. In brief it provides a standard
smart card reader device.
The first patch is the configure change and docs.
The second patch contains th
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
> Here is the patch series implementing the idea I mentioned a while ago.
>
> The first 14 introduce small changes to group pieces of code together
> and help understanding/reviewing the next changes. Most of them are
> just cosmetic changes, though some
Anthony Liguori writes:
> On 10/12/2010 08:00 AM, Markus Armbruster wrote:
>> Markus Armbruster writes:
>>
>>
>>> When I try -device isa-applesmc -device isa-applesmc, I get
>>>
>>> WARNING: Using AppleSMC with invalid key
>>> qemu: hardware error: register_ioport_read: invalid opa
From: Anthony PERARD
This patch introduces the two IOPorts on e1000, IOADDR and IODATA. The
IOADDR is used to specify which register we want to access when we read
or write on IODATA.
It also check the RDLEN register when a packet is received, if the value
is 0, the receive descriptor buffer is
Signed-off-by: Paolo Bonzini
---
Please test this on SPARC. :)
configure | 72 +
1 files changed, 39 insertions(+), 33 deletions(-)
diff --git a/configure b/configure
index d6f472b..99de45b 100755
--- a/configure
+++ b/config
On Tue, 12 Oct 2010, Paolo Bonzini wrote:
> On 10/12/2010 03:22 PM, malc wrote:
> > > 19 files changed, 3729 insertions(+), 456 deletions(-)
> >
> > I don't think the explanation above justified net plus of 3273 lines of new
> > code.
>
> The part you forgot to quote is:
Yes, failed to notice
On 10/12/2010 08:00 AM, Markus Armbruster wrote:
Markus Armbruster writes:
When I try -device isa-applesmc -device isa-applesmc, I get
WARNING: Using AppleSMC with invalid key
qemu: hardware error: register_ioport_read: invalid opaque
[...]
and a core dump.
I know nothing
On Tue, Oct 12, 2010 at 10:07:53AM +0200, Kevin Wolf wrote:
> Am 11.10.2010 19:14, schrieb Anthony Liguori:
> > On 10/11/2010 11:18 AM, Anthony Liguori wrote:
> >> On 10/11/2010 10:46 AM, Stefan Hajnoczi wrote:
> >>> On Mon, Oct 11, 2010 at 05:39:01PM +0200, Avi Kivity wrote:
> On 10/11/2010
Signed-off-by: Paolo Bonzini
---
configure | 48
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/configure b/configure
index 432bd3b..8ed9736 100755
--- a/configure
+++ b/configure
@@ -182,8 +182,8 @@ for opt do
;;
CC=*|--c
This name is already used by glibc.
Signed-off-by: Paolo Bonzini
---
configure |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index e1eeda2..39a7119 100755
--- a/configure
+++ b/configure
@@ -726,7 +726,7 @@ for opt do
;;
--disable-blobs)
the default sys-root already hads "gnemul" in it, so I do not feel
ashamed to follow the GNU conventions completely.
Signed-off-by: Paolo Bonzini
---
configure | 20 ++--
create_config |2 +-
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/configure b/co
Signed-off-by: Paolo Bonzini
---
bsd-user/main.c| 10 +-
configure | 14 +++---
darwin-user/machload.c | 12 ++--
darwin-user/main.c |6 +++---
darwin-user/syscall.c |2 +-
linux-user/main.c | 10 +-
6 files changed, 2
Signed-off-by: Paolo Bonzini
---
configure |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index b144b21..86b1835 100755
--- a/configure
+++ b/configure
@@ -574,7 +574,7 @@ for opt do
;;
--enable-audio-drivers=*|--audio-drv-list=*) audio_d
Signed-off-by: Paolo Bonzini
---
configure |8 +---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index d677b53..581b91e 100755
--- a/configure
+++ b/configure
@@ -514,7 +514,7 @@ for opt do
;;
--prefix=*) prefix="$optarg"
;;
- --interp-pre
Signed-off-by: Paolo Bonzini
---
configure |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 39a7119..44b5be9 100755
--- a/configure
+++ b/configure
@@ -182,7 +182,7 @@ for opt do
;;
CC=*|--cc=*) CC="$optarg"
;;
- --source-path=*)
On 12.10.2010, at 15:00, Markus Armbruster wrote:
> Markus Armbruster writes:
>
>> When I try -device isa-applesmc -device isa-applesmc, I get
>>
>>WARNING: Using AppleSMC with invalid key
>>qemu: hardware error: register_ioport_read: invalid opaque
>>[...]
>>
>> and a core dump.
Signed-off-by: Paolo Bonzini
---
configure | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/configure b/configure
index 99de45b..27fc67a 100755
--- a/configure
+++ b/configure
@@ -806,6 +806,14 @@ EOF
echo "Standard options:"
echo " --help
Signed-off-by: Paolo Bonzini
---
configure |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index efebaa9..b144b21 100755
--- a/configure
+++ b/configure
@@ -572,7 +572,7 @@ for opt do
;;
--audio-card-list=*) audio_card_list=`echo "$optarg"
We have config files now which provide fine-grained control.
Signed-off-by: Paolo Bonzini
---
configure |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 5786729..efebaa9 100755
--- a/configure
+++ b/configure
@@ -856,8 +856,6 @@ echo " --en
Signed-off-by: Paolo Bonzini
---
Makefile | 52 ++--
Makefile.dis |6 ++--
Makefile.hw|8 +++---
Makefile.objs |4 +-
Makefile.target| 32 +-
Ma
There is already a CPP makefile variable, treat it consistently
with every other tool.
Signed-off-by: Paolo Bonzini
---
configure | 10 +-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index 1ea56f7..8273f84 100755
--- a/configure
+++ b/configure
It is not really needed anymore since dyngen's death, and the previous
patches removed the last occurrences.
Signed-off-by: Paolo Bonzini
---
configure |8 +---
create_config |3 ---
2 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/configure b/configure
index 068b4
Unlike --cross-prefix, if you specify a tool by environment
variables --host will not affect it. This allows
SDL_CONFIG=/usr/.../bin/sdl-config ./configure --host=i686-pc-mingw32
to work.
Signed-off-by: Paolo Bonzini
---
configure | 41 -
1 files ch
Also, run checks with -O2. Some headers may provide different code
based on __OPTIMIZE__, so it's good to be consistent.
Signed-off-by: Paolo Bonzini
---
configure | 31 +--
1 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/configure b/configure
inde
Do not hardcode the list of 64-bit CPUs.
Signed-off-by: Paolo Bonzini
---
configure | 14 --
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/configure b/configure
index cb76177..873e4a6 100755
--- a/configure
+++ b/configure
@@ -1088,12 +1088,14 @@ esac
fi
# host
These are not in any release, so I am just renaming them.
Signed-off-by: Paolo Bonzini
---
configure |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 76626a4..5786729 100755
--- a/configure
+++ b/configure
@@ -540,9 +540,9 @@ for opt do
Signed-off-by: Paolo Bonzini
---
configure |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index b439bc2..e1eeda2 100755
--- a/configure
+++ b/configure
@@ -538,7 +538,7 @@ for opt do
;;
--cpu=*)
;;
- --target-list=*) target_list="$opta
Not used in the submodules.
Signed-off-by: Paolo Bonzini
---
configure |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index e059525..068b40a 100755
--- a/configure
+++ b/configure
@@ -3129,7 +3129,6 @@ for rom in seabios vgabios ; do
echo "CPP
This can still be requested with PKG_CONFIG=/path/to/pkg-config.
Just do not use it as a default, and print a warning.
Signed-off-by: Paolo Bonzini
---
configure |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index ac11d4e..e072dde 100755
--- a
Signed-off-by: Paolo Bonzini
---
configure | 17 +++--
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/configure b/configure
index 547f8e9..76626a4 100755
--- a/configure
+++ b/configure
@@ -564,11 +564,11 @@ for opt do
;;
--enable-sdl) sdl="yes"
;;
- --fmo
Signed-off-by: Paolo Bonzini
---
configure |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 86b1835..d677b53 100755
--- a/configure
+++ b/configure
@@ -546,7 +546,7 @@ for opt do
;;
--enable-gprof) gprof="yes"
;;
- --static)
+ --e
This also allows overriding it with SDL_CONFIG, and warning in suspicious
cross-compilation scenarios.
Signed-off-by: Paolo Bonzini
---
configure | 30 +-
1 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/configure b/configure
index e072dde..f61c5b8 1
Signed-off-by: Paolo Bonzini
---
configure | 34 +-
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/configure b/configure
index 873e4a6..ac11d4e 100755
--- a/configure
+++ b/configure
@@ -216,6 +216,7 @@ objcopy="${cross_prefix}${OBJCOPY-objcopy}
Signed-off-by: Paolo Bonzini
---
configure | 14 --
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/configure b/configure
index 8273f84..547f8e9 100755
--- a/configure
+++ b/configure
@@ -526,9 +526,9 @@ for opt do
;;
--host-cc=*)
;;
- --make=*) make="$optar
Be consistent with Autoconf-generated scripts.
Signed-off-by: Paolo Bonzini
---
configure |8
rules.mak |8
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 2a2f64e..7f2e2a4 100755
--- a/configure
+++ b/configure
@@ -189,6 +189
Signed-off-by: Paolo Bonzini
---
configure |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 7f2e2a4..1ea56f7 100755
--- a/configure
+++ b/configure
@@ -180,7 +180,7 @@ for opt do
case "$opt" in
--cross-prefix=*) cross_prefix="$optarg
Non-existent -I paths are dropped silently by the compiler, but still
it is not polite to pass bogus options. Configure-time tests do not
need any include files from the source path, so only include -I flags
at make time (when they're properly expanded).
Signed-off-by: Paolo Bonzini
---
configu
1 - 100 of 131 matches
Mail list logo