Re: [Qemu-devel] [PATCH v3 17/32] blockdev: Separate bochs probe from its driver

2016-07-08 Thread Kevin Wolf
Am 07.07.2016 um 16:56 hat Colin Lord geschrieben: > On 07/06/2016 11:59 AM, Max Reitz wrote: > > On 05.07.2016 17:24, Colin Lord wrote: > >> Modifies the bochs probe to return the format name as well as the > >> score as the final step of separating the probe function from the > >> driver. This ke

Re: [Qemu-devel] [PATCH v3 17/32] blockdev: Separate bochs probe from its driver

2016-07-07 Thread Colin Lord
On 07/06/2016 11:59 AM, Max Reitz wrote: > On 05.07.2016 17:24, Colin Lord wrote: >> Modifies the bochs probe to return the format name as well as the >> score as the final step of separating the probe function from the >> driver. This keeps the probe completely independent of the driver, >> making

Re: [Qemu-devel] [PATCH v3 17/32] blockdev: Separate bochs probe from its driver

2016-07-06 Thread Max Reitz
On 05.07.2016 17:24, Colin Lord wrote: > Modifies the bochs probe to return the format name as well as the > score as the final step of separating the probe function from the > driver. This keeps the probe completely independent of the driver, > making future modularization easier to accomplish. Re

Re: [Qemu-devel] [PATCH v3 17/32] blockdev: Separate bochs probe from its driver

2016-07-06 Thread Max Reitz
On 05.07.2016 17:24, Colin Lord wrote: > Modifies the bochs probe to return the format name as well as the > score as the final step of separating the probe function from the > driver. This keeps the probe completely independent of the driver, > making future modularization easier to accomplish. Re

[Qemu-devel] [PATCH v3 17/32] blockdev: Separate bochs probe from its driver

2016-07-05 Thread Colin Lord
Modifies the bochs probe to return the format name as well as the score as the final step of separating the probe function from the driver. This keeps the probe completely independent of the driver, making future modularization easier to accomplish. Returning the format name as well as the score al