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

Regards,

Anthony Liguori

Reply via email to