| [V6,1/4] nmi: convert cpu_index to cpu-index |
2011-01-27 |
Lai Jiangshan |
|
New |
| escc: fix interrupt flags |
2011-01-27 |
Aurelien Jarno |
|
New |
| [v2,5/5] pci: use uint8_t for devfn_min |
2011-01-27 |
Isaku Yamahata |
|
New |
| [v2,4/5] pci: use PCI_SLOT in pci_get_bus_devfn() |
2011-01-27 |
Isaku Yamahata |
|
New |
| [v2,3/5] pci/pcie: make pci_find_device() ARI aware. |
2011-01-27 |
Isaku Yamahata |
|
New |
| [v2,2/5] pci: use devfn for pci_find_device() instead of (slot, fn) pair |
2011-01-27 |
Isaku Yamahata |
|
New |
| [v2,1/5] pci: replace the magic, 256, for the maximum of devfn |
2011-01-27 |
Isaku Yamahata |
|
New |
| pci: typo in pcibus_get_dev_path() |
2011-01-27 |
Isaku Yamahata |
|
New |
| linux-user: implement sched_{g,s}etaffinity |
2011-01-27 |
Mike Frysinger |
|
New |
| user: speed up init_paths a bit |
2011-01-27 |
Mike Frysinger |
|
New |
| Add an qemu icon |
2011-01-26 |
Stefan Weil |
|
Superseded |
| Re: [PATCH V9 16/16] xen: Add Xen hypercall for sleep state in the cmos_s3 callback. |
2011-01-26 |
Anthony PERARD |
|
New |
| [5/5] block: enable in_use flag |
2011-01-26 |
Marcelo Tosatti |
|
New |
| [4/5] Add flag to indicate external users to block device |
2011-01-26 |
Marcelo Tosatti |
|
New |
| [3/5] block-migration: add reference to target DriveInfo |
2011-01-26 |
Marcelo Tosatti |
|
New |
| [2/5] blockdev: add refcount to DriveInfo |
2011-01-26 |
Marcelo Tosatti |
|
New |
| [1/5] block-migration: actually disable dirty tracking on cleanup |
2011-01-26 |
Marcelo Tosatti |
|
New |
| Re: [PATCH] pci: w1cmask[PCI_BRIDGE_CONTROL] initialized incorrectly |
2011-01-26 |
Michael S. Tsirkin |
|
New |
| [v3] New trace-event backend: stderr |
2011-01-26 |
Fabien Chouteau |
|
New |
| lsi53c895a: Update dnad when skipping MSGOUT bytes |
2011-01-26 |
Stefan Hajnoczi |
|
New |
| [v2] New trace-event backend: stderr |
2011-01-26 |
Fabien Chouteau |
|
New |
| Add documentation for STRTOSZ_DEFSUFFIX_ macros |
2011-01-26 |
Jes Sorensen |
|
New |
| ahci: Fix cpu_physical_memory_unmap() argument ordering |
2011-01-26 |
Stefan Hajnoczi |
|
New |
| savevm: unbreak register_savevm_live()/vmstate_register_with_alias_id() |
2011-01-26 |
Isaku Yamahata |
|
New |
| pci: w1cmask[PCI_BRIDGE_CONTROL] initialized incorrectly |
2011-01-26 |
Isaku Yamahata |
|
New |
| [3/3] pci/pcie: make pci_find_device() ARI aware. |
2011-01-26 |
Isaku Yamahata |
|
New |
| [2/3] pci: use devfn for pci_find_device() instead of (slot, fn) pair |
2011-01-26 |
Isaku Yamahata |
|
New |
| [1/3] pci: replace the magic, 256, for the maximum of devfn |
2011-01-26 |
Isaku Yamahata |
|
New |
| [19/19] migration: add a parser to accept FT migration incoming mode. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [18/19] Introduce -k option to enable FT migration mode (Kemari). |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [17/19] 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-01-26 |
Yoshiaki Tamura |
|
New |
| [16/19] migration: introduce migrate_ft_trans_{put, get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [15/19] savevm: introduce qemu_savevm_trans_{begin, commit}. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [14/19] block: insert event-tap to bdrv_aio_writev() and bdrv_aio_flush(). |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [13/19] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async(). |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [12/19] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [11/19] ioport: insert event_tap_ioport() to ioport_write(). |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [10/19] Call init handler of event-tap at main() in vl.c. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [09/19] Introduce event-tap. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [08/19] savevm: introduce util functions to control ft_trans_file from savevm layer. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [07/19] Introduce fault tolerant VM transaction QEMUFile and ft_mode. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [06/19] virtio: decrement last_avail_idx with inuse before saving. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [05/19] vl.c: add deleted flag for deleting the handler. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [04/19] qemu-char: export socket_set_nodelay(). |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [03/19] Introduce skip_header parameter to qemu_loadvm_state(). |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [02/19] Introduce read() to FdMigrationState. |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| [01/19] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer(). |
2011-01-26 |
Yoshiaki Tamura |
|
New |
| kvm: Prevent dynticks race condition for !CONFIG_IOTHREAD |
2011-01-26 |
Stefan Hajnoczi |
|
New |
| Correct win32 timers deleting v.3 |
2011-01-26 |
Pavel Dovgaluk |
|
New |
| [v2] target-sh4: update PTEH upon MMU exception |
2011-01-26 |
Alexandre Courbot |
|
New |
| [5/7] tcg-i386: Implement deposit operation. |
2011-01-25 |
Richard Henderson |
|
New |
| target-arm: Fix Neon vsra instructions. |
2011-01-25 |
Christophe LYON |
|
New |
| Re: Errors on MMIO read access on VM suspend / resume operations |
2011-01-25 |
Stefan Berger |
|
New |
| [v3] virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREAD |
2011-01-25 |
Stefan Hajnoczi |
|
New |
| [v2] virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREAD |
2011-01-25 |
Stefan Hajnoczi |
|
New |
| hw/qxl: another missing unlock |
2011-01-25 |
Alon Levy |
|
New |
| [V9,16/16] acpi-piix4: Add Xen hypercall for sleep state. |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,15/16] xen: Set running state in xenstore. |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,14/16] xen: Initialize event channels and io rings |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,13/16] vl.c: Introduce getter for shutdown_requested and reset_requested. |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,12/16] Introduce qemu_ram_ptr_unlock. |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,11/16] configure: Always use 64bits target physical addresses with xen enabled. |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,10/16] xen: Introduce the Xen mapcache |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,09/16] xen: add a 8259 Interrupt Controller |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,08/16] piix_pci: Introduces Xen specific call for irq. |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,07/16] xen: Add the Xen platform pci device |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,06/16] xen: Add initialisation of Xen |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,05/16] xen: Add xen_machine_fv |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,04/16] xen: Support new libxc calls from xen unstable. |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,03/16] xen: Add a generic layer for xc calls |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,02/16] xen: Make xen build only on x86 target. |
2011-01-25 |
Anthony PERARD |
|
New |
| [V9,01/16] xen: Replace some tab-indents with spaces (clean-up). |
2011-01-25 |
Anthony PERARD |
|
New |
| virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREAD |
2011-01-25 |
Stefan Hajnoczi |
|
New |
| [RESEND,V3,2/2] machine, Add default_machine_opts to QEMUMachine. |
2011-01-25 |
Anthony PERARD |
|
New |
| [RESEND,V3,1/2] Introduce -machine command option. |
2011-01-25 |
Anthony PERARD |
|
New |
| [5/7] tcg-i386: Implement deposit operation. |
2011-01-25 |
Edgar Iglesias |
|
New |
| [2/2] mc146818rtc: update registers after a format change |
2011-01-25 |
Aurelien Jarno |
|
New |
| [1/2] mc146818rtc: constantify |
2011-01-25 |
Aurelien Jarno |
|
New |
| [v4] linux-user: add ppoll syscall support |
2011-01-25 |
Mike Frysinger |
|
New |
| [2/2] vnc: qemu can die if the client is disconnected while updating screen |
2011-01-25 |
Corentin Chary |
|
New |
| [1/2] vl.c: set NULL upon deleting handlers in qemu_set_fd_handler2() |
2011-01-25 |
Corentin Chary |
|
New |
| Correct win32 timers deleting |
2011-01-25 |
Pavel Dovgaluk |
|
New |
| target-sh4: fix TLB invalidation code |
2011-01-25 |
Alexandre Courbot |
|
New |
| [v2] linux-user/FLAT: allow targets to override FLAT processing |
2011-01-25 |
Mike Frysinger |
|
New |
| target-sh4: update PTEH upon MMU exception |
2011-01-25 |
Alexandre Courbot |
|
New |
| target-sh4: fix index of address read error exception |
2011-01-25 |
Alexandre Courbot |
|
New |
| [RFC,0/7] Introduce hard dependency on glib |
2011-01-25 |
Anthony Liguori |
|
New |
| [23/23] docs: Document scsi-disk and usb-storage removable parameter |
2011-01-24 |
Kevin Wolf |
|
New |
| [22/23] usb-msd: Propagate removable bit to SCSI device |
2011-01-24 |
Kevin Wolf |
|
New |
| [21/23] scsi: Allow scsi_bus_legacy_add_drive() to set removable bit |
2011-01-24 |
Kevin Wolf |
|
New |
| [20/23] scsi-disk: Allow overriding SCSI INQUIRY removable bit |
2011-01-24 |
Kevin Wolf |
|
New |
| [19/23] block: Use backing format driver during image creation |
2011-01-24 |
Kevin Wolf |
|
New |
| [18/23] blockdev: Fix drive_del not to crash when drive is not in use |
2011-01-24 |
Kevin Wolf |
|
New |
| [17/23] blockdev: Make drive_init() use error_report() |
2011-01-24 |
Kevin Wolf |
|
New |
| [16/23] blockdev: Fix error message for invalid -drive CHS |
2011-01-24 |
Kevin Wolf |
|
New |
| [15/23] Fix block migration when the device size is not a multiple of 1 MB |
2011-01-24 |
Kevin Wolf |
|
New |
| [14/23] qed: Refuse to create images on block devices |
2011-01-24 |
Kevin Wolf |
|
New |
| [13/23] Documentation: Add qemu-img check/rebase |
2011-01-24 |
Kevin Wolf |
|
New |
| [12/23] ide: Remove unneeded null pointer check |
2011-01-24 |
Kevin Wolf |
|
New |
| [11/23] qcow2: Batch flushes for COW |
2011-01-24 |
Kevin Wolf |
|
New |