All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Summary of Anthony's 'next' queue
@ 2011-11-07 14:37 Anthony Liguori
  2012-01-16 15:23 ` Igor Mammedov
  0 siblings, 1 reply; 5+ messages in thread
From: Anthony Liguori @ 2011-11-07 14:37 UTC (permalink / raw)
  To: qemu-devel
  Cc: pingfank, stefanb, jordan.l.justen, coreyb, mdroth, smizrahi,
	hpoussin, pbonzini, nacc, mlspirat42

Hi,

This is a summary of the patches that I have queued in my next tree that were 
identified as 1.1 candidates.  These patches will not be applied until after the 
1.1 tree opens (December 1st).

These patches have not been tested yet and may receive additional review 
comments.  This note is meant to let submitters know that their patch has not 
been forgotten.

Here's the full list:

000  pbonzini@redhat.com Mark future contributions to GPLv2-only files as GPLv2+
001  coreyb@linux.vnet.ibm.com Add basic version of bridge helper
002  coreyb@linux.vnet.ibm.com Add access control support to qemu bridge helper
003  coreyb@linux.vnet.ibm.com Add cap reduction support to enable use as SUID
004  coreyb@linux.vnet.ibm.com Add support for net bridge
005  pingfank@linux.vnet.ibm.com 01/01 ACPI: Call ACPI remove handler when 
handling ACPI eject event
006  pingfank@linux.vnet.ibm.com Introduce a new bus "ICC" to connect APIC
007  smizrahi@redhat.com 01/02 Better support for distros using /lib64 directories
008  smizrahi@redhat.com 02/02 Added target to build libvdisk
009  jordan.l.justen@intel.com pflash: Support read-only mode
010  jordan.l.justen@intel.com pc: Support system flash memory with pflash
011  hpoussin@reactos.org 01/11 isa: give ISABus/ISADevice to isa_create(), 
isa_bus_irqs() and isa_get_irq() functions
012  hpoussin@reactos.org 02/11 isa: move ISABus structure definition to header file
013  hpoussin@reactos.org 03/11 i8259: give ISA device to isa_register_ioport()
014  hpoussin@reactos.org 04/11 pc: give ISA bus to ISA methods
015  hpoussin@reactos.org 05/11 alpha: give ISA bus to ISA methods
016  hpoussin@reactos.org 06/11 sun4u: give ISA bus to ISA methods
017  hpoussin@reactos.org 07/11 fulong2e: give ISA bus to ISA methods
018  hpoussin@reactos.org 08/11 malta: give ISA bus to ISA methods
019  hpoussin@reactos.org 09/11 isa: always use provided ISA bus when creating 
an isa device
020  hpoussin@reactos.org 10/11 isa: always use provided ISA bus in isa_bus_irqs()
021  hpoussin@reactos.org 11/11 audio: remove unused parameter isa_pic
022  hpoussin@reactos.org 01/03 sonic: fix typo
023  hpoussin@reactos.org 02/03 sonic: fix netcard reset
024  hpoussin@reactos.org 03/03 sonic: reset all bits of in_use field when required
025  nacc@us.ibm.com monitor: add ability to dump SLB entries
026  mlspirat42@gmail.com Support for UDP unicast network backend
027  mlspirat42@gmail.com Re: Support for UDP unicast network backend
028  mlspirat42@gmail.com Re: Support for UDP unicast network backend
029  stefanb@linux.vnet.ibm.com Support for TPM command line options
030  stefanb@linux.vnet.ibm.com Add TPM (frontend) hardware interface (TPM TIS) 
to Qemu
031  stefanb@linux.vnet.ibm.com Add a debug register
032  stefanb@linux.vnet.ibm.com Build the TPM frontend code
033  stefanb@linux.vnet.ibm.com Add a TPM Passthrough backend driver implementation
034  stefanb@linux.vnet.ibm.com Introduce --enable-tpm-passthrough configure option
035  stefanb@linux.vnet.ibm.com Move parsing of filedescriptor into common function
036  stefanb@linux.vnet.ibm.com Add fd parameter for TPM passthrough driver
037  mdroth@linux.vnet.ibm.com qapi: add Visitor interfaces for uint*_t and int*_t
038  mdroth@linux.vnet.ibm.com qapi: add QemuFileOutputVisitor
039  mdroth@linux.vnet.ibm.com qapi: add QemuFileInputVisitor
040  mdroth@linux.vnet.ibm.com savevm: move QEMUFile interfaces into qemu-file.c
041  mdroth@linux.vnet.ibm.com qapi: test cases for QEMUFile input/output visitors
042  mdroth@linux.vnet.ibm.com qemu-file: add QEMUFile<->visitor lookup routines
043  mdroth@linux.vnet.ibm.com trace: qemu_(put|get)_(byte|buffer) events
044  mdroth@linux.vnet.ibm.com trace: add trace statements for visitor interface
045  mdroth@linux.vnet.ibm.com qapi: add trace statements to qapi-visit-core.c
046  mdroth@linux.vnet.ibm.com vmstate: use visitors
047  mdroth@linux.vnet.ibm.com 01/13 slirp: convert save/load function to 
visitor interface
048  mdroth@linux.vnet.ibm.com 02/13 ivshmem: convert save/load to visitor
049  mdroth@linux.vnet.ibm.com 03/13 virtio-pci: convert save/load to visitors
050  mdroth@linux.vnet.ibm.com 04/13 msix: convert save/load to visitors 
(including interfaces)
051  mdroth@linux.vnet.ibm.com 05/13 openpic: convert save/load to visitors
052  mdroth@linux.vnet.ibm.com 06/13 i440fx: convert save/load to visitors
053  mdroth@linux.vnet.ibm.com 07/13 pci: convert pci_device_(save|load) 
interfaces to accept Visitors
054  mdroth@linux.vnet.ibm.com 08/13 virtio: convert common virtio save/load to 
visitors
055  mdroth@linux.vnet.ibm.com 09/13 virtio-balloon: convert save/load to visitors
056  mdroth@linux.vnet.ibm.com 10/13 virtio-blk: convert save/load to visitors
057  mdroth@linux.vnet.ibm.com 11/13 virtio-net: convert save/load to visitors
058  mdroth@linux.vnet.ibm.com 12/13 virtio-serial: convert save/load to visitors
059  mdroth@linux.vnet.ibm.com 13/13 virtio: convert virtio_save/virtio_load 
interfaces to accept Visitors

Regards,

Anthony Liguori

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

* Re: [Qemu-devel] Summary of Anthony's 'next' queue
  2011-11-07 14:37 [Qemu-devel] Summary of Anthony's 'next' queue Anthony Liguori
@ 2012-01-16 15:23 ` Igor Mammedov
  0 siblings, 0 replies; 5+ messages in thread
