Age | Commit message (Expand) | Author | Files | Lines |
2014-06-16 | spapr_pci: Introduce a finish_realize() callback | Alexey Kardashevskiy | 1 | -2/+16 |
2014-06-16 | macio ide: Do remainder access asynchronously | Alexander Graf | 1 | -0/+5 |
2014-06-16 | spapr: Add ibm, client-architecture-support call | Alexey Kardashevskiy | 1 | -1/+8 |
2014-06-16 | spapr: Add support for time base offset migration | Alexey Kardashevskiy | 1 | -0/+1 |
2014-06-16 | mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already there | BALATON Zoltan | 1 | -0/+2 |
2014-06-09 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -0/+3 |
2014-06-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 5 | -6/+29 |
2014-06-05 | qdev: Display warning about unused -global | Don Slutz | 2 | -0/+9 |
2014-06-04 | virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi | Fam Zheng | 1 | -0/+3 |
2014-06-02 | xhci: order superspeed ports first | Gerd Hoffmann | 1 | -0/+4 |
2014-06-02 | usb: add usb_pick_speed | Gerd Hoffmann | 1 | -0/+1 |
2014-06-02 | usb: move ehci register defines to header file | Gerd Hoffmann | 1 | -0/+82 |
2014-06-02 | usb: add uhci port status reserved bit | Gerd Hoffmann | 1 | -0/+1 |
2014-06-02 | usb: move uhci register defines to header file | Gerd Hoffmann | 1 | -0/+39 |
2014-05-28 | ssi: Name the CS GPIO | Peter Crosthwaite | 1 | -0/+2 |
2014-05-28 | qdev: Implement named GPIOs | Peter Crosthwaite | 1 | -4/+20 |
2014-05-28 | machine: Make -machine opts properties of MachineState | Marcel Apfelbaum | 1 | -3/+3 |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 1 | -17/+10 |
2014-05-26 | input: switch hid mouse and tablet to the new input layer api. | Gerd Hoffmann | 1 | -1/+0 |
2014-05-26 | input: switch hid keyboard to new input layer api. | Gerd Hoffmann | 1 | -1/+2 |
2014-05-21 | pcie_host: Turn pcie_host_init() into an instance_init | Andreas Färber | 1 | -1/+0 |
2014-05-21 | SMBIOS: Fix type 17 field sizes | Gabriel L. Somlo | 1 | -4/+4 |
2014-05-21 | SMBIOS: Update Type 0 struct generator for machines >= 2.1 | Gabriel L. Somlo | 1 | -1/+1 |
2014-05-21 | serial-pci: Set prog interface field of pci config to 16550 compatible | BALATON Zoltan | 1 | -0/+15 |
2014-05-20 | s390x/virtio-ccw: wire up irq routing and irqfds | Cornelia Huck | 2 | -0/+35 |
2014-05-20 | s390x: add I/O adapter registration | Cornelia Huck | 1 | -0/+2 |
2014-05-20 | s390x: split flic into kvm and non-kvm parts | Cornelia Huck | 1 | -11/+40 |
2014-05-08 | pci: add Error-propagating pci_add_capability2() | Laszlo Ersek | 1 | -0/+4 |
2014-05-07 | Merge remote-tracking branch 'remotes/sstabellini/xen-140507-2' into staging | Peter Maydell | 1 | -0/+7 |
2014-05-07 | xen_disk: add discard support | Olaf Hering | 1 | -0/+7 |
2014-05-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -9/+22 |
2014-05-07 | smbus: return -1 if nothing found at the given address | Paolo Bonzini | 1 | -6/+6 |
2014-05-07 | smbus: allow returning an error from reads | Paolo Bonzini | 1 | -3/+3 |
2014-05-07 | apic: use emulated lapic version 0x14 on pc machines >= 2.1 | Gabriel L. Somlo | 2 | -0/+4 |
2014-05-07 | pc: add compat_props placeholder for 2.0 machine type | Gabriel L. Somlo | 1 | -0/+9 |
2014-05-07 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i... | Peter Maydell | 1 | -2/+2 |
2014-05-07 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell | 2 | -5/+26 |
2014-05-05 | machine: Remove QEMUMachine indirection from MachineClass | Marcel Apfelbaum | 1 | -2/+0 |
2014-05-05 | machine: Replace QEMUMachine by MachineClass in accelerator configuration | Marcel Apfelbaum | 2 | -3/+2 |
2014-05-05 | vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs | Marcel Apfelbaum | 1 | -2/+3 |
2014-05-05 | machine: Copy QEMUMachine's fields to MachineClass | Marcel Apfelbaum | 1 | -0/+24 |
2014-05-05 | machine: Remove obsoleted field from QEMUMachine | Marcel Apfelbaum | 1 | -1/+0 |
2014-05-05 | virtio-net: fix buffer overflow on invalid state load | Michael S. Tsirkin | 1 | -2/+2 |
2014-05-05 | SMBIOS: Build aggregate smbios tables and entry point | Gabriel L. Somlo | 1 | -1/+4 |
2014-05-05 | SMBIOS: Use bitmaps to prevent incompatible comand line options | Gabriel L. Somlo | 1 | -0/+2 |
2014-05-05 | SMBIOS: Update header file definitions | Gabriel L. Somlo | 1 | -22/+66 |
2014-05-05 | SMBIOS: Rename symbols to better reflect future use | Gabriel L. Somlo | 1 | -3/+3 |
2014-05-05 | E820: Add interface for accessing e820 table | Gabriel L. Somlo | 1 | -0/+2 |
2014-04-17 | allwinner-emac: set autonegotiation complete bit on link up | Beniamino Galvani | 1 | -0/+1 |
2014-04-17 | allwinner-a10-pit: implement prescaler and source selection | Beniamino Galvani | 1 | -0/+1 |