summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite2015-07-0919-21/+20
* cpu: Change tcg_cpu_exec() arg to cpu, not envPeter Crosthwaite2015-07-091-4/+3
* gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite2015-07-094-5/+4
* translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite2015-07-097-14/+9
* target-ppc: Move cpu_exec_init() call to realize functionBharata B Rao2015-07-091-2/+10
* cpu: Convert cpu_index into a bitmapBharata B Rao2015-07-093-5/+61
* cpu: Add Error argument to cpu_exec_init()Bharata B Rao2015-07-0919-19/+19
* cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch initEduardo Habkost2015-07-091-5/+6
* cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost2015-07-092-2/+2
* cpu: No need to zero-initialize CPUState::numa_nodeEduardo Habkost2015-07-091-1/+0
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-0841-279/+2546
|\
| * ossaudio: fix memory leakGonglei2015-07-081-0/+1
| * ui: convert VNC to use generic cipher APIDaniel P. Berrange2015-07-081-11/+41
| * block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange2015-07-084-91/+165
| * ui: convert VNC websockets to use crypto APIsDaniel P. Berrange2015-07-086-95/+25
| * block: convert quorum blockdrv to use crypto APIsDaniel P. Berrange2015-07-083-58/+21
| * crypto: add a nettle cipher implementationDaniel P. Berrange2015-07-083-5/+242
| * crypto: add a gcrypt cipher implementationDaniel P. Berrange2015-07-084-0/+337
| * crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange2015-07-087-0/+951
| * crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange2015-07-075-3/+4
| * crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-0711-9/+8
| * crypto: introduce new module for computing hash digestsDaniel P. Berrange2015-07-0712-0/+752
| * vl: move rom_load_all after machine init doneEric Auger2015-07-073-15/+7
* | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2015-07-083-11/+13
|\ \
| * | ahci: Fix CD-ROM signatureHannes Reinecke2015-07-081-1/+1
| * | libqos/ahci: fix ahci_write_fis for ncq on ppc64John Snow2015-07-082-10/+12
* | | Fix the compatibility typedef of ioservid_t to match the Xen headersPaul Durrant2015-07-081-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-0826-811/+1943
|\ \
| * | tco-test: fix up config accesses and re-enableMichael S. Tsirkin2015-07-082-13/+4
| * | virtio fix cfg endian-ness for BE targetsMichael S. Tsirkin2015-07-081-8/+83
| * | virtio-pci: implement cfg capabilityMichael S. Tsirkin2015-07-082-1/+78
| * | virtio: define virtio_pci_cfg_cap in header.Michael S. Tsirkin2015-07-081-0/+6
| * | pcie: Set the "link active" in the link status registerBenjamin Herrenschmidt2015-07-081-1/+1
| * | pci_regs.h: import from linuxMichael S. Tsirkin2015-07-083-720/+721
| * | virtio_net: reuse constants from linuxMichael S. Tsirkin2015-07-082-12/+16
| * | hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek2015-07-084-11/+9
| * | hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOSLaszlo Ersek2015-07-081-2/+55
| * | hw/i386/pc: factor out pc_cmos_init_floppy()Laszlo Ersek2015-07-081-29/+38
| * | ich9: implement strap SPKR pin logicPaulo Alcantara2015-07-084-3/+28
| * | tests: add testcase for TCO watchdog emulationPaulo Alcantara2015-07-082-0/+462
| * | ich9: add TCO interface emulationPaulo Alcantara2015-07-0710-8/+439
| * | acpi: split out ICH ACPI supportMichael S. Tsirkin2015-07-073-1/+4
| * | Revert "dataplane: allow virtio-1 devices"Cornelia Huck2015-07-071-26/+21
| * | dataplane: fix cross-endian issuesGreg Kurz2015-07-071-2/+4
| |/
* | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-07-06-v3-tag'...Peter Maydell2015-07-085-31/+642
|\ \
| * | qga: added GuestPCIAddress informationMichael Roth2015-07-072-1/+97
| * | qga: added bus type and disk location pathOlga Krishtal2015-07-072-2/+147
| * | configure: add configure check for ntdddisk.hMichael Roth2015-07-071-0/+24
| * | qga: added mountpoint and filesystem type for single volumeOlga Krishtal2015-07-071-1/+53
| * | qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal2015-07-071-3/+24
OpenPOWER on IntegriCloud