Re: [PATCH v3 3/3] tile: enable VIRTIO support for KVM

2013-10-01 Thread Paolo Bonzini
Il 30/09/2013 22:11, Chris Metcalf ha scritto: > As I said to Gleb in the previous email - sorry for the delay in > replying to your thoughtful comments! > > > On 9/10/2013 8:47 AM, Paolo Bonzini wrote: >> Il 28/08/2013 22:58, Chris Metcalf ha scritto: >>> This change enables support for a

Re: [PATCH v3 3/3] tile: enable VIRTIO support for KVM

2013-10-01 Thread Paolo Bonzini
Il 30/09/2013 22:11, Chris Metcalf ha scritto: As I said to Gleb in the previous email - sorry for the delay in replying to your thoughtful comments! On 9/10/2013 8:47 AM, Paolo Bonzini wrote: Il 28/08/2013 22:58, Chris Metcalf ha scritto: This change enables support for a virtio-based

Re: [PATCH v3 3/3] tile: enable VIRTIO support for KVM

2013-09-30 Thread Chris Metcalf
As I said to Gleb in the previous email - sorry for the delay in replying to your thoughtful comments! On 9/10/2013 8:47 AM, Paolo Bonzini wrote: > Il 28/08/2013 22:58, Chris Metcalf ha scritto: >> This change enables support for a virtio-based console, >> network support, and block driver

Re: [PATCH v3 3/3] tile: enable VIRTIO support for KVM

2013-09-30 Thread Chris Metcalf
As I said to Gleb in the previous email - sorry for the delay in replying to your thoughtful comments! On 9/10/2013 8:47 AM, Paolo Bonzini wrote: Il 28/08/2013 22:58, Chris Metcalf ha scritto: This change enables support for a virtio-based console, network support, and block driver support.

Re: [PATCH v3 3/3] tile: enable VIRTIO support for KVM

2013-09-10 Thread Paolo Bonzini
Il 28/08/2013 22:58, Chris Metcalf ha scritto: > This change enables support for a virtio-based console, > network support, and block driver support. > > We remove some debug code in relocate_kernel_64.S that made raw > calls to the hv_console_putc Tilera hypervisor API, since everything > now

Re: [PATCH v3 3/3] tile: enable VIRTIO support for KVM

2013-09-10 Thread Paolo Bonzini
Il 28/08/2013 22:58, Chris Metcalf ha scritto: This change enables support for a virtio-based console, network support, and block driver support. We remove some debug code in relocate_kernel_64.S that made raw calls to the hv_console_putc Tilera hypervisor API, since everything now should

[PATCH v3 3/3] tile: enable VIRTIO support for KVM

2013-08-28 Thread Chris Metcalf
This change enables support for a virtio-based console, network support, and block driver support. We remove some debug code in relocate_kernel_64.S that made raw calls to the hv_console_putc Tilera hypervisor API, since everything now should funnel through the early_hv_write() API.

[PATCH v3 3/3] tile: enable VIRTIO support for KVM

2013-08-28 Thread Chris Metcalf
This change enables support for a virtio-based console, network support, and block driver support. We remove some debug code in relocate_kernel_64.S that made raw calls to the hv_console_putc Tilera hypervisor API, since everything now should funnel through the early_hv_write() API.