aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu
Commit message (Expand)AuthorAgeFilesLines
...
* tools: Use PATH_MAX for pathname char arrays.Keir Fraser2008-04-042-4/+4
* stubdom: warn about disabled featuresKeir Fraser2008-04-022-6/+9
* ioemu: advertise write cache as enabled only when it actually is.Keir Fraser2008-04-021-1/+1
* ioemu rendering fixesKeir Fraser2008-04-015-15/+47
* ioemu: actually check for errors in bdrv_flush et alKeir Fraser2008-03-319-18/+30
* ioemu: ne2k buffer full bug fix, by Marcel Block.Keir Fraser2008-03-281-1/+1
* ioemu: Fall back to SDL rendering when GLX fails.Keir Fraser2008-03-281-9/+20
* ioemu: Perform emulated IDE flushes asynchronously.Keir Fraser2008-03-287-6/+106
* ioemu: Two qcow2 bug fixes from upstream qemu.Keir Fraser2008-03-271-0/+6
* ioemu: Fix L1 table endianess of qcow images created by tapdiskKeir Fraser2008-03-261-0/+58
* pvfb: Add offset in resize eventKeir Fraser2008-03-261-2/+6
* ioemu: save IDE write cache flag.Keir Fraser2008-03-261-3/+6
* xenfb: Dynamic modes support.Keir Fraser2008-03-261-0/+31
* stubdom: remove unnecessary includeKeir Fraser2008-03-251-3/+0
* ioemu: prefix phy devices with /dev/Keir Fraser2008-03-251-0/+7
* ioemu: fix VNC case when switching from 32bpp to 24bppKeir Fraser2008-03-251-1/+1
* ioemu: Fix vnc buffer sharing when linesize != width * depth.Keir Fraser2008-03-201-7/+10
* minios: get VBD CD/removable/RO infoKeir Fraser2008-03-201-1/+2
* ioemu: improve DMA transfersKeir Fraser2008-03-202-9/+19
* ioemu: IDE should accept SETMULT 0Keir Fraser2008-03-201-1/+0
* ioemu: Allow VNC buffer sharing when linesize != width * depthKeir Fraser2008-03-202-9/+7
* ioemu: Fix non-openGL resizeKeir Fraser2008-03-201-4/+6
* ioemu: Initialize ioport_opaque, ioport_read/write_table to zeroKeir Fraser2008-03-201-3/+3
* ioemu: fix sdl opengl renderingKeir Fraser2008-03-191-4/+5
* ioemu: Improve SDL openGL configure-script detection.Keir Fraser2008-03-191-2/+2
* stubdom: disable xen_blktapKeir Fraser2008-03-182-0/+4
* ioemu: Set subsystem vendor/device for ne2k device model.Keir Fraser2008-03-181-0/+4
* ioemu: SDL rendering using OpenGLKeir Fraser2008-03-184-12/+203
* stubdom: fix select calls after CDROM ejectionKeir Fraser2008-03-181-0/+1
* stubdom: support save/restore by passing the -loadvm parameter,Keir Fraser2008-03-181-2/+2
* Use ioemu block drivers through blktap.Keir Fraser2008-03-185-1/+759
* ioemu: Let the USB tablet reach the far bottom and right pixelsKeir Fraser2008-03-053-8/+8
* ioemu: support shared framebuffer and linesize != width * depth.Keir Fraser2008-03-059-19/+22
* ioemu: Slown down refresh interval when SDL is minimizedKeir Fraser2008-03-053-1/+15
* ioemu: improve colordepth negotiationKeir Fraser2008-03-042-19/+34
* ioemu: Fix segfault when creating qcow-backed vbds.Keir Fraser2008-03-033-9/+1
* ioemu: xenfb shared memory patchKeir Fraser2008-03-032-30/+46
* ioemu: sdl blittingKeir Fraser2008-03-034-17/+81
* ioemu: fix xenfb slow case update by shifting to the left beforeKeir Fraser2008-03-031-18/+34
* merge with xen-unstable.hgAlex Williamson2008-02-2913-20/+279
|\
| * stubdom: Fix compilation after abs_z to rel_z changeKeir Fraser2008-02-281-6/+4
| * Rename struct xenkbd_position member abs_z to rel_z. Z-axis motion isKeir Fraser2008-02-281-3/+5
| * ioemu: Send logs to stderr and have xend redirect stderr to theKeir Fraser2008-02-283-6/+4
| * stubdom: use PVFB so as to e.g. permit SDL displayKeir Fraser2008-02-284-3/+247
| * ioemu: Expandable storage backends should defeat block-device range checks.Keir Fraser2008-02-277-7/+24
| * ioemu: Fix e1000 mmio range size.Keir Fraser2008-02-271-1/+1
* | merge with xen-unstable.hgAlex Williamson2008-02-269-27/+2046
|\|
| * ioemu: VNC updates should be sent only when requested.Keir Fraser2008-02-261-22/+174
| * ioemu: Do not sue xce_handle directly as a file descriptor.Keir Fraser2008-02-262-2/+2
| * ioemu: e1000 emulationKeir Fraser2008-02-265-1/+1868