qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] work needed on QEMU 2.6 ChangeLog
@ 2016-04-12 18:46 Paolo Bonzini
       [not found] ` <BLUPR0301MB20344ED791370DBF1EF32CFC9E950@BLUPR0301MB2034.namprd03.prod.outlook.com>
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paolo Bonzini @ 2016-04-12 18:46 UTC (permalink / raw)
  To: Daniel Berrange, Michael S. Tsirkin, Peter Maydell, Gerd Hoffmann,
	Jason Wang, Alex Bennée, Andrew Baumann
  Cc: qemu-devel

Hi all, if you are CCed there is a feature you wrote or maintain that
needs further work in the ChangeLog
(http://wiki.qemu.org/ChangeLog/2.6).  In particular:

Andrew/Peter:
* New partial Raspberry Pi 1 and 2 emulation with "raspi" and "raspi2"
machine types. For now the "raspi2" machine type can boot Windows.
(FIXME: confirm)

Alex/Peter:
* TCG supports a new "-dfilter" option to limit exec, out_asm, op and
op_opt logging to a range of guest addresses (FIXME: physical or
virtual?). ARM also applies the filter to in_asm logging; this will be
extended to other targets in future releases (FIXME: probably should do
it now instead...)

Michael:
* FIXME: what's the state of nvdimm?

Daniel:
* FIXME: Support for TLS encryption in the TCP backend
* FIXME: -chardev logfile
* FIXME: qemu-io --object [...]
* FIXME: qemu-img --object [...]
* FIXME: document new secret passing system

Jason:
* FIXME: network filters?

Gerd:
* FIXME: document -input-linux when QOM-based syntax lands

Thanks,

Paolo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] work needed on QEMU 2.6 ChangeLog
       [not found] ` <BLUPR0301MB20344ED791370DBF1EF32CFC9E950@BLUPR0301MB2034.namprd03.prod.outlook.com>
@ 2016-04-12 21:25   ` Paolo Bonzini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2016-04-12 21:25 UTC (permalink / raw)
  To: Andrew Baumann, Daniel Berrange, Michael S. Tsirkin,
	Peter Maydell, Gerd Hoffmann, Jason Wang, Alex Bennée
  Cc: qemu-devel



On 12/04/2016 21:56, Andrew Baumann wrote:
> * New partial Raspberry Pi 2 emulation with "raspi2" machine type.
> For now, it can boot older releases of Windows and Raspbian, but
> lacks a number of devices including USB.
> 
> Basically, it has already bit-rotted with respect to the most recent
> Windows and Raspbian images, and I haven't had time to debug them.
> Ubuntu also has problems with the missing power management device.
> Windows build 10556 and Raspbian 2015-09-24 are known to work. You
> can decide how much of that to include in the changelog :)

I've added the exact sentence you wrote above. :)

Paolo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] work needed on QEMU 2.6 ChangeLog
  2016-04-12 18:46 [Qemu-devel] work needed on QEMU 2.6 ChangeLog Paolo Bonzini
       [not found] ` <BLUPR0301MB20344ED791370DBF1EF32CFC9E950@BLUPR0301MB2034.namprd03.prod.outlook.com>
