Age | Commit message (Expand) | Author |
2013-03-28 | qcow2: Gather clusters in a looping loop | Kevin Wolf |
2013-03-28 | qcow2: Move cluster gathering to a non-looping loop | Kevin Wolf |
2013-03-28 | qcow2: Allow requests with multiple l2metas | Kevin Wolf |
2013-03-28 | qcow2: Use byte granularity in qcow2_alloc_cluster_offset() | Kevin Wolf |
2013-03-28 | qcow2: Prepare handle_alloc/copied() for byte granularity | Kevin Wolf |
2013-03-28 | qcow2: handle_copied(): Implement non-zero host_offset | Kevin Wolf |
2013-03-28 | qcow2: handle_copied(): Get rid of keep_clusters parameter | Kevin Wolf |
2013-03-28 | qcow2: handle_copied(): Get rid of nb_clusters parameter | Kevin Wolf |
2013-03-28 | qcow2: Factor out handle_copied() | Kevin Wolf |
2013-03-28 | qcow2: Clean up handle_alloc() | Kevin Wolf |
2013-03-28 | qcow2: Finalise interface of handle_alloc() | Kevin Wolf |
2013-03-28 | qcow2: handle_alloc(): Get rid of keep_clusters parameter | Kevin Wolf |
2013-03-28 | qcow2: handle_alloc(): Get rid of nb_clusters parameter | Kevin Wolf |
2013-03-28 | qcow2: Factor out handle_alloc() | Kevin Wolf |
2013-03-28 | qcow2: Decouple cluster allocation from cluster reuse code | Kevin Wolf |
2013-03-28 | qcow2: Change handle_dependency to byte granularity | Kevin Wolf |
2013-03-28 | qcow2: Improve check for overlapping allocations | Kevin Wolf |
2013-03-28 | qcow2: Handle dependencies earlier | Kevin Wolf |
2013-03-28 | qcow2: Remove bogus unlock of s->lock | Kevin Wolf |
2013-03-28 | qcow2: Fix "total clusters" number in bdrv_check | Kevin Wolf |
2013-03-28 | qemu-iotests: More concurrent allocation scenarios | Kevin Wolf |
2013-03-28 | vl.c: call bdrv_init_with_whitelist() before cmdline parsing | Peter Lieven |
2013-03-28 | hw/tcx: Remove unused 'addr' field and the property that sets it | Peter Maydell |
2013-03-28 | hw/i386/pc: format load_linux function | liguang |
2013-03-28 | configure: show debug-info option in --help output | Dunrong Huang |
2013-03-27 | spice-qemu-char: Drop hackish vmc_register on spice_chr_write | Hans de Goede |
2013-03-27 | virtio-serial: propagate guest_connected to the port on post_load | Alon Levy |
2013-03-27 | virtio-serial: Consolidate guest_open/guest_close into set_guest_connected | Hans de Goede |
2013-03-27 | qemu-char: add_handlers: Don't re-send the be_open event on unregister | Hans de Goede |
2013-03-27 | qemu-char: Move incrementing of avail_connections to qdev-properties-system | Hans de Goede |
2013-03-27 | qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback | Hans de Goede |
2013-03-27 | qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open | Hans de Goede |
2013-03-27 | qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers | Hans de Goede |
2013-03-27 | qemu-char: Add fe_open tracking | Hans de Goede |
2013-03-27 | qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open | Hans de Goede |
2013-03-27 | qemu-char: Rename opened to be_open | Hans de Goede |
2013-03-27 | compiler: fix warning with GCC 4.8.0 | Paolo Bonzini |
2013-03-26 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-03-26 | pcie: Add endpoint capability initialization wrapper | Alex Williamson |
2013-03-26 | roms: switch oldnoconfig to olddefconfig | Michael S. Tsirkin |
2013-03-26 | pcie: Mangle types to match topology | Alex Williamson |
2013-03-26 | pci: Create and use API to determine root buses | Alex Williamson |
2013-03-26 | pci: Create pci_bus_is_express helper | Alex Williamson |
2013-03-26 | pci: Q35, Root Ports, and Switches create PCI Express buses | Alex Williamson |
2013-03-26 | pci: Allow PCI bus creation interfaces to specify the type of bus | Alex Williamson |
2013-03-26 | pci: Move PCI and PCIE type defines | Alex Williamson |
2013-03-26 | pci: Create and register a new PCI Express TypeInfo | Alex Williamson |
2013-03-26 | exec: assert that RAMBlock size is non-zero | Stefan Hajnoczi |
2013-03-26 | pci: refuse empty ROM files | Stefan Hajnoczi |
2013-03-26 | pci_bridge: Remove duplicate IRQ swizzle function | Alex Williamson |