| [17/27] Implement assorted pSeries hcalls and RTAS methods |
2011-03-23 |
David Gibson |
|
New |
| [16/27] Implement hcall based RTAS for pSeries machines |
2011-03-23 |
David Gibson |
|
New |
| [15/27] Virtual hash page table handling on pSeries machine |
2011-03-23 |
David Gibson |
|
New |
| [14/27] Implement the bus structure for PAPR virtual IO |
2011-03-23 |
David Gibson |
|
New |
| [13/27] Start implementing pSeries logical partition machine |
2011-03-23 |
David Gibson |
|
New |
| [12/27] Add POWER7 support for ppc |
2011-03-23 |
David Gibson |
|
New |
| [11/27] Support 1T segments on ppc |
2011-03-23 |
David Gibson |
|
New |
| [10/27] Better factor the ppc hash translation path |
2011-03-23 |
David Gibson |
|
New |
| [09/27] Use "hash" more consistently in ppc mmu code |
2011-03-23 |
David Gibson |
|
New |
| [08/27] Parse SDR1 on mtspr instead of at translate time |
2011-03-23 |
David Gibson |
|
New |
| [07/27] Clean up slb_lookup() function |
2011-03-23 |
David Gibson |
|
New |
| [06/27] Correct ppc popcntb logic, implement popcntw and popcntd |
2011-03-23 |
David Gibson |
|
New |
| [05/27] Implement missing parts of the logic for the POWER PURR |
2011-03-23 |
David Gibson |
|
New |
| [04/27] Implement PowerPC slbmfee and slbmfev instructions |
2011-03-23 |
David Gibson |
|
New |
| [03/27] Add a hook to allow hypercalls to be emulated on PowerPC |
2011-03-23 |
David Gibson |
|
New |
| [02/27] Allow qemu_devtree_setprop() to take arbitrary values |
2011-03-23 |
David Gibson |
|
New |
| [01/27] Clean up PowerPC SLB handling code |
2011-03-23 |
David Gibson |
|
New |
| [18/18] Introduce "kemari:" to enable FT migration mode (Kemari). |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [17/18] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [16/18] migration: introduce migrate_ft_trans_{put, get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [15/18] savevm: introduce qemu_savevm_trans_{begin, commit}. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [14/18] block: insert event-tap to bdrv_aio_writev(), bdrv_aio_flush() and bdrv_flush(). |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [13/18] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async(). |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [12/18] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [11/18] ioport: insert event_tap_ioport() to ioport_write(). |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [10/18] Call init handler of event-tap at main() in vl.c. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [09/18] Introduce event-tap. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [08/18] savevm: introduce util functions to control ft_trans_file from savevm layer. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [06/18] virtio: decrement last_avail_idx with inuse before saving. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [05/18] vl.c: add deleted flag for deleting the handler. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [04/18] qemu-char: export socket_set_nodelay(). |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [03/18] Introduce qemu_loadvm_state_no_header() and make qemu_loadvm_state() a wrapper. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [02/18] Introduce read() to FdMigrationState. |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [01/18] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer(). |
2011-03-23 |
Yoshiaki Tamura |
|
New |
| [v5,4/4] piix_pci: load path clean up |
2011-03-23 |
Isaku Yamahata |
|
New |
| [v5,3/4] piix_pci: optimize set irq path |
2011-03-23 |
Isaku Yamahata |
|
New |
| [v5,2/4] piix_pci: eliminate PIIX3State::pci_irq_levels |
2011-03-23 |
Isaku Yamahata |
|
New |
| [v5,1/4] pci: add accessor function to get irq levels |
2011-03-23 |
Isaku Yamahata |
|
New |
| [11/11] test-vmstate: add test case to verify we don't change VMState |
2011-03-23 |
Anthony Liguori |
|
New |
| [10/11] vl: add a new -vmstate-dump option to write a VMState JSON schema |
2011-03-23 |
Anthony Liguori |
|
New |
| [09/11] pckbd: make non-ISA pckbd use a unique name |
2011-03-23 |
Anthony Liguori |
|
New |
| [08/11] fw_cfg: make sure all VMState fields are unique. |
2011-03-23 |
Anthony Liguori |
|
New |
| [07/11] eeprom93xx: Use the new hack macro to avoid duplicate field names |
2011-03-23 |
Anthony Liguori |
|
New |
| [06/11] fdc: fix migration of non-ISA fdc devices |
2011-03-23 |
Anthony Liguori |
|
New |
| [05/11] vga-isa: fix migration by breaking it |
2011-03-23 |
Anthony Liguori |
|
New |
| [04/11] sb16: fix migration quirk |
2011-03-23 |
Anthony Liguori |
|
New |
| [03/11] vmstate: for vmstate types that reuse the same field, make sure name is unique |
2011-03-23 |
Anthony Liguori |
|
New |
| [02/11] vmstate: register all VMStateDescriptions |
2011-03-23 |
Anthony Liguori |
|
New |
| [01/11] Add hard build dependency on glib |
2011-03-23 |
Anthony Liguori |
|
New |
| [v7,3/3] rtl8139: add vlan tag insertion |
2011-03-22 |
Benjamin Poirier |
|
New |
| [v7,2/3] rtl8139: add vlan tag extraction |
2011-03-22 |
Benjamin Poirier |
|
New |
| [v7,1/3] rtl8139: cleanup FCS calculation |
2011-03-22 |
Benjamin Poirier |
|
New |
| [v4,4/4] piix_pci: load path clean up |
2011-03-22 |
Isaku Yamahata |
|
New |
| [v4,3/4] piix_pci: optimize set irq path |
2011-03-22 |
Isaku Yamahata |
|
New |
| [v4,2/4] piix_pci: eliminate PIIX3State::pci_irq_levels |
2011-03-22 |
Isaku Yamahata |
|
New |
| [v4,1/4] pci: add accessor function to get irq levels |
2011-03-22 |
Isaku Yamahata |
|
New |
| net: Improve the warnings for dubious command line option combinations |
2011-03-22 |
Peter Maydell |
|
New |
| hw/versatilepb, realview: Fix condition for instantiation of onboard NIC |
2011-03-22 |
Peter Maydell |
|
New |
| virtio-serial: don't crash on invalid input |
2011-03-22 |
Michael S. Tsirkin |
|
New |
| [Xen-devel] Re: [Qemu-devel] [PATCH V11 00/15] Xen device model support |
2011-03-22 |
Alexander Graf |
|
New |
| spice-qemu-char: Fix flow control in client -> guest direction |
2011-03-22 |
Hans de Goede |
|
New |
| [2/2] Basic implementation of Sharp Zaurus SL-5500 collie PDA |
2011-03-22 |
Dmitry Eremin-Solenikov |
|
New |
| [1/2] Implement basic part of SA-1110/SA-1100 |
2011-03-22 |
Dmitry Eremin-Solenikov |
|
New |
| Supsend/resume regression in c995b4 WAS: Re: [Qemu-devel] [PATCH] Fix migration uint8 arrys handled |
2011-03-22 |
Anthony Liguori |
|
New |
| [3/3] spice-chardev: listen to frontend guest open / close |
2011-03-22 |
Hans de Goede |
|
New |
| [2/3] virtio-console: notify backend of guest open / close |
2011-03-22 |
Hans de Goede |
|
New |
| [1/3] chardev: Allow frontends to notify backends of guest open / close |
2011-03-22 |
Hans de Goede |
|
New |
| Few new QMP features |
2011-03-22 |
Dmitry Konishchev |
|
New |
| QEMU patch for non-NPTL mode |
2011-03-22 |
Laurent Vivier |
|
New |
| Supsend/resume regression in c995b4 WAS: Re: [Qemu-devel] [PATCH] Fix migration uint8 arrys handled |
2011-03-22 |
Stefan Berger |
|
New |
| gdbstub: Catch and report more vmstop reasons |
2011-03-22 |
Jan Kiszka |
|
New |
| target-ppc: ext32u instead of andi with constant |
2011-03-22 |
Aurelien Jarno |
|
New |
| [v2] v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0. |
2011-03-22 |
Harsh Prateek Bora |
|
New |
| [v22,11/11] ccid: add docs |
2011-03-21 |
Alon Levy |
|
New |
| [v22,10/11] ccid: add ccid-card-emulated device |
2011-03-21 |
Alon Levy |
|
New |
| [v22,09/11] libcacard: add docs |
2011-03-21 |
Alon Levy |
|
New |
| [v22,08/11] libcacard: add passthru |
2011-03-21 |
Alon Levy |
|
New |
| [v22,07/11] libcacard: add vscclient |
2011-03-21 |
Alon Levy |
|
New |
| [v22,06/11] libcacard: initial commit |
2011-03-21 |
Alon Levy |
|
New |
| [v22,05/11] ccid: add passthru card device |
2011-03-21 |
Alon Levy |
|
New |
| [v22,04/11] introduce libcacard/vscard_common.h |
2011-03-21 |
Alon Levy |
|
New |
| [v22,03/11] usb-ccid: add CCID bus |
2011-03-21 |
Alon Levy |
|
New |
| [v22,02/11] qemu-thread.h: include inttypes.h |
2011-03-21 |
Alon Levy |
|
New |
| [v22,01/11] trace: move trace objects from Makefile to Makefile.objs |
2011-03-21 |
Alon Levy |
|
New |
| v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0. |
2011-03-21 |
Harsh Prateek Bora |
|
New |
| [2/2] hw: Add maximum RAM specifications for ARM devboard models |
2011-03-21 |
Peter Maydell |
|
New |
| [1/2] Allow boards to specify maximum RAM size |
2011-03-21 |
Peter Maydell |
|
New |
| [PULL] allow arbitrary scaling of timers |
2011-03-21 |
Paolo Bonzini |
|
New |
| [7/7] char: Prevent multiple devices opening same chardev |
2011-03-21 |
Amit Shah |
|
New |
| [6/7] virtio-console: Keep chardev open for other users after hot-unplug |
2011-03-21 |
Amit Shah |
|
New |
| [5/7] virtio-serial: Don't clear ->have_data() pointer after unplug |
2011-03-21 |
Amit Shah |
|
New |
| [4/7] virtio-serial-bus: Simplify handle_output() function |
2011-03-21 |
Amit Shah |
|
New |
| [3/7] virtio-serial: Enable ioeventfd |
2011-03-21 |
Amit Shah |
|
New |
| [2/7] virtio-serial: Disallow generic ports at id 0 |
2011-03-21 |
Amit Shah |
|
New |
| [1/7] virtio-serial: Use a struct to pass config information from proxy |
2011-03-21 |
Amit Shah |
|
New |
| [PULL,#7,0/7] virtio-serial fixes, enhancements |
2011-03-21 |
Amit Shah |
|
New |
| Re: [PATCH v3 3/3] piix_pci: optimize set irq path |
2011-03-21 |
Isaku Yamahata |
|
New |
| [v21,00/11] usb-ccid |
2011-03-21 |
Alon Levy |
|
New |
| vnc: severe memory leak caused by broken palette_destroy() function |
2011-03-21 |
Ulrich Obergfell |
|
New |