From: Igor Mammedov @ 2012-01-16 15:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: pingfank

Anthony Liguori <anthony <at> codemonkey.ws> writes:

> 006  pingfank <at> linux.vnet.ibm.com Introduce a new bus "ICC" to connect APIC

Hi Anthony,

I'm re-basing cpu hot-plug from qemu-kvm.git to qemu.git and to get working
cpu hot-plug the above mentioned 006 patch is required.

Is it still on your qemu.git tree?

BTW: this patch won't apply cleanly to qemu.git since it was written for
qemu-kvm.git
I have an adapted version of it, based on the latest version I could find
http://patchwork.ozlabs.org/patch/125074/
Would you like me to re-post it as part of cpu hot-plug series for qemu.git?

-- 
Thanks,
 Igor

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

* Re: [Qemu-devel] Summary of Anthony's 'next' queue
  2011-11-15  3:34 ` Stefan Berger
@ 2011-11-15 13:37   ` Anthony Liguori
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2011-11-15 13:37 UTC (permalink / raw)
  To: Stefan Berger
  Cc: peter.maydell, pingfank, ehabkost, jordan.l.justen, coreyb,
	qemu-devel, pavel.borzenkov, mdroth, zanghongyong, smizrahi,
	hpoussin, pbonzini, mlspirat42, david

