Re: [PATCH] userspace: update .gitignore

2008-11-09 Thread Avi Kivity
Jan Kiszka wrote: Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] userspace: update .gitignore

2008-10-23 Thread Jan Kiszka
Signed-off-by: Jan Kiszka [EMAIL PROTECTED] --- diff --git a/.gitignore b/.gitignore index 0cabc17..fcdc357 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,8 @@ kernel/x86/tss.h kernel/x86/x86.[ch] kernel/x86/coalesced_mmio.[ch] kernel/x86/kvm_cache_regs.h +kernel/x86/vtd.c

[RESEND #2][PATCH] userspace: update .gitignore

2008-09-11 Thread Jan Kiszka
/kernel subdir layout changed a while ago. Update gitignore to reflect this. Signed-off-by: Jan Kiszka [EMAIL PROTECTED] --- diff --git a/.gitignore b/.gitignore index 7422760..bb35cca 100644 --- a/.gitignore +++ b/.gitignore @@ -15,19 +15,6 @@ qemu/qemu-img qemu/qemu-nbd *.ko *.mod.c

Re: [RESEND #2][PATCH] userspace: update .gitignore

2008-09-11 Thread Avi Kivity
Jan Kiszka wrote: /kernel subdir layout changed a while ago. Update gitignore to reflect this. Appled, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More

[PATCH] userspace: update .gitignore

2008-08-18 Thread Jan Kiszka
/kernel subdir layout changed recently. Update gitignore to reflect this. Signed-off-by: Jan Kiszka [EMAIL PROTECTED] --- diff --git a/.gitignore b/.gitignore index 7422760..bb35cca 100644 --- a/.gitignore +++ b/.gitignore @@ -15,19 +15,6 @@ qemu/qemu-img qemu/qemu-nbd *.ko *.mod.c

[PATCH] userspace: Update .gitignore

2008-07-18 Thread Jan Kiszka
Signed-off-by: Jan Kiszka [EMAIL PROTECTED] diff --git a/.gitignore b/.gitignore index fee15ed..7422760 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ user/kvmctl qemu/dyngen qemu/x86_64-softmmu qemu/qemu-img +qemu/qemu-nbd *.ko *.mod.c kernel/kvm_main.c @@ -49,12 +50,13 @@