On Fri, Jun 4, 2010 at 3:16 PM, Anthony Liguori wrote:
> On 06/03/2010 03:56 AM, Gautham R Shenoy wrote:
>>
>> From: Aneesh Kumar K.V
>>
>> This patch creates a generic asynchronous-task-offloading infrastructure.
>> It's
>> extracted out of the threading framework that is being used by paio.
>>
>
On Sat, Jun 5, 2010 at 12:04 AM, Jan Kiszka wrote:
> Blue Swirl wrote:
>> On Thu, Jun 3, 2010 at 7:06 AM, Gleb Natapov wrote:
>>> On Thu, Jun 03, 2010 at 10:03:00AM +0300, Gleb Natapov wrote:
On Thu, Jun 03, 2010 at 08:59:23AM +0200, Jan Kiszka wrote:
> Gleb Natapov wrote:
>> On Thu,
On Sat, Jun 5, 2010 at 1:08 AM, Venkateswararao Jujjuri (JV)
wrote:
> This patch series introduces the security model for VirtFS.
>
> Brief description of this patch series:
>
> It introduces two type of security models for VirtFS.
> They are: mapped and passthrough.
>
> The following is common to
On Fri, Jun 4, 2010 at 3:44 PM, Alexander Graf wrote:
>
> On 04.06.2010, at 15:20, Corentin Chary wrote:
>
>> Implement a threaded VNC server using the producer-consumer model.
>> The main thread will push encoding jobs (a list a rectangles to update)
>> in a queue, and the VNC worker thread will
Blue Swirl wrote:
> On Sat, Jun 5, 2010 at 12:04 AM, Jan Kiszka wrote:
>> Blue Swirl wrote:
>>> On Thu, Jun 3, 2010 at 7:06 AM, Gleb Natapov wrote:
On Thu, Jun 03, 2010 at 10:03:00AM +0300, Gleb Natapov wrote:
> On Thu, Jun 03, 2010 at 08:59:23AM +0200, Jan Kiszka wrote:
>> Gleb Nata
On Sat, Jun 5, 2010 at 8:27 AM, Jan Kiszka wrote:
> Blue Swirl wrote:
>> On Sat, Jun 5, 2010 at 12:04 AM, Jan Kiszka wrote:
>>> Blue Swirl wrote:
On Thu, Jun 3, 2010 at 7:06 AM, Gleb Natapov wrote:
> On Thu, Jun 03, 2010 at 10:03:00AM +0300, Gleb Natapov wrote:
>> On Thu, Jun 03, 20
On Fri, Jun 4, 2010 at 9:45 PM, Cam Macdonell wrote:
> Support an inter-vm shared memory device that maps a shared-memory object as a
> PCI device in the guest. This patch also supports interrupts between guest by
> communicating over a unix domain socket. This patch applies to the qemu-kvm
> re
Signed-off-by: Huacai Chen
---
Makefile.target |1 +
default-configs/mips64el-softmmu.mak |1 +
hw/bonito.c | 808 ++
hw/mips.h|3 +
4 files changed, 813 insertions(+), 0 deletio
Signed-off-by: Huacai Chen
---
Makefile.objs|1 +
default-configs/mips64el-softmmu.mak |1 +
hw/ide.h |1 +
hw/ide/via.c | 191 ++
4 files changed, 194 insertions(+), 0 deletio
Signed-off-by: Huacai Chen
---
hw/usb-uhci.c | 29 +
hw/usb-uhci.h |1 +
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c
index 624d55b..91d827e 100644
--- a/hw/usb-uhci.c
+++ b/hw/usb-uhci.c
@@ -1149,6 +1149,25 @@ sta
Signed-off-by: Huacai Chen
---
Makefile.target|2 +-
hw/mips_fulong2e.c | 402
2 files changed, 403 insertions(+), 1 deletions(-)
create mode 100644 hw/mips_fulong2e.c
diff --git a/Makefile.target b/Makefile.target
index 92ba282..f20
Signed-off-by: Huacai Chen
---
Makefile.target |2 +-
hw/pci_ids.h|8 +
hw/vt82c686.c | 567 +++
hw/vt82c686.h | 11 +
4 files changed, 587 insertions(+), 1 deletions(-)
create mode 100644 hw/vt82c686.c
create mode 100644 hw
Signed-off-by: Huacai Chen
---
target-mips/mips-defs.h |4
target-mips/translate_init.c | 35 +++
2 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h
index c57de02..38594da 100644
--- a/t
Blue Swirl wrote:
> On Sat, Jun 5, 2010 at 8:27 AM, Jan Kiszka wrote:
>> Blue Swirl wrote:
>>> On Sat, Jun 5, 2010 at 12:04 AM, Jan Kiszka wrote:
Blue Swirl wrote:
> On Thu, Jun 3, 2010 at 7:06 AM, Gleb Natapov wrote:
>> On Thu, Jun 03, 2010 at 10:03:00AM +0300, Gleb Natapov wrote:
On Fri, 04 Jun 2010 07:59:42 -0700, "Venkateswararao Jujjuri (JV)"
wrote:
> Aneesh Kumar K. V wrote:
> > On Thu, 3 Jun 2010 18:29:02 +0530, Sripathi Kodi
> > wrote:
> >> On Wed, 02 Jun 2010 19:49:24 +0530
> >> "Aneesh Kumar K. V" wrote:
> >>
> >>> On Fri, 28 May 2010 16:08:43 +0530, Sripathi K
Hello!
Sorry for mailing about something here that should be on a qemu users forum,
but can't find a such one.
I'm having trouble with installing windows xp on my qemu usting linux.
I'm totally blind, so I use unattended xp installation.
Everything gose fine until the final reboot, then the win xp
Blue Swirl wrote:
> On Fri, Jun 4, 2010 at 5:40 PM, Artyom Tarasenko
> wrote:
>
> 2010/5/27 Bob Breuer :
> +/* DBRI (audio) */
> +cpu_register_physical_memory_offset(0xEE0001000ULL, 0x1,
> bad_mem, 0xE0001000);
>
Please add a new DBRI device ;-).
On Sat, Jun 5, 2010 at 7:44 PM, Kristoffer Gustafsson wrote:
> Hello!
> Sorry for mailing about something here that should be on a qemu users forum,
> but can't find a such one.
The forum seems to be down, but it should be at:
http://qemu-forum.ipi.fi/
> I'm having trouble with installing window
On Sat, Jun 5, 2010 at 8:25 PM, Bob Breuer wrote:
> Blue Swirl wrote:
>> On Fri, Jun 4, 2010 at 5:40 PM, Artyom Tarasenko
>> wrote:
>>
>> 2010/5/27 Bob Breuer :
>> + /* DBRI (audio) */
>> + cpu_register_physical_memory_offset(0xEE0001000ULL, 0x1,
>> bad_mem, 0xE0001000)
Devices should not need to access CPUState. Minimize CPUState use in APIC.
Blue Swirl (6):
ioapic: unexport ioapic_set_irq
apic.h: rearrange
ioapic: add ioapic.h
apic: avoid passing CPUState from devices
apic: avoid passing CPUState from CPU code
apic: avoid using CPUState internals
There's no need to use ioapic_set_irq() outside of ioapic.c, so
make it static.
Signed-off-by: Blue Swirl
---
hw/apic.h |1 -
hw/ioapic.c |2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/hw/apic.h b/hw/apic.h
index 132fcab..e1954f4 100644
--- a/hw/apic.h
+++ b/hw/a
Rearrange and add comments to tell where each function is implemented.
Signed-off-by: Blue Swirl
---
hw/apic.h |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/hw/apic.h b/hw/apic.h
index e1954f4..c92d188 100644
--- a/hw/apic.h
+++ b/hw/apic.h
@@ -1,7 +1,7 @@
#ifn
Pass only APICState from pc.c.
Signed-off-by: Blue Swirl
---
hw/apic.c | 32 ++--
hw/apic.h |7 ---
hw/pc.c | 10 ++
3 files changed, 24 insertions(+), 25 deletions(-)
diff --git a/hw/apic.c b/hw/apic.c
index 7fbd79b..c4dc52c 100644
--- a/hw/api
Move IOAPIC declarations to a separate file.
Signed-off-by: Blue Swirl
---
hw/apic.h|4
hw/ioapic.c |1 +
hw/ioapic.h |7 +++
hw/pc_piix.c |2 +-
4 files changed, 9 insertions(+), 5 deletions(-)
create mode 100644 hw/ioapic.h
diff --git a/hw/apic.h b/hw/apic.h
in
Use only an opaque CPUState pointer and move the actual CPUState
contents handling to cpu.h and cpuid.c.
Set env->halted in pc.c and add a function to get the local APIC state
of the current CPU for the MMIO.
Signed-off-by: Blue Swirl
---
hw/apic.c | 40 +++--
Pass only APICState when accessing APIC from CPU code.
Signed-off-by: Blue Swirl
---
hw/apic.c | 39 ---
target-i386/cpu.h | 13 +++--
target-i386/helper.c|4 ++--
target-i386/kvm.c | 14 +++---
target-i3
Blue Swirl wrote:
> On Sat, Jun 5, 2010 at 1:08 AM, Venkateswararao Jujjuri (JV)
> wrote:
>> This patch series introduces the security model for VirtFS.
>>
>> Brief description of this patch series:
>>
>> It introduces two type of security models for VirtFS.
>> They are: mapped and passthrough.
>>
Blue Swirl wrote:
> but again: should we have a new machine with cg14 or
> some switch to select TCX vs. cg14?
>
> Maybe the recently proposed machine subtype patches could help here.
>
Well, let's try to figure out a method of selecting the framebuffer
type. I'll try to list some of the optio
Dear all,
FYI: My team release the qemu support on s5pc110 at
http://en.sourceforge.jp/projects/sfnet_slp-emulator/
You can find a s5pc110 files at hw directories.
The current mainline kernel, aquila and goni is will be run with this qemu.
Thank you,
Kyungmin Park
29 matches
Mail list logo