Age | Commit message (Expand) | Author |
2009-10-30 | net: move more stuff into net/tap-win32.c, add net/tap.h | Mark McLoughlin |
2009-10-30 | net: move net-checksum.c under net/ | Mark McLoughlin |
2009-10-27 | virtio-net: add tap_has_ufo flag to saved state | Mark McLoughlin |
2009-10-27 | Enable UFO on virtio-net and tap devices | Sridhar Samudrala |
2009-10-27 | Work around dhclient brokenness | Anthony Liguori |
2009-10-27 | virtio-net: enable tap offload if guest supports it | Mark McLoughlin |
2009-10-27 | virtio-net: add vnet_hdr support | Mark McLoughlin |
2009-10-27 | net: add receive_raw parameter to qemu_new_vlan_client() | Mark McLoughlin |
2009-10-27 | net: add a client type code | Mark McLoughlin |
2009-10-27 | monitor: Convert do_pci_device_hot_remove() to QObject | Luiz Capitulino |
2009-10-27 | lsi_scsi: port to vmstate | Juan Quintela |
2009-10-27 | vmstate: Add VMSTATE_BUFFER_UNSAFE | Juan Quintela |
2009-10-27 | vmware_vga: port to vmstate | Juan Quintela |
2009-10-27 | vmware_vga: the support to change dinamically depth is not there | Juan Quintela |
2009-10-27 | vmware_vga: scratch is really an array of uint32_t | Juan Quintela |
2009-10-27 | vmware_vga: remove !EMBED_STDVGA code | Juan Quintela |
2009-10-27 | vmware_vga: qemu_malloc() returns void * | Juan Quintela |
2009-10-27 | vmware_vga: Remove uselss casts from void * | Juan Quintela |
2009-10-27 | vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState | Juan Quintela |
2009-10-27 | vga: remove unused vga_common_save/load | Juan Quintela |
2009-10-27 | vga: port vga-pci to vmstate | Juan Quintela |
2009-10-27 | vga: port vmware std vga to vmstate | Juan Quintela |
2009-10-27 | vga: port vga-isa to vmstate | Juan Quintela |
2009-10-27 | vga: port vga-isa-mm to vmstate | Juan Quintela |
2009-10-27 | vga: port vga_common_save/load to vmstate | Juan Quintela |
2009-10-27 | vga: create is_vbe_vmstate field | Juan Quintela |
2009-10-27 | e1000: port to vmstate | Juan Quintela |
2009-10-27 | e1000: unfold mac_regarraystosave array | Juan Quintela |
2009-10-27 | e1000: unfold mac_reg_tosave array | Juan Quintela |
2009-10-27 | ne2000: port to vmstate | Juan Quintela |
2009-10-27 | pcnet: port to vmstate | Juan Quintela |
2009-10-27 | eepro100: port to vmstate | Juan Quintela |
2009-10-27 | eeprom93xx: port to vmstate | Juan Quintela |
2009-10-27 | rtl8139: port to vmstate | Juan Quintela |
2009-10-27 | rtl8139: port TallyCounters to vmstate | Juan Quintela |
2009-10-27 | vmstate: Introduce the concept of sub-arrays | Juan Quintela |
2009-10-27 | vmstate: Add VMSTATE_MACADDR for the new type | Juan Quintela |
2009-10-27 | vmstate: Add VMSTATE_BUFFER_UNUSED | Juan Quintela |
2009-10-27 | vmstate: Add version arg to VMSTATE_SINGLE_TEST() | Juan Quintela |
2009-10-27 | vmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with uint16 indexes) | Juan Quintela |
2009-10-27 | vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove it | Juan Quintela |
2009-10-27 | vmstate: factor VMSTATE_*BUFFER* definitions | Juan Quintela |
2009-10-27 | vmstate: factor vmstate_offset_buffer | Juan Quintela |
2009-10-27 | vmstate: factor vmstate_offset_array | Juan Quintela |
2009-10-27 | vmstate: factor vmstate_offset_pointer | Juan Quintela |
2009-10-27 | vmstate: factor vmstate_offset_value | Juan Quintela |
2009-10-27 | vmstate: fix indentation | Juan Quintela |
2009-10-27 | vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32 | Juan Quintela |
2009-10-27 | vmstate: add VMSTATE_UINT16_EQUAL[_V] | Juan Quintela |
2009-10-27 | serial: use post_load version_id field and remove pre_load function | Juan Quintela |