summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2016-01-268-22/+56
* xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell2016-01-263-18/+19
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-266-45/+69
* xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2016-01-264-38/+64
* xen_console: correctly cleanup primary console on teardown.Ian Campbell2016-01-261-5/+2Star
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-01-269-117/+271
|\
| * fdc: change auto fallback drive for ISA FDC to 288John Snow2016-01-252-1/+5
| * qtest/fdc: Support for 2.88MB drivesJohn Snow2016-01-251-1/+1
| * fdc: rework pick_geometryJohn Snow2016-01-251-20/+52
| * fdc: add physical disk sizesJohn Snow2016-01-251-8/+32
| * fdc: add drive type optionJohn Snow2016-01-251-3/+23
| * fdc: Add fallback optionJohn Snow2016-01-253-2/+35
| * fdc: add pick_driveJohn Snow2016-01-251-10/+46
| * fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow2016-01-251-1/+3
| * fdc: add disk fieldJohn Snow2016-01-251-0/+3
| * fdc: add drive type qapi enumJohn Snow2016-01-254-56/+66
| * fdc: reduce number of pick_geometry argumentsJohn Snow2016-01-251-30/+20Star
| * fdc: move pick_geometryJohn Snow2016-01-251-45/+45
| * ide: Correct the CHS 'cyls_max' limit to be 65535Shmulik Ladkani2016-01-251-1/+1
|/
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160125' into stagingPeter Maydell2016-01-2522-11/+34
|\
| * mips: Clean up includesPeter Maydell2016-01-2321-9/+21
| * target-mips: Fix ALIGN instruction when bp=0Miodrag Dinic2016-01-231-1/+10
| * target-mips: silence NaNs for cvt.s.d and cvt.d.sAurelien Jarno2016-01-231-0/+2
| * target-mips/cpu.h: Fix spell errorDongxue Zhang2016-01-231-1/+1
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160122' ...Peter Maydell2016-01-2220-198/+188Star
|\
| * softfloat: fix return type of roundAndPackFloat16Aurelien Jarno2016-01-221-1/+1
| * fpu: Replace uint8 typedef with uint8_tPeter Maydell2016-01-224-12/+7Star
| * fpu: Replace int8 typedef with int8_tPeter Maydell2016-01-224-41/+40Star
| * fpu: Replace uint32 typedef with uint32_tPeter Maydell2016-01-229-25/+23Star
| * fpu: Replace int32 typedef with int32_tPeter Maydell2016-01-225-76/+76
| * fpu: Replace uint64 typedef with uint64_tPeter Maydell2016-01-225-14/+13Star
| * fpu: Replace int64 typedef with int64_tPeter Maydell2016-01-223-30/+29Star
|/
* Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2016-01-225-19/+22
|\
| * fsdev: use error_report() instead of fprintf(stderr)Greg Kurz2016-01-221-3/+4
| * 9pfs: use error_report() instead of fprintf(stderr)Greg Kurz2016-01-224-16/+18
|/
* seabios: fix submoduleGerd Hoffmann2016-01-221-0/+0
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell2016-01-2115-195/+219
|\
| * Xen PCI passthru: convert to realize()Cao jin2016-01-211-25/+28
| * Add Error **errp for xen_pt_config_init()Cao jin2016-01-213-28/+33
| * Add Error **errp for xen_pt_setup_vga()Cao jin2016-01-213-8/+13
| * Add Error **errp for xen_host_pci_device_get()Cao jin2016-01-213-52/+68
| * Xen: use qemu_strtoul instead of strtolCao jin2016-01-211-8/+4Star
| * Change xen_host_pci_sysfs_path() to return voidCao jin2016-01-211-24/+11Star
| * xen-pvdevice: convert to realize()Cao jin2016-01-211-6/+6
| * xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster2016-01-144-6/+14
| * xen-hvm: Clean up xen_hvm_init() error handlingMarkus Armbruster2016-01-145-38/+38
| * xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini2016-01-141-2/+3
| * MAINTAINERS: update Xen filesStefano Stabellini2016-01-141-0/+3
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-01-2115-425/+564
|\ \
| * | target-i386: Add PKU and and OSPKE supportHuaitong Han2016-01-214-1/+56