qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Summary of Anthony's 'next' queue


From: Anthony Liguori
Subject: [Qemu-devel] Summary of Anthony's 'next' queue
Date: Mon, 14 Nov 2011 14:17:34 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

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

Regards,

Anthony Liguori



reply via email to

[Prev in Thread] Current Thread [Next in Thread]