On 11/14/2011 09:34 PM, Stefan Berger wrote:
> On 11/14/2011 03:17 PM, Anthony Liguori wrote:
>> Hi,
>>
>> This is a summary of the patches that I have queued in my next tree that were
>> identified as 1.1 candidates. These patches will not be applied until after
>> the 1.1 tree opens (December 1st).
>>
>> These patches have not been tested yet and may receive additional review
>> comments. This note is meant to let submitters know that their patch has not
>> been forgotten.
>>
>> Here's the full list:
>>
>> 050 stefanb@linux.vnet.ibm.com Support for TPM command line options
>> 051 stefanb@linux.vnet.ibm.com Add TPM (frontend) hardware interface (TPM TIS)
>> to Qemu
>> 052 stefanb@linux.vnet.ibm.com Add a debug register
>> 053 stefanb@linux.vnet.ibm.com Build the TPM frontend code
>> 054 stefanb@linux.vnet.ibm.com Add a TPM Passthrough backend driver
>> implementation
>> 055 stefanb@linux.vnet.ibm.com Introduce --enable-tpm-passthrough configure
>> option
>> 056 stefanb@linux.vnet.ibm.com Move parsing of filedescriptor into common
>> function
>> 057 stefanb@linux.vnet.ibm.com Add fd parameter for TPM passthrough driver
>
> I have two patches that fix a deallocation issue in an error path and that
> restrict the 'fd' passed via command line to only be of chardev type. Should I
> post it 'now' or only once 1.1 opens?

I would suggest sending them out in case anyone is interested.  Personally, I'm 
focusing on release issues at the moment so I won't look at them for a couple 
more weeks.

Regards,

Anthony Liguori

>
> Stefan
>

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

* Re: [Qemu-devel] Summary of Anthony's 'next' queue
  2011-11-14 20:17 Anthony Liguori
@ 2011-11-15  3:34 ` Stefan Berger
  2011-11-15 13:37   ` Anthony Liguori
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Berger @ 2011-11-15  3:34 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: peter.maydell, aliguori, pingfank, ehabkost, jordan.l.justen,
	coreyb, qemu-devel, pavel.borzenkov, mdroth, zanghongyong,
	smizrahi, hpoussin, pbonzini, mlspirat42, david

On 11/14/2011 03:17 PM, Anthony Liguori wrote:
> Hi,
>
> This is a summary of the patches that I have queued in my next tree 
> that were identified as 1.1 candidates.  These patches will not be 
> applied until after the 1.1 tree opens (December 1st).
>
> These patches have not been tested yet and may receive additional 
> review comments.  This note is meant to let submitters know that their 
> patch has not been forgotten.
>
> Here's the full list:
>
> 050  stefanb@linux.vnet.ibm.com Support for TPM command line options
> 051  stefanb@linux.vnet.ibm.com Add TPM (frontend) hardware 
> interface    (TPM TIS) to Qemu
> 052  stefanb@linux.vnet.ibm.com Add a debug register
> 053  stefanb@linux.vnet.ibm.com Build the TPM frontend code
> 054  stefanb@linux.vnet.ibm.com Add a TPM Passthrough backend 
> driver    implementation
> 055  stefanb@linux.vnet.ibm.com Introduce --enable-tpm-passthrough    
> configure option
> 056  stefanb@linux.vnet.ibm.com Move parsing of filedescriptor into    
> common function
> 057  stefanb@linux.vnet.ibm.com Add fd parameter for TPM 
> passthrough    driver

I have two patches that fix a deallocation issue in an error path and 
that restrict the 'fd' passed via command line to only be of chardev 
type. Should I post it 'now' or only once 1.1 opens?

    Stefan

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

