[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes |
Date: |
Sun, 14 Jul 2013 18:19:23 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
On 07/13/2013 11:05 PM, Rob Landley wrote:
>> The -1 branch looks newer, but the -2 branch contains more code specific to
>> qemu. Both are over 2 years old, so I'm not sure what I was going for...
>
> There are now -3 and -4 branches...
>
> Wow, -4 is current with upstream I think? Cool, I'll try that. Still no
> obvious
> arch/alpha/config, but I'll just try "make defconfig" and hope for the best...
There's now a -5, against current upstream. I'm going to work on submitting
that here in the next week or so.
> what I'd like to do is build a 3.10 kernel with:
>
> 1) Serial console on qemu's stdin/stdout.
> 2) Block device driver of some kind (ide, scsi, virtio...)
> 3) network card
> 4) at least 256 megs memory
> 5) battery backed up clock
Here's the config I'm using, tailored for qemu.
r~
config-qemu
Description: Text document
- [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes, Richard Henderson, 2013/07/08
- [Qemu-devel] [PATCH 1/4] hw/alpha: Don't use get_system_io, Richard Henderson, 2013/07/08
- [Qemu-devel] [PATCH 2/4] hw/alpha: Don't machine check on missing pci i/o, Richard Henderson, 2013/07/08
- [Qemu-devel] [PATCH 3/4] exec: Support 64-bit operations in address_space_rw, Richard Henderson, 2013/07/08
- [Qemu-devel] [PATCH 4/4] hw/alpha: Drop latch_tmp hack, Richard Henderson, 2013/07/08
- Re: [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes, Rob Landley, 2013/07/09