Message ID | 20220917000731.465003-1-vivek.kasireddy@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | ui/gtk: Add a new parameter to assign connectors/monitors to Guests' windows | expand |
Any overlap with Dongwon Kim's "[PATCH v5 0/2] handling guest multiple displays"? Message-Id: <20220718233009.18780-1-dongwon.kim@intel.com> https://lists.nongnu.org/archive/html/qemu-devel/2022-07/msg03212.html
Hi Markus, > Any overlap with Dongwon Kim's "[PATCH v5 0/2] handling guest multiple > displays"? [Kasireddy, Vivek] Yes, there is some overlap but as I mentioned in the cover letter, this series is intended to replace Dongwon's series dealing with multiple displays. > > Message-Id: <20220718233009.18780-1-dongwon.kim@intel.com> > https://lists.nongnu.org/archive/html/qemu-devel/2022-07/msg03212.html [Kasireddy, Vivek] We felt that using monitor numbers for display/VC assignment would be cumbersome for users. And, given that his series does not take into account monitor unplug/hotplug events, it's effectiveness would be limited compared to this one. Thanks, Vivek
"Kasireddy, Vivek" <vivek.kasireddy@intel.com> writes: > Hi Markus, > >> Any overlap with Dongwon Kim's "[PATCH v5 0/2] handling guest multiple >> displays"? > > [Kasireddy, Vivek] Yes, there is some overlap but as I mentioned in the cover letter, > this series is intended to replace Dongwon's series dealing with multiple displays. I have no idea how I missed that part of your cover letter %-} Dongwon Kim, would this series work for you? >> Message-Id: <20220718233009.18780-1-dongwon.kim@intel.com> >> https://lists.nongnu.org/archive/html/qemu-devel/2022-07/msg03212.html > > [Kasireddy, Vivek] We felt that using monitor numbers for display/VC assignment > would be cumbersome for users. And, given that his series does not take into account > monitor unplug/hotplug events, it's effectiveness would be limited compared to > this one. Thanks!
Hi Markus, Vivek and I have discussed this already. I am fine with replacing my old series with this. Thanks, DW On 9/20/2022 11:06 PM, Markus Armbruster wrote: > "Kasireddy, Vivek" <vivek.kasireddy@intel.com> writes: > >> Hi Markus, >> >>> Any overlap with Dongwon Kim's "[PATCH v5 0/2] handling guest multiple >>> displays"? >> [Kasireddy, Vivek] Yes, there is some overlap but as I mentioned in the cover letter, >> this series is intended to replace Dongwon's series dealing with multiple displays. > I have no idea how I missed that part of your cover letter %-} > > Dongwon Kim, would this series work for you? > >>> Message-Id: <20220718233009.18780-1-dongwon.kim@intel.com> >>> https://lists.nongnu.org/archive/html/qemu-devel/2022-07/msg03212.html >> [Kasireddy, Vivek] We felt that using monitor numbers for display/VC assignment >> would be cumbersome for users. And, given that his series does not take into account >> monitor unplug/hotplug events, it's effectiveness would be limited compared to >> this one. > Thanks! >
"Kim, Dongwon" <dongwon.kim@intel.com> writes: > Hi Markus, > > Vivek and I have discussed this already. I am fine with replacing my old series with this. Good to know, thank you!