Re: [kvm-devel] [PATCH 1/3] Move common VGAState attributes to VGA_STATE_COMMON

2008-02-24 Thread Avi Kivity
Anthony Liguori wrote: > Avi Kivity wrote: > >> The trick to passing through patches is to have a >> >> From: Original Author <[EMAIL PROTECTED]> >> >> line in the beginning, which git picks up and uses to maintain >> authorship information. Also, sign-off normally. Acked-by means "I know >> t

Re: [kvm-devel] [PATCH 1/3] Move common VGAState attributes to VGA_STATE_COMMON

2008-02-24 Thread Anthony Liguori
Avi Kivity wrote: > The trick to passing through patches is to have a > > From: Original Author <[EMAIL PROTECTED]> > > line in the beginning, which git picks up and uses to maintain > authorship information. Also, sign-off normally. Acked-by means "I know > the author" while Reviewed-by means "I

Re: [kvm-devel] [PATCH 1/3] Move common VGAState attributes to VGA_STATE_COMMON

2008-02-24 Thread Avi Kivity
Anthony Liguori wrote: > vmware_vga.c uses functions in vga.c to do some things. They > need to agree on which parts of their state struct is common > and which aren't, otherwise they'll overwrite parts of each > other's state. This patch makes it so. > > Signed-off-by: Soren Hansen <[EMAIL PROTECT

[kvm-devel] [PATCH 1/3] Move common VGAState attributes to VGA_STATE_COMMON

2008-02-22 Thread Anthony Liguori
vmware_vga.c uses functions in vga.c to do some things. They need to agree on which parts of their state struct is common and which aren't, otherwise they'll overwrite parts of each other's state. This patch makes it so. Signed-off-by: Soren Hansen <[EMAIL PROTECTED]> Reviewed-by: Anthony Liguori