summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \ \
| * | | slirp: Improve error reporting of inaccessible smb directoriesJan Kiszka2012-07-091-2/+2
| * | | slirp: Ensure smbd and shared directory exist when enable smbDunrong Huang2012-07-091-0/+12
| * | | slirp: add 'cmd:' target for guestfwdAlexander Graf2012-07-092-18/+48
| * | | slirp: Enforce host-side user of smb shareJan Kiszka2012-07-091-2/+12
* | | | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-07-0913-295/+426
|\ \ \ \
| * | | | block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()Markus Armbruster2012-07-092-7/+19
| * | | | qtest: Tidy up temporary files properlyMarkus Armbruster2012-07-091-13/+16
| * | | | fdc: Drop broken code for user-defined floppy geometryMarkus Armbruster2012-07-092-37/+28
| * | | | fdc_test: introduce test_sense_interruptPavel Hrdina2012-07-091-1/+24
OpenPOWER on IntegriCloud