summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* IDE: Fix reset handlingBlue Swirl2009-11-078-12/+88
* PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2009-11-076-8/+8
* Sparc64/x86: remove unneeded calls to device resetBlue Swirl2009-11-075-14/+9
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-0712-26/+0
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-0716-24/+0
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-0712-13/+1
* vga: fix line comparisonmalc2009-11-061-7/+5
* vga: Respect Line Compare Register in text modesmalc2009-11-061-5/+13
* hw/sd: Support SDHC size cardsAndrzej Zaborowski2009-11-031-60/+84
* Remove e1000 rom loading hackAnthony Liguori2009-10-302-23/+0
* virtio-net: fix macaddr config regressionMark McLoughlin2009-10-301-0/+1
* qemu/msix: fix table access issuesMichael S. Tsirkin2009-10-301-7/+4
* qemu/virtio: make wmb compiler barrier + commentsMichael S. Tsirkin2009-10-301-1/+4
* serial: Add missing bitStefan Weil2009-10-301-3/+5
* usb: print attached status in info qtreeGerd Hoffmann2009-10-301-3/+4
* usb-storage: use qdev for -usbdeviceGerd Hoffmann2009-10-302-12/+25
* usb: make attach optional.Gerd Hoffmann2009-10-302-1/+3
* usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann2009-10-304-32/+65
* usb-hid: use qdev for -usbdeviceGerd Hoffmann2009-10-302-0/+4
* usb core: use qdev for -usbdeviceGerd Hoffmann2009-10-304-1/+54
* use rom loader for pc bios.Gerd Hoffmann2009-10-301-2/+2
* vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann2009-10-305-13/+14
* rom loader: make vga+rom loading configurable.Gerd Hoffmann2009-10-303-4/+19
* rom loader: use qemu_strdup.Gerd Hoffmann2009-10-301-1/+1
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-301-0/+1
* net: move net-checksum.c under net/Mark McLoughlin2009-10-303-0/+3
* virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin2009-10-271-2/+21
* Enable UFO on virtio-net and tap devicesSridhar Samudrala2009-10-271-2/+9
* Work around dhclient brokennessAnthony Liguori2009-10-271-0/+29
* virtio-net: enable tap offload if guest supports itMark McLoughlin2009-10-271-0/+18
* virtio-net: add vnet_hdr supportMark McLoughlin2009-10-271-7/+44
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-276-6/+6
* net: add a client type codeMark McLoughlin2009-10-276-6/+12
* monitor: Convert do_pci_device_hot_remove() to QObjectLuiz Capitulino2009-10-271-1/+2
* lsi_scsi: port to vmstateJuan Quintela2009-10-271-159/+83
* vmstate: Add VMSTATE_BUFFER_UNSAFEJuan Quintela2009-10-271-0/+9
* vmware_vga: port to vmstateJuan Quintela2009-10-271-72/+43
* vmware_vga: the support to change dinamically depth is not thereJuan Quintela2009-10-271-1/+1
* vmware_vga: scratch is really an array of uint32_tJuan Quintela2009-10-271-2/+8
* vmware_vga: remove !EMBED_STDVGA codeJuan Quintela2009-10-271-25/+0
* vmware_vga: qemu_malloc() returns void *Juan Quintela2009-10-271-1/+1
* vmware_vga: Remove uselss casts from void *Juan Quintela2009-10-271-16/+16
* vmware_vga: Pass pci_vmsga_state_t arg no VGACommonStateJuan Quintela2009-10-271-1/+1
* vga: remove unused vga_common_save/loadJuan Quintela2009-10-272-12/+0
* vga: port vga-pci to vmstateJuan Quintela2009-10-271-23/+11
* vga: port vmware std vga to vmstateJuan Quintela2009-10-271-1/+1
* vga: port vga-isa to vmstateJuan Quintela2009-10-271-1/+1
* vga: port vga-isa-mm to vmstateJuan Quintela2009-10-271-1/+1
* vga: port vga_common_save/load to vmstateJuan Quintela2009-10-272-80/+55
* vga: create is_vbe_vmstate fieldJuan Quintela2009-10-272-7/+11
OpenPOWER on IntegriCloud