qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: malc <av1474@comtv.ru>
To: Juergen Lock <nox@jelal.kn-bremen.de>
Cc: freebsd-emulation@FreeBSD.org, qemu-devel@nongnu.org,
	Jung-uk Kim <jkim@FreeBSD.org>
Subject: Re: [Qemu-devel] experimental FreeBSD qemu-devel git head port update for testing
Date: Sun, 30 Aug 2009 03:49:17 +0400 (MSD)	[thread overview]
Message-ID: <Pine.LNX.4.64.0908300345550.4194@linmac.oyster.ru> (raw)
In-Reply-To: <20090829222339.GA93608@triton8.kn-bremen.de>

On Sun, 30 Aug 2009, Juergen Lock wrote:

> Hi!
> 
>  Jan Kiszka asked me if the unstable guest timer irq problem still
> exists on qemu git head, so I made an update for that today:
> 	http://people.freebsd.org/~nox/qemu/qemu-devel-20090829.patch
> (and found out it does.)
> 
>  The bad news (for FreeBSD users anyway) is kqemu support has now been
> removed as `promised' (by the upstream qemu developers), so testing this
> version is probably less interesting for many FreeBSD users than the
> qemu 0.11 stable branch snapshot I posted about here,
> 	http://lists.freebsd.org/pipermail/freebsd-emulation/2009-August/006646.html
> but e.g. users of non-x86 targets probably will still be interested.
> 
>  Also the pcap patch stopped working in this snapshot and I don't yet
> know why.  (I think the original version of that patch was submitted by
> Jung-uk Kim, maybe he has an idea; Cc'd.)
> 
>  Other misc notes:
> 
> 1. I had to replace the line
> 	CFLAGS += $(call cc-option, $(CFLAGS), -fno-stack-protector,"")
> by
> 	CFLAGS += -fno-stack-protector
> in qemu/pc-bios/optionrom/Makefile because now make complained about
> recursive use of CFLAGS (in addition to forcing use of a newer as(1)
> for multiboot.S as already mentioned for the 0.11 rc, see
> files/patch-pc-bios-optionrom-Makefile in the update.)

Less violent way to have it is:

CFLAGS := $(CFLAGS) $(call cc-option, $(CFLAGS), -fno-stack-protector,"")

[..snip..]

-- 
mailto:av1474@comtv.ru

  reply	other threads:[~2009-08-29 23:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-29 22:23 [Qemu-devel] experimental FreeBSD qemu-devel git head port update for testing Juergen Lock
2009-08-29 23:49 ` malc [this message]
2009-08-30 19:09   ` Juergen Lock
2009-09-02 17:56 ` [Qemu-devel] " Juergen Lock
2009-09-04 19:34   ` Juergen Lock
2009-09-05 15:03     ` Juergen Lock
2009-09-11 22:04     ` Sebastian Herbszt
2009-09-12 18:35       ` Juergen Lock
2009-09-13 14:38         ` Sebastian Herbszt
2009-09-13 14:55         ` Sebastian Herbszt

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=Pine.LNX.4.64.0908300345550.4194@linmac.oyster.ru \
    --to=av1474@comtv.ru \
    --cc=freebsd-emulation@FreeBSD.org \
    --cc=jkim@FreeBSD.org \
    --cc=nox@jelal.kn-bremen.de \
    --cc=qemu-devel@nongnu.org \
    /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).