@ 2016-04-13  8:36 ` Daniel P. Berrange
  2016-04-13  8:39 ` Jason Wang
  2016-04-13 17:03 ` Michael S. Tsirkin
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel P. Berrange @ 2016-04-13  8:36 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Michael S. Tsirkin, Peter Maydell, Gerd Hoffmann, Jason Wang,
	Alex Bennée, Andrew Baumann, qemu-devel

On Tue, Apr 12, 2016 at 08:46:56PM +0200, Paolo Bonzini wrote:
> Hi all, if you are CCed there is a feature you wrote or maintain that
> needs further work in the ChangeLog
> (http://wiki.qemu.org/ChangeLog/2.6).  In particular:
> 
> Andrew/Peter:
> * New partial Raspberry Pi 1 and 2 emulation with "raspi" and "raspi2"
> machine types. For now the "raspi2" machine type can boot Windows.
> (FIXME: confirm)
> 
> Alex/Peter:
> * TCG supports a new "-dfilter" option to limit exec, out_asm, op and
> op_opt logging to a range of guest addresses (FIXME: physical or
> virtual?). ARM also applies the filter to in_asm logging; this will be
> extended to other targets in future releases (FIXME: probably should do
> it now instead...)
> 
> Michael:
> * FIXME: what's the state of nvdimm?
> 
> Daniel:
> * FIXME: Support for TLS encryption in the TCP backend
> * FIXME: -chardev logfile
> * FIXME: qemu-io --object [...]
> * FIXME: qemu-img --object [...]
> * FIXME: document new secret passing system

Also
 - Support for the new LUKS block device driver
 - qemu-nbd --object etc
 - Support for TLS with NBD
 - New syntax for providing passwords for iscsi, curl & rbd drivers

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] work needed on QEMU 2.6 ChangeLog
  2016-04-12 18:46 [Qemu-devel] work needed on QEMU 2.6 ChangeLog Paolo Bonzini
       [not found] ` <BLUPR0301MB20344ED791370DBF1EF32CFC9E950@BLUPR0301MB2034.namprd03.prod.outlook.com>
  2016-04-13  8:36 ` Daniel P. Berrange
@ 2016-04-13  8:39 ` Jason Wang
  2016-04-13 17:03 ` Michael S. Tsirkin
  3 siblings, 0 replies; 5+ messages in thread
From: Jason Wang @ 2016-04-13  8:39 UTC (permalink / raw)
  To: Paolo Bonzini, Daniel Berrange, Michael S. Tsirkin, Peter Maydell,
	Gerd Hoffmann, Alex Bennée, Andrew Baumann
  Cc: qemu-devel



On 04/13/2016 02:46 AM, Paolo Bonzini wrote:
> Hi all, if you are CCed there is a feature you wrote or maintain that
> needs further work in the ChangeLog
> (http://wiki.qemu.org/ChangeLog/2.6).  In particular:
>
> Andrew/Peter:
> * New partial Raspberry Pi 1 and 2 emulation with "raspi" and "raspi2"
> machine types. For now the "raspi2" machine type can boot Windows.
> (FIXME: confirm)
>
> Alex/Peter:
> * TCG supports a new "-dfilter" option to limit exec, out_asm, op and
> op_opt logging to a range of guest addresses (FIXME: physical or
> virtual?). ARM also applies the filter to in_asm logging; this will be
> extended to other targets in future releases (FIXME: probably should do
> it now instead...)
>
> Michael:
> * FIXME: what's the state of nvdimm?
>
> Daniel:
> * FIXME: Support for TLS encryption in the TCP backend
> * FIXME: -chardev logfile
> * FIXME: qemu-io --object [...]
> * FIXME: qemu-img --object [...]
> * FIXME: document new secret passing system
>
> Jason:
> * FIXME: network filters?

Yes but I wonder how to register to qemu wiki (looks like I can't
register to it myself).

>
> Gerd:
> * FIXME: document -input-linux when QOM-based syntax lands
>
> Thanks,
>
> Paolo
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] work needed on QEMU 2.6 ChangeLog
  2016-04-12 18:46 [Qemu-devel] work needed on QEMU 2.6 ChangeLog Paolo Bonzini
                   ` (2 preceding siblings ...)
  2016-04-13  8:39 ` Jason Wang
@ 2016-04-13 17:03 ` Michael S. Tsirkin
  3 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2016-04-13 17:03 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Daniel Berrange, Peter Maydell, Gerd Hoffmann, Jason Wang,
	Alex Bennée, Andrew Baumann, guangrong.xiao, qemu-devel

On Tue, Apr 12, 2016 at 08:46:56PM +0200, Paolo Bonzini wrote:
> Hi all, if you are CCed there is a feature you wrote or maintain that
> needs further work in the ChangeLog
> (http://wiki.qemu.org/ChangeLog/2.6).  In particular:
> 
> Andrew/Peter:
> * New partial Raspberry Pi 1 and 2 emulation with "raspi" and "raspi2"
> machine types. For now the "raspi2" machine type can boot Windows.
> (FIXME: confirm)
> 
> Alex/Peter:
> * TCG supports a new "-dfilter" option to limit exec, out_asm, op and
> op_opt logging to a range of guest addresses (FIXME: physical or
> virtual?). ARM also applies the filter to in_asm logging; this will be
> extended to other targets in future releases (FIXME: probably should do
> it now instead...)
> 
> Michael:
> * FIXME: what's the state of nvdimm?

AFAIK:

Linux works fine using nvdimm as memory (pmem).
Work remains to teach it to use nvdimm as storage (blk)
and to make windows guests work.
 

> Daniel:
> * FIXME: Support for TLS encryption in the TCP backend
> * FIXME: -chardev logfile
> * FIXME: qemu-io --object [...]
> * FIXME: qemu-img --object [...]
> * FIXME: document new secret passing system
> 
> Jason:
> * FIXME: network filters?
> 
> Gerd:
> * FIXME: document -input-linux when QOM-based syntax lands
> 
> Thanks,
> 
> Paolo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-13 17:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12 18:46 [Qemu-devel] work needed on QEMU 2.6 ChangeLog Paolo Bonzini
     [not found] ` <BLUPR0301MB20344ED791370DBF1EF32CFC9E950@BLUPR0301MB2034.namprd03.prod.outlook.com>
2016-04-12 21:25   ` Paolo Bonzini
2016-04-13  8:36 ` Daniel P. Berrange
2016-04-13  8:39 ` Jason Wang
2016-04-13 17:03 ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).