* [Qemu-devel] Summary of Anthony's 'next' queue
@ 2011-11-14 20:17 Anthony Liguori
  2011-11-15  3:34 ` Stefan Berger
  0 siblings, 1 reply; 5+ messages in thread
From: Anthony Liguori @ 2011-11-14 20:17 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, aliguori, benoit.canet, ehabkost, stefanb,
	jordan.l.justen, coreyb, mdroth, pavel.borzenkov, smizrahi,
	zanghongyong, pingfank, hpoussin, pbonzini, mlspirat42, david

Hi,

This is a summary of the patches that I have queued in my next tree that were 
identified as 1.1 candidates.  These patches will not be applied until after the 
1.1 tree opens (December 1st).

These patches have not been tested yet and may receive additional review 
comments.  This note is meant to let submitters know that their patch has not 
been forgotten.

Here's the full list:

000  aliguori@us.ibm.com migration: add a MAINTAINERS entry for	migration
001  pbonzini@redhat.com Mark future contributions to GPLv2-only files	as GPLv2+
002  coreyb@linux.vnet.ibm.com Add basic version of bridge helper
003  coreyb@linux.vnet.ibm.com Add access control support to qemu	bridge helper
004  coreyb@linux.vnet.ibm.com Add cap reduction support to enable use	as SUID
005  coreyb@linux.vnet.ibm.com Add support for net bridge
006  pingfank@linux.vnet.ibm.com 01/01 ACPI: Call ACPI remove handler when 
handling ACPI eject event
007  pingfank@linux.vnet.ibm.com Introduce a new bus "ICC" to connect APIC
008  smizrahi@redhat.com 01/02 Better support for distros using /lib64	directories
009  smizrahi@redhat.com 02/02 Added target to build libvdisk
010  pavel.borzenkov@gmail.com 01/03 raw-posix: Remove dead code
011  pavel.borzenkov@gmail.com 02/03 raw-posix: Do not use CONFIG_COCOA macro
012  pavel.borzenkov@gmail.com 03/03 configure: add '--disable-cocoa' switch
013  jordan.l.justen@intel.com pflash: Support read-only mode
014  jordan.l.justen@intel.com pc: Support system flash memory with	pflash
015  ehabkost@redhat.com 01/10 savevm: use qemu_file_set_error()	instead of 
setting last_error directly
016  ehabkost@redhat.com 02/10 QEMUFileCloseFunc: add return value	documentation 
(v2)
017  ehabkost@redhat.com 03/10 exec_close(): accept any negative value	as 
qemu_fclose() error
018  ehabkost@redhat.com 04/10 migrate_fd_cleanup: accept any negative 
qemu_fclose() value as error
019  ehabkost@redhat.com 05/10 qemu_fclose: return last_error if set	(v3)
020  ehabkost@redhat.com 06/10 stdio_pclose: return -errno on error (v3)
021  ehabkost@redhat.com 07/10 stdio_fclose: return -errno on errors	(v2)
022  ehabkost@redhat.com 08/10 exec_close(): return -errno on errors	(v2)
023  ehabkost@redhat.com 09/10 tcp_close(): check for close() errors	too (v2)
024  ehabkost@redhat.com 10/10 unix_close(): check for close() errors	too (v2)
025  hpoussin@reactos.org 01/11 isa: give ISABus/ISADevice to	isa_create(), 
isa_bus_irqs() and isa_get_irq() functions
026  hpoussin@reactos.org 02/11 isa: move ISABus structure definition to	header file
027  hpoussin@reactos.org 03/11 i8259: give ISA device to	isa_register_ioport()
028  hpoussin@reactos.org 04/11 pc: give ISA bus to ISA methods
029  hpoussin@reactos.org 05/11 alpha: give ISA bus to ISA methods
030  hpoussin@reactos.org 06/11 sun4u: give ISA bus to ISA methods
031  hpoussin@reactos.org 07/11 fulong2e: give ISA bus to ISA methods
032  hpoussin@reactos.org 08/11 malta: give ISA bus to ISA methods
033  hpoussin@reactos.org 09/11 isa: always use provided ISA bus when	creating 
an isa device
034  hpoussin@reactos.org 10/11 isa: always use provided ISA bus in	isa_bus_irqs()
035  hpoussin@reactos.org 11/11 audio: remove unused parameter isa_pic
036  hpoussin@reactos.org 01/03 sonic: fix typo
037  hpoussin@reactos.org 02/03 sonic: fix netcard reset
038  hpoussin@reactos.org 03/03 sonic: reset all bits of in_use field when	required
039  david@gibson.dropbear.id.au 01/07 Remove unnecessary casts from PCI DMA 
code	in eepro100
040  david@gibson.dropbear.id.au 02/07 Remove unnecessary casts from PCI DMA 
code	in e1000
041  david@gibson.dropbear.id.au 03/07 Remove unnecessary casts from PCI DMA 
code	in PCI IDE
042  david@gibson.dropbear.id.au 04/07 Remove unnecessary casts from PCI DMA 
code	in lsi53c895a
043  david@gibson.dropbear.id.au 05/07 Remove unnecessary casts from PCI DMA 
code	in rtl8139
044  david@gibson.dropbear.id.au 06/07 Remove unnecessary casts from PCI DMA 
code	in usb-ehci
045  david@gibson.dropbear.id.au 07/07 Remove unnecessary casts from PCI DMA 
code	in usb-uhci
046  zanghongyong@huawei.com ivshmem: use PIO for BAR0(Doorbell) instead of MMIO 
to reduce notification time
047  mlspirat42@gmail.com Support for UDP unicast network backend
048  mlspirat42@gmail.com Re: Support for UDP unicast network backend
049  mlspirat42@gmail.com Re: Support for UDP unicast network backend
050  stefanb@linux.vnet.ibm.com Support for TPM command line options
051  stefanb@linux.vnet.ibm.com Add TPM (frontend) hardware interface	(TPM TIS) 
to Qemu
052  stefanb@linux.vnet.ibm.com Add a debug register
053  stefanb@linux.vnet.ibm.com Build the TPM frontend code
054  stefanb@linux.vnet.ibm.com Add a TPM Passthrough backend driver	implementation
055  stefanb@linux.vnet.ibm.com Introduce --enable-tpm-passthrough	configure option
056  stefanb@linux.vnet.ibm.com Move parsing of filedescriptor into	common function
057  stefanb@linux.vnet.ibm.com Add fd parameter for TPM passthrough	driver
058  peter.maydell@linaro.org hw/usb-net.c: Fix precedence bug when checking 
rndis_state
059  benoit.canet@gmail.com 01/02 arm-linux-user: fix elfload.c's AT_HWCAP	to 
reflect cpu features.
060  benoit.canet@gmail.com 02/02 target-arm: remind to keep arm features in 
sync with linux-user/elfload.c
061  mdroth@linux.vnet.ibm.com qapi: add Visitor interfaces for	uint*_t and int*_t
062  mdroth@linux.vnet.ibm.com qapi: add QemuFileOutputVisitor
063  mdroth@linux.vnet.ibm.com qapi: add QemuFileInputVisitor
064  mdroth@linux.vnet.ibm.com savevm: move QEMUFile interfaces into	qemu-file.c
065  mdroth@linux.vnet.ibm.com qapi: test cases for QEMUFile	input/output visitors
066  mdroth@linux.vnet.ibm.com qemu-file: add QEMUFile<->visitor	lookup routines
067  mdroth@linux.vnet.ibm.com trace: qemu_(put|get)_(byte|buffer)	events
068  mdroth@linux.vnet.ibm.com trace: add trace statements for	visitor interface
069  mdroth@linux.vnet.ibm.com qapi: add trace statements to	qapi-visit-core.c
070  mdroth@linux.vnet.ibm.com vmstate: use visitors
071  mdroth@linux.vnet.ibm.com 01/13 slirp: convert save/load function to 
visitor interface
072  mdroth@linux.vnet.ibm.com 02/13 ivshmem: convert save/load to visitor
073  mdroth@linux.vnet.ibm.com 03/13 virtio-pci: convert save/load to visitors
074  mdroth@linux.vnet.ibm.com 04/13 msix: convert save/load to visitors 
(including interfaces)
075  mdroth@linux.vnet.ibm.com 05/13 openpic: convert save/load to visitors
076  mdroth@linux.vnet.ibm.com 06/13 i440fx: convert save/load to visitors
077  mdroth@linux.vnet.ibm.com 07/13 pci: convert pci_device_(save|load) 
interfaces to accept Visitors
078  mdroth@linux.vnet.ibm.com 08/13 virtio: convert common virtio save/load	to 
visitors
079  mdroth@linux.vnet.ibm.com 09/13 virtio-balloon: convert save/load to	visitors
080  mdroth@linux.vnet.ibm.com 10/13 virtio-blk: convert save/load to visitors
081  mdroth@linux.vnet.ibm.com 11/13 virtio-net: convert save/load to visitors
082  mdroth@linux.vnet.ibm.com 12/13 virtio-serial: convert save/load to	visitors
083  mdroth@linux.vnet.ibm.com 13/13 virtio: convert virtio_save/virtio_load 
interfaces to accept Visitors

Regards,

Anthony Liguori

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

end of thread, other threads:[~2012-01-16 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-07 14:37 [Qemu-devel] Summary of Anthony's 'next' queue Anthony Liguori
2012-01-16 15:23 ` Igor Mammedov
2011-11-14 20:17 Anthony Liguori
2011-11-15  3:34 ` Stefan Berger
2011-11-15 13:37   ` Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.