summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | esp: delay Transfer Information command if dma is not enabledHervé Poussineau2012-07-141-0/+5
* | | | esp: execute select commands immediately when it is a non-dma commandHervé Poussineau2012-07-141-3/+3
* | | | Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl2012-07-145-15/+56
|\ \ \ \
| * | | | s390: autodetect map privateChristian Borntraeger2012-07-105-15/+56
| | |/ / | |/| |
* | | | Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl2012-07-147-52/+428
|\ \ \ \ | |_|/ / |/| | |
| * | | target-arm: Add support for long format translation table walksPeter Maydell2012-07-121-0/+182
| * | | target-arm: Implement TTBCR changes for LPAEPeter Maydell2012-07-121-1/+14
| * | | target-arm: Implement long-descriptor PAR formatPeter Maydell2012-07-121-10/+69
| * | | target-arm: Use target_phys_addr_t in get_phys_addr()Peter Maydell2012-07-121-14/+15
| * | | target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAEPeter Maydell2012-07-123-3/+87
| * | | target-arm: Add 64 bit variants of DBGDRAR and DBGDSAR for LPAEPeter Maydell2012-07-121-0/+5
| * | | target-arm: Add AMAIR0, AMAIR1 LPAE cp15 registersPeter Maydell2012-07-121-0/+16
| * | | target-arm: Extend feature flags to 64 bitsPeter Maydell2012-07-123-6/+6
| * | | target-arm: Implement privileged-execute-never (PXN)Peter Maydell2012-07-123-12/+26
| * | | ARM: Make target_phys_addr_t 64 bits and physaddrs 40 bitsPeter Maydell2012-07-122-2/+2
| * | | hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bitsPeter Maydell2012-07-121-1/+1
| * | | target-arm: Fix TCG temp handling in 64 bit cp writesPeter Maydell2012-07-121-0/+2
| * | | target-arm: Fix some copy-and-paste errors in cp register namesPeter Maydell2012-07-121-3/+3
| * | | target-arm: Fix typo that meant TTBR1 accesses went to TTBR0Peter Maydell2012-07-121-1/+1
| * | | target-arm: Fix CP15 based WFIPaul Brook2012-07-121-1/+1
| |/ /
* | | iov: Fix do_send_recv() for MinGW (also fixes a build breakage)Stefan Weil2012-07-111-5/+6
* | | qemu_find_file: check name as a straight path even if it has no '/'Peter Maydell2012-07-111-3/+2
|/ /
* | megasas: disable due to build breakageAnthony Liguori2012-07-091-1/+0
* | Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-0927-420/+623
|\ \
| * | rewrite iov_send_recv() and move it to iov.cMichael Tokarev2012-06-115-90/+220
| * | cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev2012-06-114-88/+55
| * | export iov_send_recv() and use it in iov_send() and iov_recv()Michael Tokarev2012-06-112-17/+10
| * | rename qemu_sendv to iov_send, change proto and move declarations to iov.hMichael Tokarev2012-06-114-33/+34
| * | change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev2012-06-117-15/+10
| * | consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-116-48/+33
| * | allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev2012-06-117-28/+16
| * | consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev2012-06-118-58/+20
| * | rewrite iov_* functionsMichael Tokarev2012-06-074-54/+204
| * | change iov_* function prototypes to be more appropriateMichael Tokarev2012-06-078-24/+56
| * | virtio-serial-bus: use correct lengths in control_out() messageMichael Tokarev2012-06-071-3/+3
* | | Merge remote-tracking branch 'quintela/migration-anthony-v2' into stagingAnthony Liguori2012-07-0914-88/+198
|\ \ \
| * | | Maintain the number of dirty pagesJuan Quintela2012-06-293-14/+12
| * | | dirty bitmap: abstract its useJuan Quintela2012-06-292-22/+21
| * | | Exit loop if we have been there too longJuan Quintela2012-06-291-0/+18
| * | | Only calculate expected_time for stage 2Juan Quintela2012-06-291-5/+8
| * | | Only TCG needs TLB handlingJuan Quintela2012-06-291-10/+21
| * | | No need to iterate if we already are over the limitJuan Quintela2012-06-291-0/+3
| * | | Add tracepoints for savevm section start/endJuan Quintela2012-06-292-0/+13
| * | | Add spent time for migrationJuan Quintela2012-06-294-3/+23
| * | | Add migration_end functionOrit Wasserman2012-06-291-1/+6
| * | | Add debugging infrastructureOrit Wasserman2012-06-291-6/+27
| * | | Add save_block_hdr functionOrit Wasserman2012-06-291-12/+14
| * | | Add MigrationParams structureIsaku Yamahata2012-06-297-17/+31
| * | | Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_...Orit Wasserman2012-06-291-0/+3
| | |/ | |/|
* | | Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori2012-07-092-20/+72
|\ \ \
OpenPOWER on IntegriCloud